Comment 2 for bug 1974036

Revision history for this message
Thomas Bechtold (toabctl) wrote :

Looks like **not** using a dput profile and instead just doing

dput ppa:xxxxx *.changes

just works. our dput.cf profile looked like:

cat << DPUT_CONFIG_EOF > $HOME/.dput.cf
-[my-profile]
-method = sftp
-login = my-lp-username
-fqdn = ppa.launchpad.net
-incoming = ppa:cloudware/xxxxxx
-allow_unsigned_uploads = 0
-DPUT_CONFIG_EOF