]> git.donarmstrong.com Git - bugscan.git/blobdiff - makepost
Move the counts around a bit.
[bugscan.git] / makepost
index d749a039fe4a226b7ac06b96085e3c7f625bcbae..76b76d097d1aef4e4e23949f13f469a13b9c938f 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
@@ -24,8 +24,7 @@ Explanation for bug tags:
 
 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.
+U for unstable (sid) or E for experimental.
 
 ------------------------------------------------------------------------------
 EOF