[sysadmin-bin] Needs .git appended



commit 56b84654f4b7179fd13aa753d5e93e43f616d932
Author: Andrea Veri <averi redhat com>
Date:   Wed Jul 18 13:15:15 2018 +0200

    Needs .git appended

 gnomeweb/update_sites.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomeweb/update_sites.py b/gnomeweb/update_sites.py
index c3883b8..33d471b 100755
--- a/gnomeweb/update_sites.py
+++ b/gnomeweb/update_sites.py
@@ -23,7 +23,7 @@ from git import *
 
 timestamp_dir = "/usr/local/www/gnomeweb/timestamps"
 hookscripts_dir = "/usr/local/www/gnomeweb/hooks"
-checkout_url = "https://gitlab.gnome.org/Infrastructure/%(module)s"
+checkout_url = "https://gitlab.gnome.org/Infrastructure/%(module)s.git"
 checkout_basedir = "/var/cache/gnomeweb/git" # default base directory for checkouts
 log_dir = "/usr/local/www/gnomeweb/logs"
 re_branch_versioned = r'^gnome-([0-9]+)-([0-9]+)$'


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