Can't do PPA package uploads using HTTP
Bug #172596 reported by
Ian Lawrence
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
When behind a firewall which blocks ftp traffic i cannot upload to a ppa using dput.
From the dput man page:
"Currently dput supports ftp, scp, rsync, http, https, and local. The method scripts have been split from the main script so it is easy to add new
methods. Look in /usr/share/dput/ for examples"
so it appears the functionality exists for this but is not implemented in Launchpad. A nice web upload form would be ideal for user friendliness for this feature
tags: | added: feature soyuz-upload |
Changed in soyuz: | |
importance: | Undecided → Low |
status: | New → Triaged |
tags: | added: poppy |
summary: |
- cannot upload to ppa when behind a proxy/firewall + Can't do PPA package uploads using HTTP |
tags: | added: ppa |
no longer affects: | xnec2c (Debian) |
To post a comment you must log in.
Edit ~/.dput.cf and change the 'fqdn' and 'login' as shown below. for other details refer to http:// help.launchpad. net/PPAQuickSta rt
[my-ppa] server. com -id/ubuntu/ uploads = 0
fqdn = your.proxy.
method = ftp
incoming = ~your-launchpad
login = <email address hidden>
allow_unsigned_
Thanks to Ramesh Caushik for ending this tip :-)