* #27552: launchpad: add packages for 13.10 saucy salamander

This commit is contained in:
Tristan Matthews
2013-07-24 15:50:25 -04:00
parent 031dc6887b
commit 1b19e3869a
2 changed files with 15 additions and 1 deletions

View File

@ -33,6 +33,13 @@ incoming = ~savoirfairelinux/ubuntu/raring
login = anonymous
allow_unsigned_uploads = 0
[sflphone-saucy]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~savoirfairelinux/ubuntu/saucy
login = anonymous
allow_unsigned_uploads = 0
[sflphone-nightly-natty]
fqdn = ppa.launchpad.net
method = ftp
@ -61,6 +68,13 @@ incoming = ~savoirfairelinux/sflphone-nightly/ubuntu/raring
login = anonymous
allow_unsigned_uploads = 0
[sflphone-nightly-saucy]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~savoirfairelinux/sflphone-nightly/ubuntu/saucy
login = anonymous
allow_unsigned_uploads = 0
[sflphone-testing-precise]
fqdn = ppa.launchpad.net
method = ftp

View File

@ -22,5 +22,5 @@ export REFERENCE_REPOSITORY="${ROOT_DIR}/sflphone-source-repository"
export WORKING_DIR="${ROOT_DIR}/sflphone-build-repository/tools/build-system"
export LAUNCHPAD_DIR="${WORKING_DIR}/launchpad"
LAUNCHPAD_DISTRIBUTIONS=("oneiric" "precise" "quantal" "raring")
LAUNCHPAD_DISTRIBUTIONS=("oneiric" "precise" "quantal" "raring" "saucy")
export LAUNCHPAD_DISTRIBUTIONS