upload to my ppa - nothing happend

Asked by Jonathan

hi,

i created a ppa https://launchpad.net/~jonathan00/+archive/ubuntu/apache2 and uploaded a package via dput over a week ago.
but nothing happens.

via
dput -f ppa:jonathan00/apache2 apache2_2.2.22-1ubuntu1.7.ppa1_source.changes

i can't see any status or errors

any ideas?

doesn't work:
https://launchpad.net/~jonathan00/+archive/+builds?build_state=all&build_text=

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Jonathan
Solved:
Last query:
Last reply:
Revision history for this message
William Grant (wgrant) said :
#1

That usually means that you didn't sign the package with a key associated with your Launchpad account. Run 'debsign -k 0F165A1B apache2_2.2.22-1ubuntu1.7.ppa1_source.changes" and try the dput again.

Revision history for this message
Jonathan (jonathan00) said :
#2

good hint, changes was singed with the wrong key. ater i updated my key on LB it worked :-)

thanks for your help