diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-14 19:21:09 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-14 19:21:09 +0000 |
commit | 29d239a3689fda781b969ceb9f7c6ba9645ebcd9 (patch) | |
tree | 9e71f14762c123a76dc47f2f2c3913373e07e63c /share/scripts/debconf.d | |
parent | Releasing debian version 20160601-1. (diff) | |
download | open-infrastructure-compute-tools-29d239a3689fda781b969ceb9f7c6ba9645ebcd9.tar.xz open-infrastructure-compute-tools-29d239a3689fda781b969ceb9f7c6ba9645ebcd9.zip |
Merging upstream version 20160615.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/scripts/debconf.d')
-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 |