+comment wrt fedora
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Feb 2011 10:10:06 +0000 (11:10 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Feb 2011 10:10:06 +0000 (11:10 +0100)
bin/diffgdbday

index 6ea7262..0e9f4f9 100755 (executable)
@@ -8,6 +8,7 @@ fi
 TODAY=`date -d "$WHEN" +%Y%m%d`
 YESTERDAY=`date -d "$TODAY - 1 day" +%Y%m%d`
 cd $HOME/hammock
+#for THIS in ${TODAY}Build-{gdbcvs,fedoragdb}*;do 
 for THIS in ${TODAY}Build-gdbcvs*;do 
   PREV=$YESTERDAY`echo $THIS|sed 's/^........//'`
   diffgdbdir "$@" $PREV $THIS