diff options
-rwxr-xr-x | Swift/Packaging/Debian/package_all_platforms.sh | 6 |
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 |