1
This commit is contained in:
parent
4f2dc9683c
commit
7e3405a9ac
@ -23,3 +23,5 @@ for proj in projects:
|
||||
if not os.path.exists('repository/' + path + '/' + name):
|
||||
os.system('cd repository/' + path + ' && git clone ' + http_url_to_repo)
|
||||
os.system('cd repository/' + path + ' && git pull')
|
||||
os.system('cd repository/' + path + ' && git submodule init')
|
||||
os.system('cd repository/' + path + ' && git submodule update')
|
||||
|
Loading…
x
Reference in New Issue
Block a user