Skip to content
Snippets Groups Projects
Commit d1a35000 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

launchpad: fix upload path

As of recently, launchpad rejects uploads that don't specify
their ppa name. This didn't affect nightlies because the ppa
name is explicit (sflphone-nightly), but did break stable releases
because we rely on the implicit default PPA name, "ppa".

Refs #51465

Change-Id: I1ae4f7f5e1de21960240a4a50a8896a4208c5ee5
parent deedf655
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,14 @@ allow_unsigned_uploads = 0
[sflphone-saucy]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~savoirfairelinux/ubuntu/saucy
incoming = ~savoirfairelinux/ppa/ubuntu/saucy
login = anonymous
allow_unsigned_uploads = 0
[sflphone-trusty]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~savoirfairelinux/ubuntu/trusty
incoming = ~savoirfairelinux/ppa/ubuntu/trusty
login = anonymous
allow_unsigned_uploads = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment