summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-15 12:19:35 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-22 14:29:30 +0000
commit7ff271a158f2e32381e35fa47947e29a3874d158 (patch)
treebd7a31a49d4a1aef968b12a26dfe5b85f0a5516d /share/doc
parentChanging cache directory in curl create script from /var/cache/container-tool... (diff)
downloadcompute-tools-7ff271a158f2e32381e35fa47947e29a3874d158.tar.xz
compute-tools-7ff271a158f2e32381e35fa47947e29a3874d158.zip
Using https by default in container-images.sh example script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/doc')
-rwxr-xr-xshare/doc/examples/container-images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/examples/container-images.sh b/share/doc/examples/container-images.sh
index 74e7ee0..b743f57 100755
--- a/share/doc/examples/container-images.sh
+++ b/share/doc/examples/container-images.sh
@@ -10,7 +10,7 @@ set -e
ARCHITECTURES="amd64 i386"
DISTRIBUTIONS="stretch sid"
-MIRROR="http://deb.debian.org/debian"
+MIRROR="https://deb.debian.org/debian"
INCLUDE="dbus"
DATE="$(date +%Y%m%d)"