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/cron.daily | |
parent | 8273a3f8125a03a772af40a470b582ab9c1899db (diff) | |
download | vyos-live-build-8b42acc6f903386de780cfe475f424dccfaa5811.tar.gz vyos-live-build-8b42acc6f903386de780cfe475f424dccfaa5811.zip |
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/cron.daily')
-rw-r--r-- | debian/cron.daily | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/cron.daily b/debian/cron.daily index ddee567a2..a146f0981 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 |