This eliminates two places where $debian_suite is expected to contain
"snapshot" rather than a suite.
We want to change debian_suite to always contain a real suite, so that
we can fold its uses in to other suite variables.
No functional change for existing branches.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
test_do_one_netboot () {
local diurl=
- if [ x$gsuite = xsnapshot ] ; then
+ if [ $branch = distros-debian-snapshot ] ; then
diurl="http://d-i.debian.org/daily-images/$domU/daily/netboot"
gsuite=sid
gver=daily
gsuite=$debian_suite
test_do_one_netboot
- if [ $debian_suite = "snapshot" ]; then
+ if [ $branch = distros-debian-snapshot ]; then
gsuite=sid
for cd in current weekly ; do
case ${domU}_${gsuite} in