commit 9907a1f470cf226285f09ba2911a9a45abbee663 Author: JeremyRand biolizard89@gmail.com Date: Sat Mar 30 23:33:53 2019 +0000
Bug 29966: Use archive.debian.org for Wheezy images
Wheezy is removed from deb.debian.org, so container image builds were failing. --- projects/debootstrap-image/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/projects/debootstrap-image/config b/projects/debootstrap-image/config index 9499eb8..7d535ec 100644 --- a/projects/debootstrap-image/config +++ b/projects/debootstrap-image/config @@ -1,6 +1,6 @@ # vim: filetype=yaml sw=2 filename: 'container-image_[% c("var/container/suite") %]-[% c("var/container/arch") %]-[% c("version") %].tar.gz' -version: 1 +version: 2 pkg_type: build
var: @@ -56,6 +56,7 @@ targets: container: suite: wheezy arch: amd64 + debootstrap_mirror: "http://archive.debian.org/debian/"
jessie-amd64: var:
tbb-commits@lists.torproject.org