diff options
Diffstat (limited to 'Swift/Packaging/Debian/Testing/swift-distr-tests.sh')
| -rwxr-xr-x | Swift/Packaging/Debian/Testing/swift-distr-tests.sh | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Swift/Packaging/Debian/Testing/swift-distr-tests.sh b/Swift/Packaging/Debian/Testing/swift-distr-tests.sh index 8d03282..e817974 100755 --- a/Swift/Packaging/Debian/Testing/swift-distr-tests.sh +++ b/Swift/Packaging/Debian/Testing/swift-distr-tests.sh | |||
| @@ -40,25 +40,31 @@ arr[0,0]="ubuntu" | |||
| 40 | arr[0,1]="http://archive.ubuntu.com/ubuntu" | 40 | arr[0,1]="http://archive.ubuntu.com/ubuntu" |
| 41 | arr[0,2]="xenial" | 41 | arr[0,2]="xenial" |
| 42 | 42 | ||
| 43 | #Ubuntu yakkety | 43 | #Ubuntu artful |
| 44 | arr[1,0]="ubuntu" | 44 | arr[1,0]="ubuntu" |
| 45 | arr[1,1]="http://archive.ubuntu.com/ubuntu" | 45 | arr[1,1]="http://archive.ubuntu.com/ubuntu" |
| 46 | arr[1,2]="yakkety" | 46 | arr[1,2]="artful" |
| 47 | 47 | ||
| 48 | #Debian jessie | 48 | #Debian jessie |
| 49 | arr[2,0]="debian" | 49 | arr[2,0]="debian" |
| 50 | arr[2,1]="http://deb.debian.org/debian/" | 50 | arr[2,1]="http://deb.debian.org/debian/" |
| 51 | arr[2,2]="jessie" | 51 | arr[2,2]="jessie" |
| 52 | 52 | ||
| 53 | #Debian sid | 53 | #Debian stretch |
| 54 | arr[3,0]="debian" | 54 | arr[3,0]="debian" |
| 55 | arr[3,1]="http://deb.debian.org/debian/" | 55 | arr[3,1]="http://deb.debian.org/debian/" |
| 56 | arr[3,2]="sid" | 56 | arr[3,2]="stretch" |
| 57 | |||
| 58 | #Debian sid | ||
| 59 | arr[4,0]="debian" | ||
| 60 | arr[4,1]="http://deb.debian.org/debian/" | ||
| 61 | arr[4,2]="sid" | ||
| 62 | |||
| 57 | 63 | ||
| 58 | DIST="$1" | 64 | DIST="$1" |
| 59 | RETURN_VALUE=0 | 65 | RETURN_VALUE=0 |
| 60 | 66 | ||
| 61 | for counter in {0..3} | 67 | for counter in {0..4} |
| 62 | do | 68 | do |
| 63 | # for ARCH in "amd64" "i386" | 69 | # for ARCH in "amd64" "i386" |
| 64 | for ARCH in "amd64" | 70 | for ARCH in "amd64" |
Swift