summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2016-07-05 15:13:21 (GMT)
committerTobias Markmann <tm@ayena.de>2016-07-06 10:46:16 (GMT)
commitbcd1c925eb2ef4af0f759366d7c5476cfc670366 (patch)
tree18c28a3287c3fdf7a782c8a4ede6e2ebda200b59 /Swift/Packaging
parentfa301d45535f8295f429186c2dc83f19479c9d68 (diff)
downloadswift-bcd1c925eb2ef4af0f759366d7c5476cfc670366.zip
swift-bcd1c925eb2ef4af0f759366d7c5476cfc670366.tar.bz2
Stop building packages for Ubuntu 15.10, build for 16.04
15.10 wasn't LTS, so no need to keep building Change-Id: Id395dadab3a1523c3eaeb9e2e1f5d89d187405e3
Diffstat (limited to 'Swift/Packaging')
-rwxr-xr-xSwift/Packaging/Debian/package_all_platforms.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Packaging/Debian/package_all_platforms.sh b/Swift/Packaging/Debian/package_all_platforms.sh
index 1773515..4d1ef3c 100755
--- a/Swift/Packaging/Debian/package_all_platforms.sh
+++ b/Swift/Packaging/Debian/package_all_platforms.sh
@@ -24,7 +24,7 @@ export SWIFT_FORCE_LUCID="yep"
unset SWIFT_FORCE_LUCID
./package.sh
-for distro in trusty wily jessie sid; do
+for distro in trusty xenial jessie sid; do
for arch in amd64; do
pbuilder-dist $distro $arch build *.dsc
done