packer: clone git repository from github.com
authorMichael Prokop <mika@grml.org>
Mon, 6 Feb 2023 17:28:26 +0000 (18:28 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 6 Feb 2023 17:28:26 +0000 (18:28 +0100)
The git protocol is discouraged and insecure.

packer/debian64_provision.sh

index 98b4d37..d170554 100644 (file)
@@ -188,7 +188,7 @@ EOF
   elif [ "$GRML_DEBOOTSTRAP_VERSION" = "git" ] ; then
     echo "** GRML_DEBOOTSTRAP_VERSION is set to '$GRML_DEBOOTSTRAP_VERSION'"
     echo "** Using grml-debootstrap from Git repository"
-    git clone git://git.grml.org/grml-debootstrap.git
+    git clone https://github.com/grml/grml-debootstrap.git
     cd grml-debootstrap
     GRML_DEBOOTSTRAP="CONFFILES=$(pwd) $(pwd)/grml-debootstrap"
   elif [ "$GRML_DEBOOTSTRAP_VERSION" = "local" ] ; then