lorikeet-heimdal: modernize URLs in helper scripts
authorAndrew Bartlett <abartlet@samba.org>
Mon, 10 Sep 2018 21:13:07 +0000 (16:13 -0500)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Apr 2020 09:07:57 +0000 (11:07 +0200)
We have moved some repos and have https these days

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
import-lorikeet.sh
rebase-lorikeet.sh

index f88c91d65703ad96ca4ca6db1358721c0ac04070..906e6757dcc817f0801d81d186f86eb75c185e59 100755 (executable)
@@ -50,7 +50,7 @@ samba_init() {
                mkdir samba || bailout $?
                pushd samba
                git init || bailout $?
-               git remote add origin git://git.samba.org/samba.git
+               git remote add origin https://git.samba.org/samba.git
                git remote add local-heimdal ../heimdal
                popd
        }
index 88a3af59383a1007e1faede9ed1ab427e133ff4f..78b80b99acdf249c11ec649a2e8f01be3a46e7ee 100755 (executable)
@@ -40,9 +40,9 @@ heimdal_init() {
                mkdir heimdal || bailout $?
                pushd heimdal
                git init || bailout $?
-               git remote add heimdal-git git://github.com/heimdal/heimdal.git
+               git remote add heimdal-git https://github.com/heimdal/heimdal.git
                git remote add lorikeet-heimdal-abartlet ssh://git.samba.org/data/git/abartlet/lorikeet-heimdal.git/.git
-               git remote add lorikeet-heimdal ssh://git.samba.org/lorikeet-heimdal.git
+               git remote add lorikeet-heimdal https://gitlab.com/samba-team/devel/lorikeet-heimdal
                git remote add ${heimdal_my_wip_name} ${heimdal_my_wip_url}
                popd
        }