Add satan sha to glockfile script
This commit is contained in:
parent
3a09a2ed29
commit
5bb4a72f95
|
@ -7,6 +7,7 @@ def main():
|
||||||
source = open(".gitmodules").read()
|
source = open(".gitmodules").read()
|
||||||
paths = re.findall(r"path = (.*)", source)
|
paths = re.findall(r"path = (.*)", source)
|
||||||
|
|
||||||
|
print "github.com/localhots/satan {}".format(path_sha1("."))
|
||||||
for path in paths:
|
for path in paths:
|
||||||
print "{repo} {sha}".format(
|
print "{repo} {sha}".format(
|
||||||
repo = path[7:],
|
repo = path[7:],
|
||||||
|
|
Loading…
Reference in New Issue