mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #37134: launchpad: push packages for ubuntu 14.04 (Trusty Tahr)
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user