PPA package doesnt upload

Asked by scrawl

I want to upload a package to my PPA. Seems to work...

scrawl@scrawl-desktop:~/Entwicklung/Rhythmbox/rb-record-station-0.3$ dput ppa:scrawl/ppa rhythmbox-record-station_1.0_source.changes
Upload package to host ubuntu
Checking Signature on .changes
gpg: Signatur am Fr 30 Okt 2009 17:12:33 CET mit DSA Schlüssel, ID C0C334CA, erfolgt
gpg: Korrekte Unterschrift von 'Jannik Heller <email address hidden>'
Good signature on /home/scrawl/Entwicklung/Rhythmbox/rb-record-station-0.3/rhythmbox-record-station_1.0_source.changes.
Checking Signature on .dsc
gpg: Signatur am Fr 30 Okt 2009 17:12:29 CET mit DSA Schlüssel, ID C0C334CA, erfolgt
gpg: Korrekte Unterschrift von 'Jannik Heller <email address hidden>'
Good signature on /home/scrawl/Entwicklung/Rhythmbox/rb-record-station-0.3/rhythmbox-record-station_1.0.dsc.
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading rhythmbox-record-station_1.0.dsc: done.
  Uploading rhythmbox-record-station_1.0.tar.gz: done.
  Uploading rhythmbox-record-station_1.0_source.changes: done.
Successfully uploaded packages.
Not running dinstall.

But the package is not building, and I got no email. I'm waiting for a week. Why is it so slow?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
Registry Administrators Edit question
Solved by:
Julian Edwards
Solved:
Last query:
Last reply:
Revision history for this message
Julian Edwards (julian-edwards) said :
#1

Please check that you signed the package with a key known to Launchpad in your account. If Launchpad doesn't know the key it will not email.

Revision history for this message
scrawl (scrawl-deactivatedaccount) said :
#2

It's signed with my OpenGPG key, I entered it at my profile page. But still it doesn't upload, and no email.

Revision history for this message
scrawl (scrawl-deactivatedaccount) said :
#3

scrawl@scrawl-desktop:~/Entwicklung/Rhythmbox/rhythmbox-record-station-1.0$ dput ppa:scrawl/ppa rhythmbox-record-station_1.0_source.changes
Already uploaded to ppa on ppa.launchpad.net
Doing nothing for rhythmbox-record-station_1.0_source.changes

Revision history for this message
scrawl (scrawl-deactivatedaccount) said :
#4
Revision history for this message
Best Julian Edwards (julian-edwards) said :
#5

You need to use dput -f to force a re-upload.

Revision history for this message
scrawl (scrawl-deactivatedaccount) said :
#6

Thanks, it works now :)