]> git.donarmstrong.com Git - bugscan.git/blobdiff - makepost
bugscan now uses basename
[bugscan.git] / makepost
index d749a039fe4a226b7ac06b96085e3c7f625bcbae..ae98dc9d0a17cb6e0de30dc3d3292e61c00a4ed5 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
@@ -20,12 +20,11 @@ Explanation for bug tags:
    R  unreproducible
    S  security
    U  upstream
-   I  etch-ignore
+   I  jessie-ignore or wheezy-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 (squeeze), S for stable (wheezy), T for testing (jessie),
+U for unstable (sid) or E for experimental.
 
 ------------------------------------------------------------------------------
 EOF