Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1372127 - move .chk to root folder, r=ttaubert
Differential Revision: https://nss-review.dev.mozaws.net/D360

--HG--
extra : histedit_source : f53d22ec9e3b2f0a7a408e2db569ce2c80cc0b8b%2Ce5730e63a84b8c9e4f2c91fff5e717072f4d5c10
  • Loading branch information
franziskuskiefer committed Jul 3, 2017
1 parent b5e2bb6 commit c47e655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -18,3 +18,4 @@ GTAGS
fuzz/libFuzzer/*
fuzz/corpus
fuzz/out
.chk
1 change: 1 addition & 0 deletions .hgignore
Expand Up @@ -18,3 +18,4 @@ GTAGS
fuzz/libFuzzer/*
fuzz/corpus
fuzz/out
.chk
2 changes: 1 addition & 1 deletion mach
Expand Up @@ -66,7 +66,7 @@ class cfAction(argparse.Action):
for file in files:
with open(os.path.join(dirname, file), "rb") as f:
hash.update(f.read())
chk_file = cwd + "/out/.chk"
chk_file = cwd + "/.chk"
old_chk = ""
new_chk = hash.hexdigest()
if os.path.exists(chk_file):
Expand Down

0 comments on commit c47e655

Please sign in to comment.