diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-11-22 15:09:21 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-12-11 12:27:10 +0000 |
commit | 5557e970bdf2ae2b32e549b945bc336d180d17c2 (patch) | |
tree | 32e40bb0c9e46456b24da4a0a401d10d2644e0b2 /share/doc | |
parent | Adding upstream version 20161112. (diff) | |
download | open-infrastructure-compute-tools-5557e970bdf2ae2b32e549b945bc336d180d17c2.tar.xz open-infrastructure-compute-tools-5557e970bdf2ae2b32e549b945bc336d180d17c2.zip |
Adding upstream version 20161122.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rwxr-xr-x | share/doc/examples/container-images.sh | 2 |
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)" |