diff options
author | Cyril Brulebois <cyril.brulebois@kerlabs.com> | 2009-01-23 13:00:21 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:40 +0100 |
commit | 8b42acc6f903386de780cfe475f424dccfaa5811 (patch) | |
tree | 016683be4b35c69373696b773ccb96f6a2c2e5ce /debian | |
parent | 8273a3f8125a03a772af40a470b582ab9c1899db (diff) | |
download | live-build-8b42acc6f903386de780cfe475f424dccfaa5811.zip live-build-8b42acc6f903386de780cfe475f424dccfaa5811.tar.gz |
Get rid of MIRROR_BOOTSTRAP_SECURITY in documentation.
Both --mirror-bootstrap-security and MIRROR_BOOTSTRAP_SECURITY are long
gone, see: c6fa0ca0421a5353348ed8a16c56e3481ae12129.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/cron.daily | 4 | ||||
-rw-r--r-- | debian/default | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/cron.daily b/debian/cron.daily index ddee567..a146f09 100644 --- a/debian/cron.daily +++ b/debian/cron.daily @@ -52,7 +52,7 @@ do echo "Begin: $(date -R)" > "${TEMPDIR}"/debian-live/log.txt # Generating images - lh_config -b iso -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-bootstrap-security ${MIRROR_BOOTSTRAP_SECURITY} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source enabled ${OPTIONS} + lh_config -b iso -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source enabled ${OPTIONS} lh_build >> "${TEMPDIR}"/debian-live/log.txt 2>&1 echo "End: $(date -R)" >> "${TEMPDIR}"/debian-live/log.txt @@ -93,7 +93,7 @@ do echo "Begin: $(date -R)" > "${TEMPDIR}"/debian-live/log.txt # Generating images - lh_config -b usb-hdd -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-bootstrap-security ${MIRROR_BOOTSTRAP_SECURITY} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source disabled ${OPTIONS} + lh_config -b usb-hdd -s tar --distribution ${DISTRIBUTION} --packages-lists ${PACKAGES_LIST} --mirror-bootstrap ${MIRROR_BOOTSTRAP} --mirror-binary ${MIRROR_BINARY} --mirror-binary-security ${MIRROR_BINARY_SECURITY} --source disabled ${OPTIONS} lh_build >> "${TEMPDIR}"/debian-live/log.txt 2>&1 echo "End: $(date -R)" >> "${TEMPDIR}"/debian-live/log.txt diff --git a/debian/default b/debian/default index 8b17d5a..b2ed78f 100644 --- a/debian/default +++ b/debian/default @@ -11,7 +11,6 @@ OPTIONS="--binary-indices disabled" ARCHITECTURES="$(dpkg --print-architecture)" DISTRIBUTIONS="sid" MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/" -MIRROR_BOOTSTRAP_SECURITY="http://security.debian.org/" MIRROR_BINARY="http://ftp.debian.org/debian/" MIRROR_BINARY_SECURITY="http://security.debian.org/" PACKAGES_LISTS="standard rescue gnome-desktop kde-desktop xfce-desktop" |