]> git.donarmstrong.com Git - bugscan.git/blob - makepost
Kill the comments stuff; it hasn't been used for ages.
[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 Some bugs have an additional set of tags indicating they only apply
26 to a particular release: O for oldstable (woody), S for stable (sarge),
27 T for testing (etch), U for unstable (sid) or E for experimental. X
28 indicates that the package is not in testing.
29
30 ------------------------------------------------------------------------------
31 EOF
32
33 ./bugreport -l -S pstatus
34
35