diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-10 18:49:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-18 07:24:49 +0000 |
commit | 3eebb740d1b4152adc9d58b867c71e8e2e84bc4e (patch) | |
tree | 75ef553ab9ca7987c431dcf78f42ab676a02e9f2 | |
parent | Replacing archive signing key handling for progress-linux by install the prog... (diff) | |
download | compute-tools-3eebb740d1b4152adc9d58b867c71e8e2e84bc4e.tar.xz compute-tools-3eebb740d1b4152adc9d58b867c71e8e2e84bc4e.zip |
Using cdn redirector as default sources.list entry.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r-- | share/doc/examples/engywuck-backports.cfg | 4 | ||||
-rwxr-xr-x | share/scripts/debconf.d/0003-debconf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/examples/engywuck-backports.cfg b/share/doc/examples/engywuck-backports.cfg index d71e8d2..b3313fa 100644 --- a/share/doc/examples/engywuck-backports.cfg +++ b/share/doc/examples/engywuck-backports.cfg @@ -19,8 +19,8 @@ container-tools cnt-debconf/architecture select auto container-tools cnt-debconf/archives multiselect engywuck-security, engywuck-updates, engywuck-extras, engywuck-backports, engywuck-backports-extras #container-tools cnt-debconf/parent-archives multiselect -container-tools cnt-debconf/mirror string https://deb.progress-linux.org/packages -container-tools cnt-debconf/mirror-security string https://deb.progress-linux.org/packages +container-tools cnt-debconf/mirror string https://cdn.deb.progress-linux.org/packages +container-tools cnt-debconf/mirror-security string https://cdn.deb.progress-linux.org/packages container-tools cnt-debconf/parent-mirror string https://deb.debian.org/debian container-tools cnt-debconf/parent-mirror-security string http://security.debian.org diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf index cb1aa8d..c8ac8df 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -329,7 +329,7 @@ Mirror () ;; progress-linux) - db_set cnt-debconf/mirror https://deb.progress-linux.org/packages + db_set cnt-debconf/mirror https://cdn.deb.progress-linux.org/packages db_fset cnt-debconf/mirror seen false ;; esac @@ -349,7 +349,7 @@ Mirror () ;; progress-linux) - MIRROR="https://deb.progress-linux.org/packages" + MIRROR="https://cdn.deb.progress-linux.org/packages" ;; esac fi |