diff mbox series

docker: Update debootstrap script after Debian migration from Alioth to Salsa

Message ID 20180703153530.9330-1-f4bug@amsat.org
State New
Headers show
Series docker: Update debootstrap script after Debian migration from Alioth to Salsa | expand

Commit Message

Philippe Mathieu-Daudé July 3, 2018, 3:35 p.m. UTC
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>
---
 tests/docker/dockerfiles/debian-bootstrap.pre | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Fam Zheng July 11, 2018, 8:03 a.m. UTC | #1
On Tue, 07/03 12:35, Philippe Mathieu-Daudé wrote:
> 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>
> ---
>  tests/docker/dockerfiles/debian-bootstrap.pre | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/docker/dockerfiles/debian-bootstrap.pre b/tests/docker/dockerfiles/debian-bootstrap.pre
> index 7c76dce663..44b18db7a2 100755
> --- a/tests/docker/dockerfiles/debian-bootstrap.pre
> +++ b/tests/docker/dockerfiles/debian-bootstrap.pre
> @@ -53,7 +53,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
> -- 
> 2.18.0
> 

Queued, thanks.

Fam
diff mbox series

Patch

diff --git a/tests/docker/dockerfiles/debian-bootstrap.pre b/tests/docker/dockerfiles/debian-bootstrap.pre
index 7c76dce663..44b18db7a2 100755
--- a/tests/docker/dockerfiles/debian-bootstrap.pre
+++ b/tests/docker/dockerfiles/debian-bootstrap.pre
@@ -53,7 +53,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