Remove the SKIPMIRRORCHECK variable, now completely obsolete

This commit is contained in:
Steve McIntyre 2006-12-23 00:48:33 +00:00
parent 08e4962506
commit 58e9b0005c
2 changed files with 5 additions and 8 deletions

View File

@ -40,9 +40,6 @@ export TASK COMPLETE
make distclean
make ${CODENAME}_status
if [ "$SKIPMIRRORCHECK" = "yes" ]; then
echo " ... WARNING: skipping mirror check"
else
echo " ... checking your mirror"
RET=""
make mirrorcheck || RET=$?
@ -50,7 +47,6 @@ else
echo "ERROR: Your mirror has a problem, please correct it." >&2
exit 1
fi
fi
if [ -z "$IMAGETARGET" ] ; then
IMAGETARGET="official_images"

1
debian/changelog vendored
View File

@ -182,6 +182,7 @@ debian-cd (3.0.0) UNRELEASED; urgency=low
+ old defs and rules in the Makefile
+ tools/add_secured
+ don't depend on jigdo-file any more
+ Remove the SKIPMIRRORCHECK variable, now completely obsolete
* Other cleanups:
+ Make build_all.sh work again, adapting build.sh