Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3fa86fd206b9348a6bc2e23aec994aed5b5f2514

commit 3fa86fd206b9348a6bc2e23aec994aed5b5f2514
Author: DeX77 <[email protected]>
Date:   Wed Jan 11 11:42:25 2017 +0100

* do what the help says: only report stuff not updated for at least a year

diff --git a/t/s/oldies2 b/t/s/oldies2
index 7ba3f32..9f078f1 100755
--- a/t/s/oldies2
+++ b/t/s/oldies2
@@ -15,8 +15,8 @@ do
LOG=$(git log --remove-empty --no-merges -n 1 --grep '\-1-' 
--pretty=format:"%an <%ae> - %aI - %ar - %f -" ./$i)
[[ -z $LOG ]] && LOG=$(git log --remove-empty --no-merges -n 1 -Spkgrel=1 
--pretty=format:"%an <%ae> - %aI - %ar - %f -" ./$i)
[[ -n $LOG ]] && echo $LOG $(dirname $i)
-done > $TMP_FILE
+done  > $TMP_FILE

-sort -t - -k 2 $TMP_FILE
+sort -t - -k 2 $TMP_FILE | sed '/year/!d'

rm $TMP_FILE
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to