X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fdiffgdbday;h=5fc94270623b7f4a12f8b4900ea5cd81fd413727;hp=6ea7262e5834e5d668872e3044f03b6d75208748;hb=257109ce5b17e8bf1e9990564d3eef7722746c0b;hpb=0d3657681bb2370f78e62f71395009c1762dd5c2 diff --git a/bin/diffgdbday b/bin/diffgdbday index 6ea7262..5fc9427 100755 --- a/bin/diffgdbday +++ b/bin/diffgdbday @@ -8,7 +8,8 @@ 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*;do +#for THIS in ${TODAY}Build-{gdbcvs,fedoragdb}*;do +for THIS in ${TODAY}Build-{gdb,binutils}cvs*;do PREV=$YESTERDAY`echo $THIS|sed 's/^........//'` diffgdbdir "$@" $PREV $THIS done