]> git.donarmstrong.com Git - bugscan.git/blobdiff - makepost
ignore undefined values when we filter
[bugscan.git] / makepost
index 7d9bee37b9b375702edcb571e6c09414698e2ec9..df952559945dc73c5ea348dbb47fb1a8df34c2ff 100755 (executable)
--- a/makepost
+++ b/makepost
@@ -1,7 +1,7 @@
 #! /bin/sh
 
-newtime=`ls -alL pstatus | cut -c 44-55`
-oldtime=`ls -alL pstatus-old | cut -c 44-55`
+newtime=`stat --format %y pstatus | cut -d: -f-2`
+oldtime=`stat --format %y pstatus-old | cut -d: -f-2`
 title="Bug stamp-out list for $newtime (CST)"
 cat <<EOF
 $title
@@ -22,10 +22,9 @@ Explanation for bug tags:
    U  upstream
    I  etch-ignore
 
-Some bugs have an additional set of tags indicating they only apply
-to a particular release: O for oldstable (woody), S for stable (sarge),
-T for testing (etch), U for unstable (sid) or E for experimental. X
-indicates that the package is not in testing.
+The second set of tags indicate what releases a bug applies to:
+O for oldstable (sarge), S for stable (lenny), T for testing (squeeze),
+U for unstable (sid) or E for experimental.
 
 ------------------------------------------------------------------------------
 EOF