prepping for release in caprover
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-02-08 05:29:08 -08:00
parent d857782830
commit 645a3f9121
3 changed files with 4 additions and 19 deletions

View File

@@ -14,9 +14,9 @@ export GNUPGHOME="/etc/debmirror/ubuntu"
debmirror \
-a ${MIRROR_ARCHITECTURES:-amd64} \
--no-source \
-s ${MIRROR_CATEGORIES:-main,universe} \
-s ${MIRROR_CATEGORIES:-main,universe,multiverse,restricted} \
-h ${UBUNTU_MIRROR_SOURCE:-archive.ubuntu.com} \
-d ${UBUNTU_MIRROR_PROJECTS:-bionic,bionic-updates,bionic-security,bionic-backports} \
-d ${UBUNTU_MIRROR_PROJECTS:-focal,focal-updates,focal-security,focal-backports} \
--ignore-small-errors \
-r /ubuntu \
--getcontents \