[Reproducible-commits] [misc] 02/03: clean-notes: print the correct file name

Mattia Rizzolo mattia at mapreri.org
Sat Sep 12 13:12:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

mapreri-guest pushed a commit to branch master
in repository misc.

commit a920fac10b4466aac594394533b830caf690d630
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Sep 12 13:08:01 2015 +0000

    clean-notes: print the correct file name
---
 clean-notes | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/clean-notes b/clean-notes
index 9f2f1ff..b57fa7f 100755
--- a/clean-notes
+++ b/clean-notes
@@ -504,4 +504,5 @@ if __name__ == '__main__':
     if not args.dry_run:
         write_out(notes)
     else:
-        log.info("Don't write out a notes.yml file, as requested (dry-run).")
+        log.info("Don't write out the %s file, as requested (dry-run).",
+                 NOTES_YAML)

-- 
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