summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2017-02-07 15:11:38 (GMT)
committerTobias Markmann <tm@ayena.de>2017-02-07 15:11:38 (GMT)
commit5035a59073e07a2dbe90dd94008e9d8b5a2cbd0a (patch)
treeacbc316d579f70bff308df40796ee7dc258fca68
parentf4599f51c153dc59cd074bbd212b9c17347cd05b (diff)
downloadswift-5035a59073e07a2dbe90dd94008e9d8b5a2cbd0a.zip
swift-5035a59073e07a2dbe90dd94008e9d8b5a2cbd0a.tar.bz2
Remove trusty and add yakkety to package_all_platforms.sh
Test-Information: None. Change-Id: Iaa0bad47c104b9407329d69329f3409af0d62e6d
-rwxr-xr-xSwift/Packaging/Debian/package_all_platforms.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/Swift/Packaging/Debian/package_all_platforms.sh b/Swift/Packaging/Debian/package_all_platforms.sh
index 4d1ef3c..097fe38 100755
--- a/Swift/Packaging/Debian/package_all_platforms.sh
+++ b/Swift/Packaging/Debian/package_all_platforms.sh
@@ -4,8 +4,8 @@
set -e
## To get to this stage you need to already have the pbuilder-dist stuff installed, and have already run:
-# for distro in squeeze sid lucid maverick; do
-# for arch in i386 amd64; do
+# for distro in xenial yakkety jessie sid; do
+# for arch in amd64; do
# pbuilder-dist $distro $arch create
# done
# done
@@ -24,7 +24,7 @@ export SWIFT_FORCE_LUCID="yep"
unset SWIFT_FORCE_LUCID
./package.sh
-for distro in trusty xenial jessie sid; do
+for distro in xenial yakkety jessie sid; do
for arch in amd64; do
pbuilder-dist $distro $arch build *.dsc
done