diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-14 19:20:28 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-14 19:20:28 +0000 |
commit | f41f3a347cace11dd2a9e6214f06d9acc75fc41e (patch) | |
tree | 1f9bd0a521ab371bc15e64a4bf48cec4ab8ab9c8 /share/scripts/debconf.d/0003-debconf | |
parent | Adding upstream version 20160601. (diff) | |
download | open-infrastructure-compute-tools-f41f3a347cace11dd2a9e6214f06d9acc75fc41e.tar.xz open-infrastructure-compute-tools-f41f3a347cace11dd2a9e6214f06d9acc75fc41e.zip |
Adding upstream version 20160615.upstream/20160615
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/scripts/debconf.d/0003-debconf')
-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 |