diff --git a/publish.py b/publish.py index d764e8e..3ea950f 100755 --- a/publish.py +++ b/publish.py @@ -29,7 +29,7 @@ def checkout(module): kws['stderr'] = subprocess.STDOUT if not os.path.exists(checkout_dir): # full clone - cmd = ['git', 'clone', 'http://repos.entrouvert.org/%s.git' % module] + cmd = ['git', 'clone', 'https://git.entrouvert.org/entrouvert/%s.git' % module] kws['cwd'] = checkouts_directory else: # pull