[gedit/zbrown/deteplification-src: 353/633] Replace broken git clone URL with GNOME Gitlab URL




commit f3ef7089e610a5573f53d3eb82e5bb52a8fe4725
Author: Andre Klapper <a9016009 gmx de>
Date:   Sun May 24 19:53:15 2020 +0200

    Replace broken git clone URL with GNOME Gitlab URL

 build-aux/osx/build/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build-aux/osx/build/build b/build-aux/osx/build/build
index 0a2206003..112b57ade 100755
--- a/build-aux/osx/build/build
+++ b/build-aux/osx/build/build
@@ -51,7 +51,7 @@ function checkout_jhbuild() {
 
        mkdir -p $(dirname "$JHBUILD_SOURCED")
 
-       git clone git://git.gnome.org/jhbuild "$JHBUILD_SOURCED" || do_exit "Failed to clone jhbuild."
+       git clone https://gitlab.gnome.org/GNOME/jhbuild.git "$JHBUILD_SOURCED" || do_exit "Failed to clone 
jhbuild."
        #git --work-tree "$JHBUILD_SOURCED" checkout -b stable $JHBUILD_REVISION || do_exit "Failed to 
checkout stable jhbuild revision."
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]