Cannot upload to PPA for Exaile

Asked by Adam Olsen

I've been able to upload one package to PPA and it built fine: https://edge.launchpad.net/~exaile-devel/+archive, which was exaile_0.2.12b.

Now that I want to release Exaile 0.2.12, I've tried uploading the source package, and it gets rejected with the following error. I've also tried renaming the package to 0.2.12~ppa1, but I get the same error. Any help would be great.

Rejected:
Signer has no upload rights at all to this distribution.
Signer is not permitted to upload to the component 'universe' of file 'exaile_0.2.12~ppa1.dsc'
Not permitted to upload to the RELEASE pocket in a series in the 'CURRENT' state.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 25 Mar 2008 09:51:00 -0700
Source: exaile
Binary: exaile
Architecture: source
Version: 0.2.12~ppa1
Distribution: gutsy
Urgency: low
Maintainer: Adam Olsen <email address hidden>
Changed-By: Adam Olsen <email address hidden>
Description:
 exaile - An AmaroK-like media player
Changes:
 exaile (0.2.12~ppa1) gutsy; urgency=low
 .
  * 0.2.12 release
Files:
 dcdd4e92ab9c93e649a575f49bb39da1 523 universe/devel optional exaile_0.2.12~ppa1.dsc
 737e342b08dd9a8b85194acd667181d4 1256774 universe/devel optional exaile_0.2.12~ppa1.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH6ULxTSjho5GlGw8RAkTrAKDAB/nKLTxgKUJlIEkKQ0vcif3hGACcCmOz
F/hccHQUAl9u/YRy9FAmcPs=
=jLt+
-----END PGP SIGNATURE-----

===

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Adam Olsen
Solved:
Last query:
Last reply:
Revision history for this message
Christian Reis (kiko) said :
#1

On Tue, Mar 25, 2008 at 06:31:06PM -0000, Adam Olsen wrote:
> Signer has no upload rights at all to this distribution.

Are you using dput? If so, what does your dput.cf look like?
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125

Revision history for this message
Adam Olsen (arolsen) said :
#2

Yes, I am using dput. My dput.cf is this:

[exaile-devel-ppa]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~exaile-devel/ubuntu
login = anonymous
allow_unsigned_uploads = 0

Revision history for this message
Julian Edwards (julian-edwards) said :
#3

The syntax for dput is:
  dput [host] package.changes
where [host] is the block in the dput.cf.

Your error is symptomatic of someone forgetting to specify the host block, as dput defaults to the ubuntu repo otherwise

Revision history for this message
Adam Olsen (arolsen) said :
#4

Thanks, that was it.