* #37134: launchpad: push packages for ubuntu 14.04 (Trusty Tahr)

This commit is contained in:
Tristan Matthews
2013-12-18 13:21:51 -05:00
parent d003204ac2
commit 649e693b68
2 changed files with 15 additions and 1 deletions

View File

@ -40,6 +40,13 @@ incoming = ~savoirfairelinux/ubuntu/saucy
login = anonymous
allow_unsigned_uploads = 0
[sflphone-trusty]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~savoirfairelinux/ubuntu/trusty
login = anonymous
allow_unsigned_uploads = 0
[sflphone-nightly-natty]
fqdn = ppa.launchpad.net
method = ftp
@ -75,6 +82,13 @@ incoming = ~savoirfairelinux/sflphone-nightly/ubuntu/saucy
login = anonymous
allow_unsigned_uploads = 0
[sflphone-nightly-trusty]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~savoirfairelinux/sflphone-nightly/ubuntu/trusty
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" "saucy")
LAUNCHPAD_DISTRIBUTIONS=("oneiric" "precise" "quantal" "raring" "saucy" "trusty")
export LAUNCHPAD_DISTRIBUTIONS