]> git.donarmstrong.com Git - bugscan.git/blobdiff - makepost
skip counts which end in .bad
[bugscan.git] / makepost
index d749a039fe4a226b7ac06b96085e3c7f625bcbae..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
@@ -23,9 +23,8 @@ Explanation for bug tags:
    I  etch-ignore
 
 The second set of tags indicate what releases a bug applies to:
-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.
+O for oldstable (sarge), S for stable (lenny), T for testing (squeeze),
+U for unstable (sid) or E for experimental.
 
 ------------------------------------------------------------------------------
 EOF