Cannot upload to PPA for Exaile
I've been able to upload one package to PPA and it built fine: https:/
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_
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:
dcdd4e92ab9c93
737e342b08dd9a
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH6ULxTSj
F/hccHQUAl9u/
=jLt+
-----END PGP SIGNATURE-----
===
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Adam Olsen
- Solved:
- 2008-03-25
- Last query:
- 2008-03-25
- Last reply:
- 2008-03-25
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://
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-
login = anonymous
allow_unsigned_
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
Adam Olsen (arolsen) said : | #4 |
Thanks, that was it.