Przeglądaj źródła

Improve minor network resilience.

tags/v4.0.0-beta.1
Luigi Freitas Cruz 4 lat temu
rodzic
commit
7f1cbc4d38
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      builder/build.sh

+ 2
- 2
builder/build.sh Wyświetl plik

@@ -20,7 +20,7 @@ EOF
PACKAGES="$(sed -f "${SCRIPT_DIR}/remove-comments.sed" < "${i}-packages-nr")"
if [ -n "$PACKAGES" ]; then
on_chroot << EOF
apt-get install --fix-missing --no-install-recommends -y $PACKAGES
apt-get -o APT::Acquire::Retries=3 install --no-install-recommends -y $PACKAGES
EOF
fi
log "End ${SUB_STAGE_DIR}/${i}-packages-nr"
@@ -30,7 +30,7 @@ EOF
PACKAGES="$(sed -f "${SCRIPT_DIR}/remove-comments.sed" < "${i}-packages")"
if [ -n "$PACKAGES" ]; then
on_chroot << EOF
apt-get install --fix-missing -y $PACKAGES
apt-get -o APT::Acquire::Retries=3 install -y $PACKAGES
EOF
fi
log "End ${SUB_STAGE_DIR}/${i}-packages"


Ładowanie…
Anuluj
Zapisz