diff contrib/whoisd/whoisd.pl @ 1198:93f2650b65c0 draft

added a small tweak to whoisd to show current commit of resdb in whoisd. added and change angelica's resources.
author epoch <epoch@hacking.allowed.ano>
date Tue, 21 Mar 2017 02:16:12 +0000
parents 7a618eaa29cb
children a461bd595421
line wrap: on
line diff
--- a/contrib/whoisd/whoisd.pl	Fri Mar 10 14:28:42 2017 +0000
+++ b/contrib/whoisd/whoisd.pl	Tue Mar 21 02:16:12 2017 +0000
@@ -266,6 +266,7 @@
  $user=$QUERY;
 }
 $user =~ s/[\r\n]//g;
+printf "%%%% %s", `git log -1 | head -n1`;
 printf "%%%% found user: %s for the query.\n", $user;
 
 #k. we got user... now to find stuff belonging to that user.