diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-14 19:09:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-14 19:09:31 +0000 |
commit | 4715c04e6253df588b984f521407419963510f63 (patch) | |
tree | a79e417ba42532ae55c52471de9b469c661613ec /share/scripts/debconf.d | |
parent | Including systemd-sysv in default package selection of progress-linux contain... (diff) | |
download | compute-tools-4715c04e6253df588b984f521407419963510f63.tar.xz compute-tools-4715c04e6253df588b984f521407419963510f63.zip |
Switching default entries for cdn.archive.progress-linux.org to HTTPS.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf.d/0003-debconf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf index baf6879..05c9eb5 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -303,7 +303,7 @@ Mirror () ;; progress-linux) - db_set cnt-debconf/mirror http://cdn.archive.progress-linux.org/packages + db_set cnt-debconf/mirror https://cdn.archive.progress-linux.org/packages db_fset cnt-debconf/mirror seen false ;; esac @@ -323,7 +323,7 @@ Mirror () ;; progress-linux) - MIRROR="http://cdn.archive.progress-linux.org/packages" + MIRROR="https://cdn.archive.progress-linux.org/packages" ;; esac fi |