The setting of the suite to "sid" in the snapshot case now occurs in
the case at the top of the script.
This means that gsuite always contains the actual suite name, and the
special cases which set it to sid can be removed.
No functional change.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
defguestsuite=`getconfig GuestDebianSuite`
case $branch in
+ distros-debian-snapshot) debian_suite=sid ;;
distros-debian-*) debian_suite=${branch#distros-debian-} ;;
*) echo $branch >&2; exit 1 ;;
esac
if [ $branch = distros-debian-snapshot ] ; then
diurl="http://d-i.debian.org/daily-images/$domU/daily/netboot"
- gsuite=sid
gver=daily
else
#local mirror="http://`getconfig DebianMirrorHost`/`getconfig DebianMirrorSubpath`"
test_do_one_netboot
if [ $branch = distros-debian-snapshot ]; then
- gsuite=sid
for cd in current weekly ; do
case ${domU}_${gsuite} in
armhf_*) continue;; # No iso targets for armhf