bump prod to support host path #2

Manually merged
sneak merged 2 commits from master into prod 2020-03-01 09:01:00 +00:00
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ ENV UBUNTU_MIRROR_ARCHITECTURES amd64
ENV UBUNTU_ENABLE_SOURCE_MIRRORING false
ENV UBUNTU_MIRROR_CATEGORIES main,universe,restricted,multiverse,main/debian-installer
ENV UBUNTU_MIRROR_UPSTREAM archive.ubuntu.com
ENV UBUNTU_MIRROR_UPSTREAM_PATH /ubuntu
ENV UBUNTU_MIRROR_PROJECTS bionic,bionic-updates,bionic-security,bionic-backports,focal,focal-updates,focal-security,focal-backports
# The following is the URL populated in /mirrors.txt as used by mirror://

2
mirror/syncubuntu.sh Executable file → Normal file
View File

@ -32,7 +32,7 @@ while [[ $DONE -eq 0 ]]; do
--di-dist="$DIDIST" \
--di-arch=arches \
--ignore-small-errors \
-r /ubuntu \
-r "$UBUNTU_MIRROR_UPSTREAM_PATH" \
--getcontents \
--progress \
--method=http \