mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #27552: launchpad: add packages for 13.10 saucy salamander
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user