1
0
Fork 0

Add satan sha to glockfile script

This commit is contained in:
Gregory Eremin 2016-01-10 20:55:46 +03:00
parent 3a09a2ed29
commit 5bb4a72f95
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ def main():
source = open(".gitmodules").read()
paths = re.findall(r"path = (.*)", source)
print "github.com/localhots/satan {}".format(path_sha1("."))
for path in paths:
print "{repo} {sha}".format(
repo = path[7:],