[DRE-commits] [scripts] 01/01: find-inactive-contributors: More usage hints

zeha at debian.org zeha at debian.org
Wed Jun 29 20:23:33 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 0852405616715036defadb0a552c599f15685a04
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Wed Jun 29 22:23:29 2016 +0200

    find-inactive-contributors: More usage hints
---
 find-inactive-contributors | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/find-inactive-contributors b/find-inactive-contributors
index a936449..d3cf11f 100755
--- a/find-inactive-contributors
+++ b/find-inactive-contributors
@@ -54,6 +54,7 @@ def build_data
   repos.each do |r| walk_git(r, data[:newest]) end
   puts "newest => #{data[:newest].inspect}"
   File.write(DATAFILE, JSON.generate(data))
+  puts "#{DATEFILE} has been written, run 'find-inactive-contributors info' for results."
 end
 
 def print_info
@@ -89,5 +90,6 @@ when 'build'
 when 'info'
   print_info
 else
-  puts "usage: findinactive.rb build|info"
+  puts "usage: find-inactive-contributors build|info"
+  puts "hint: run build and then info"
 end

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