[Reproducible-commits] [misc] 01/01: Clarify we are just validating here - could infer we are modifying
Chris Lamb
lamby at moszumanska.debian.org
Tue Jul 7 08:36:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository misc.
commit 6fa9fd0447ebf99cd707921df94dbcbdb9c3b047
Author: Chris Lamb <lamby at debian.org>
Date: Tue Jul 7 09:36:08 2015 +0100
Clarify we are just validating here - could infer we are modifying
---
edit-notes | 1 +
1 file changed, 1 insertion(+)
diff --git a/edit-notes b/edit-notes
index 4e6881c..16d3174 100755
--- a/edit-notes
+++ b/edit-notes
@@ -24,6 +24,7 @@ if __name__ == '__main__':
notes = clean.load_notes()
testedpkgs = clean.load_reproducible_status()
+ # Validate issues
for add in args.add_note:
if add not in issues.keys():
raise ValueError('%r is not a valid issue' % add)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-commits
mailing list