forked from 0x2620/pandora
dont checkout master
This commit is contained in:
parent
7620795862
commit
87e580547f
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ if __name__ == "__main__":
|
||||||
run('git', 'checkout', repos[repo]['commit'])
|
run('git', 'checkout', repos[repo]['commit'])
|
||||||
else:
|
else:
|
||||||
print('Checking', repo)
|
print('Checking', repo)
|
||||||
run('git', 'checkout', 'master', '-q')
|
#run('git', 'checkout', 'master', '-q')
|
||||||
run('git', 'pull')
|
run('git', 'pull')
|
||||||
revno = get_version(path)
|
revno = get_version(path)
|
||||||
new += revno
|
new += revno
|
||||||
|
|
Loading…
Reference in a new issue