dont checkout master

This commit is contained in:
j 2016-02-20 12:16:53 +05:30
parent 7620795862
commit 87e580547f
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ if __name__ == "__main__":
run('git', 'checkout', repos[repo]['commit'])
else:
print('Checking', repo)
run('git', 'checkout', 'master', '-q')
#run('git', 'checkout', 'master', '-q')
run('git', 'pull')
revno = get_version(path)
new += revno