[DRE-commits] [scripts] 01/01: find-inactive-contributors: note DAYS_INACTIVE in info output
zeha at debian.org
zeha at debian.org
Wed Jun 29 20:42:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository scripts.
commit 2d34d8805b80b8e8b62ecd2fd472ef6d783d22d9
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date: Wed Jun 29 22:42:52 2016 +0200
find-inactive-contributors: note DAYS_INACTIVE in info output
---
find-inactive-contributors | 1 +
1 file changed, 1 insertion(+)
diff --git a/find-inactive-contributors b/find-inactive-contributors
index 082fec6..799bbd4 100755
--- a/find-inactive-contributors
+++ b/find-inactive-contributors
@@ -58,6 +58,7 @@ end
def print_info
puts "NOTE: Data generated by looking at owner and timestamp of git object files."
puts "NOTE: As such, it is likely incomplete."
+ puts "NOTE: Contributors that have contributed in the last #{DAYS_INACTIVE} days are not printed."
data_json = JSON.parse(File.read(DATAFILE))
data = {
:users => data_json["users"],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/scripts.git
More information about the Pkg-ruby-extras-commits
mailing list