]> git.donarmstrong.com Git - bugscan.git/blob - makepost
d749a039fe4a226b7ac06b96085e3c7f625bcbae
[bugscan.git] / makepost
1 #! /bin/sh
2
3 newtime=`ls -alL pstatus | cut -c 44-55`
4 oldtime=`ls -alL pstatus-old | cut -c 44-55`
5 title="Bug stamp-out list for $newtime (CST)"
6 cat <<EOF
7 $title
8
9 EOF
10 ./bugreport -s 
11
12 cat <<EOF
13
14 Explanation for bug tags:
15
16    P  pending
17    +  patch
18    H  help
19    M  moreinfo
20    R  unreproducible
21    S  security
22    U  upstream
23    I  etch-ignore
24
25 The second set of tags indicate what releases a bug applies to:
26 O for oldstable (woody), S for stable (sarge), T for testing (etch),
27 U for unstable (sid) or E for experimental. X indicates that the
28 package is not in testing.
29
30 ------------------------------------------------------------------------------
31 EOF
32
33 ./bugreport -l -S pstatus
34
35