apt/retries: specify option from the Acquire group (#638)
per man apt.conf, Acquire group is not part of the apt group
This commit is contained in:
parent
4da039215b
commit
f00b72208c
4
build.sh
4
build.sh
@ -21,7 +21,7 @@ EOF
|
|||||||
PACKAGES="$(sed -f "${SCRIPT_DIR}/remove-comments.sed" < "${i}-packages-nr")"
|
PACKAGES="$(sed -f "${SCRIPT_DIR}/remove-comments.sed" < "${i}-packages-nr")"
|
||||||
if [ -n "$PACKAGES" ]; then
|
if [ -n "$PACKAGES" ]; then
|
||||||
on_chroot << EOF
|
on_chroot << EOF
|
||||||
apt-get -o APT::Acquire::Retries=3 install --no-install-recommends -y $PACKAGES
|
apt-get -o Acquire::Retries=3 install --no-install-recommends -y $PACKAGES
|
||||||
EOF
|
EOF
|
||||||
if [ "${USE_QCOW2}" = "1" ]; then
|
if [ "${USE_QCOW2}" = "1" ]; then
|
||||||
on_chroot << EOF
|
on_chroot << EOF
|
||||||
@ -36,7 +36,7 @@ EOF
|
|||||||
PACKAGES="$(sed -f "${SCRIPT_DIR}/remove-comments.sed" < "${i}-packages")"
|
PACKAGES="$(sed -f "${SCRIPT_DIR}/remove-comments.sed" < "${i}-packages")"
|
||||||
if [ -n "$PACKAGES" ]; then
|
if [ -n "$PACKAGES" ]; then
|
||||||
on_chroot << EOF
|
on_chroot << EOF
|
||||||
apt-get -o APT::Acquire::Retries=3 install -y $PACKAGES
|
apt-get -o Acquire::Retries=3 install -y $PACKAGES
|
||||||
EOF
|
EOF
|
||||||
if [ "${USE_QCOW2}" = "1" ]; then
|
if [ "${USE_QCOW2}" = "1" ]; then
|
||||||
on_chroot << EOF
|
on_chroot << EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user