diff options
author | Philippe Mathieu-Daudé | 2018-07-03 17:35:30 +0200 |
---|---|---|
committer | Alex Bennée | 2018-07-24 12:45:25 +0200 |
commit | 571fef5e07a2398bf14ee1affec3cdbc58088a21 (patch) | |
tree | f9447c5a01ff921e4a8a73ddada5ac3a62273305 /tests | |
parent | docker: report hint when docker.py check fails (diff) | |
download | qemu-571fef5e07a2398bf14ee1affec3cdbc58088a21.tar.gz qemu-571fef5e07a2398bf14ee1affec3cdbc58088a21.tar.xz qemu-571fef5e07a2398bf14ee1affec3cdbc58088a21.zip |
docker: Update debootstrap script after Debian migration from Alioth to Salsa
This silents the following warning:
Cloning into './debootstrap.git'...
warning: redirecting to https://salsa.debian.org/installer-team/debootstrap.git/
See https://lists.debian.org/debian-devel-announce/2018/01/msg00004.html
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/docker/dockerfiles/debian-bootstrap.pre | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/debian-bootstrap.pre b/tests/docker/dockerfiles/debian-bootstrap.pre index 56e1aa7a21..ea324d6e4a 100755 --- a/tests/docker/dockerfiles/debian-bootstrap.pre +++ b/tests/docker/dockerfiles/debian-bootstrap.pre @@ -62,7 +62,7 @@ if [ -z $DEBOOTSTRAP_DIR ]; then NEED_DEBOOTSTRAP=true fi if $NEED_DEBOOTSTRAP; then - DEBOOTSTRAP_SOURCE=https://anonscm.debian.org/git/d-i/debootstrap.git + DEBOOTSTRAP_SOURCE=https://salsa.debian.org/installer-team/debootstrap.git git clone ${DEBOOTSTRAP_SOURCE} ./debootstrap.git export DEBOOTSTRAP_DIR=./debootstrap.git DEBOOTSTRAP=./debootstrap.git/debootstrap |