]> git.donarmstrong.com Git - bugscan.git/blob - makepost
76b76d097d1aef4e4e23949f13f469a13b9c938f
[bugscan.git] / makepost
1 #! /bin/sh
2
3 newtime=`stat --format %y pstatus | cut -d: -f-2`
4 oldtime=`stat --format %y pstatus-old | cut -d: -f-2`
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.
28
29 ------------------------------------------------------------------------------
30 EOF
31
32 ./bugreport -l -S pstatus
33
34