summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Doukoudakis <thanos.doukoudakis@isode.com>2018-03-02 14:29:07 (GMT)
committerThanos Doukoudakis <thanos.doukoudakis@isode.com>2018-03-05 16:54:02 (GMT)
commit86faf14f64aacab0479697f269196befc45b7048 (patch)
tree1d1d21a9ad047a5e5ee28ae98aa9b130c2ac0e64 /Swift/Packaging/Debian/update_debian_repo.sh
parentab24440f9e30bcc46ca905d88f5e3cccbabbfbee (diff)
downloadswift-86faf14f64aacab0479697f269196befc45b7048.zip
swift-86faf14f64aacab0479697f269196befc45b7048.tar.bz2
Update the debian and ubuntu distributions
This patch updates the build scripts and documentation for newer distributions of Debian (9) and Ubuntu (17.10). Test-Information: Tested packaging scripts on Ubuntu 16.04.4 for Debian stretch and Ubuntu artful distributions. Change-Id: Id567d75bdf3c6abe3cf08a2fd617363a5c1c987f
Diffstat (limited to 'Swift/Packaging/Debian/update_debian_repo.sh')
-rw-r--r--Swift/Packaging/Debian/update_debian_repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Packaging/Debian/update_debian_repo.sh b/Swift/Packaging/Debian/update_debian_repo.sh
index db9f326..b057103 100644
--- a/Swift/Packaging/Debian/update_debian_repo.sh
+++ b/Swift/Packaging/Debian/update_debian_repo.sh
@@ -74,7 +74,7 @@ command -v reprepro >/dev/null 2>&1 || { echo >&2 "This script requires aptly bu
mkdir -p $APT_REPO_ROOT
if [ -z ${SWIFT_PACKAGE_PLATFORMS+x} ]; then
- platformsarray=( xenial yakkety jessie sid )
+ platformsarray=( xenial artful jessie stretch sid )
else
platformsarray=( $SWIFT_PACKAGE_PLATFORMS )
fi