summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf.d/0003-debconf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-02-10 18:49:42 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-02-18 07:24:49 +0000
commit3eebb740d1b4152adc9d58b867c71e8e2e84bc4e (patch)
tree75ef553ab9ca7987c431dcf78f42ab676a02e9f2 /share/scripts/debconf.d/0003-debconf
parentReplacing archive signing key handling for progress-linux by install the prog... (diff)
downloadcompute-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>
Diffstat (limited to 'share/scripts/debconf.d/0003-debconf')
-rwxr-xr-xshare/scripts/debconf.d/0003-debconf4
1 files changed, 2 insertions, 2 deletions
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