diff options
author | Christoph Berg | 2015-12-16 15:21:26 +0000 |
---|---|---|
committer | Christoph Berg | 2015-12-16 15:21:26 +0000 |
commit | 2db850d8507ad0eaf6752bbaa2ee0ff3948ca936 (patch) | |
tree | bdef4537dcafd3922d3ee9c9ebdde64f239d4b9d | |
parent | c25a163f0e080c06033403e9ae22b95525c2633d (diff) |
Provide unstable alias on sid
-rwxr-xr-x | jenkins/schroot-config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins/schroot-config.sh b/jenkins/schroot-config.sh index 9b9cff8..dbbd5a7 100755 --- a/jenkins/schroot-config.sh +++ b/jenkins/schroot-config.sh @@ -34,6 +34,7 @@ for dist in $DISTS; do echo echo "[$dist-pgdg-$arch-sbuild]" + [ $dist = sid ] && echo "aliases=unstable-$arch-sbuild" echo "profile=sbuild" echo "$body" echo |