Compare commits

..

No commits in common. "3b7d6a38e9e72b5cf27ecf75bddc0d37c81be84f" and "c549c75107693564b9a9e01ab55f2c935231a9dd" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ 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 Normal file → Executable file
View File

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