How to upload to a launchpad team PPA?
I have built and signed a package which I now wish to upload to my launchpad team with dput
, but every time that I try to upload it I get this email:
Rejected:
Source/binary (i.e. mixed) uploads are not allowed.
===
If you don't understand why your files were rejected please send an email
to launchpad-users@lists.launchpad.net for help (requires membership).
--
https://launchpad.net/~*****/+archive/ubuntu/*****
You are receiving this email because you are the uploader of the above
PPA package.
I have tried to configure my .dput.cf
file (the config file for dput
) with:
[secretiveppc]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~*****/+archive/ubuntu/*****
login = *****
allow_unsigned_uploads = 0
But it still is not letting me upload my .changes
file with:
dput -ppa:*****/***** anti-sr_1.0-1~trusty_amd64.changes
To my launchpad team PPA, I am guessing that this is because only team members are allowed to upload packages to the team's PPA, but I am a member of the team, so how do I make sure it knows that? Is there some config file where I have to put my username and password or something? Or...? (I have replaced any information I do not wish to provide with *****
.)
ppa packaging launchpad dput
add a comment |
I have built and signed a package which I now wish to upload to my launchpad team with dput
, but every time that I try to upload it I get this email:
Rejected:
Source/binary (i.e. mixed) uploads are not allowed.
===
If you don't understand why your files were rejected please send an email
to launchpad-users@lists.launchpad.net for help (requires membership).
--
https://launchpad.net/~*****/+archive/ubuntu/*****
You are receiving this email because you are the uploader of the above
PPA package.
I have tried to configure my .dput.cf
file (the config file for dput
) with:
[secretiveppc]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~*****/+archive/ubuntu/*****
login = *****
allow_unsigned_uploads = 0
But it still is not letting me upload my .changes
file with:
dput -ppa:*****/***** anti-sr_1.0-1~trusty_amd64.changes
To my launchpad team PPA, I am guessing that this is because only team members are allowed to upload packages to the team's PPA, but I am a member of the team, so how do I make sure it knows that? Is there some config file where I have to put my username and password or something? Or...? (I have replaced any information I do not wish to provide with *****
.)
ppa packaging launchpad dput
add a comment |
I have built and signed a package which I now wish to upload to my launchpad team with dput
, but every time that I try to upload it I get this email:
Rejected:
Source/binary (i.e. mixed) uploads are not allowed.
===
If you don't understand why your files were rejected please send an email
to launchpad-users@lists.launchpad.net for help (requires membership).
--
https://launchpad.net/~*****/+archive/ubuntu/*****
You are receiving this email because you are the uploader of the above
PPA package.
I have tried to configure my .dput.cf
file (the config file for dput
) with:
[secretiveppc]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~*****/+archive/ubuntu/*****
login = *****
allow_unsigned_uploads = 0
But it still is not letting me upload my .changes
file with:
dput -ppa:*****/***** anti-sr_1.0-1~trusty_amd64.changes
To my launchpad team PPA, I am guessing that this is because only team members are allowed to upload packages to the team's PPA, but I am a member of the team, so how do I make sure it knows that? Is there some config file where I have to put my username and password or something? Or...? (I have replaced any information I do not wish to provide with *****
.)
ppa packaging launchpad dput
I have built and signed a package which I now wish to upload to my launchpad team with dput
, but every time that I try to upload it I get this email:
Rejected:
Source/binary (i.e. mixed) uploads are not allowed.
===
If you don't understand why your files were rejected please send an email
to launchpad-users@lists.launchpad.net for help (requires membership).
--
https://launchpad.net/~*****/+archive/ubuntu/*****
You are receiving this email because you are the uploader of the above
PPA package.
I have tried to configure my .dput.cf
file (the config file for dput
) with:
[secretiveppc]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~*****/+archive/ubuntu/*****
login = *****
allow_unsigned_uploads = 0
But it still is not letting me upload my .changes
file with:
dput -ppa:*****/***** anti-sr_1.0-1~trusty_amd64.changes
To my launchpad team PPA, I am guessing that this is because only team members are allowed to upload packages to the team's PPA, but I am a member of the team, so how do I make sure it knows that? Is there some config file where I have to put my username and password or something? Or...? (I have replaced any information I do not wish to provide with *****
.)
ppa packaging launchpad dput
ppa packaging launchpad dput
edited Feb 20 '16 at 13:49
asked Apr 1 '15 at 13:17
user364819
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you received an email with Approved
or Rejected
, then you've uploaded your package successfully.
But, in this case, it was rejected with the message Source/binary (i.e. mixed) uploads are not allowed
.
I.e., you need to build a source package only.
In order to achieve that, create your package with debuild -S
.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f603979%2fhow-to-upload-to-a-launchpad-team-ppa%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you received an email with Approved
or Rejected
, then you've uploaded your package successfully.
But, in this case, it was rejected with the message Source/binary (i.e. mixed) uploads are not allowed
.
I.e., you need to build a source package only.
In order to achieve that, create your package with debuild -S
.
add a comment |
If you received an email with Approved
or Rejected
, then you've uploaded your package successfully.
But, in this case, it was rejected with the message Source/binary (i.e. mixed) uploads are not allowed
.
I.e., you need to build a source package only.
In order to achieve that, create your package with debuild -S
.
add a comment |
If you received an email with Approved
or Rejected
, then you've uploaded your package successfully.
But, in this case, it was rejected with the message Source/binary (i.e. mixed) uploads are not allowed
.
I.e., you need to build a source package only.
In order to achieve that, create your package with debuild -S
.
If you received an email with Approved
or Rejected
, then you've uploaded your package successfully.
But, in this case, it was rejected with the message Source/binary (i.e. mixed) uploads are not allowed
.
I.e., you need to build a source package only.
In order to achieve that, create your package with debuild -S
.
edited Feb 14 at 23:10
answered Apr 1 '15 at 13:37
Rael Gugelmin CunhaRael Gugelmin Cunha
3,99512228
3,99512228
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f603979%2fhow-to-upload-to-a-launchpad-team-ppa%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown