]> sjero.net Git - wget/blob - README.maint
[svn] Added README.maint.
[wget] / README.maint
1
2 TO RELEASE WGET X.Y.Z:
3
4 1) update PO files from the TP
5
6 cd po
7 ../util/update_po_files.sh
8
9
10 2) generate tarball
11
12 from the trunk:
13
14 cd ~/tmp
15 ~/code/svn/wget/trunk/util/dist-wget --force-version X.Y.Z
16
17 from a branch:
18
19 cd ~/tmp
20 ~/code/svn/wget/branches/X.Y/util/dist-wget --force-version X.Y.Z -b branches/X.Y
21
22
23 3) test the tarball
24
25
26 4) set new version number X.Y.Z on the repository
27
28
29 5) tag the sources in subversion
30
31 from the trunk:
32
33 svn copy -m "Tagging release X.Y.Z" http://svn.dotsrc.org/repo/wget/trunk http://svn.dotsrc.org/repo/wget/tags/WGET_X_Y_Z/
34
35 from a branch:
36
37 svn copy -m "Tagging release X.Y.Z" http://svn.dotsrc.org/repo/wget/branches/X.Y/ http://svn.dotsrc.org/repo/wget/tags/WGET_X_Y_Z/
38
39
40 6) upload the tarball on gnu.org and deepspace6.net
41
42 prepare_wget_for_upload.sh X.Y.Z
43
44 lftp ftp://ftp-upload.gnu.org/incoming/ftp
45 put wget-X.Y.Z.tar.gz
46 put wget-X.Y.Z.tar.gz.sig
47 put wget-X.Y.Z.tar.gz.directive.asc
48
49
50
51 7) update wget.sunsite.dk and gnu.org/software/wget
52
53
54 8) send announcement on wget@sunsite.dk:
55
56 hi to everybody,
57
58 i have just uploaded the wget X.Y.Z tarball on ftp.gnu.org:
59
60 ftp://ftp.gnu.org/gnu/wget/wget-X.Y.Z.tar.gz
61
62 you can find the GPG signature of the tarball at these URLs:
63
64 ftp://ftp.gnu.org/gnu/wget/wget-X.Y.Z.tar.gz.sig
65
66 and the GPG key i have used for the signature at this URL:
67
68 http://www.tortonesi.com/GNU-GPG-Key.txt
69
70 the key fingerprint is:
71
72 pub  1024D/7B2FD4B0 2005-06-02 Mauro Tortonesi (GNU Wget Maintainer) 
73 <mauro@ferrara.linux.it>
74      Key fingerprint = 1E90 AEA8 D511 58F0 94E5  B106 7220 24E9 7B2F D4B0
75
76 the MD5 checksum of the tarball (and signature) are:
77
78 MD5 of tarball    wget-X.Y.Z.tar.gz
79 MD5 of signature  wget-X.Y.Z.tar.gz.sig
80
81 {DESCRIPTION OF THE CHANGES}
82
83
84 9) send announcement on info-gnu@gnu.org
85
86 I'm very pleased to announce the availability of GNU Wget X.Y.Z. 
87
88 {DESCRIPTION OF THE CHANGES}
89
90 GNU Wget is a non-interactive command-line tool for retrieving files using 
91 HTTP, HTTPS and FTP, which may easily be called from scripts, cron jobs, 
92 terminals without X-Windows support, etc.
93
94 For more information, please see:
95
96     http://www.gnu.org/software/wget
97     http://wget.sunsite.dk
98
99 Here are the compressed sources and the GPG detached signature:
100
101 ftp://ftp.gnu.org/gnu/wget/wget-X.Y.Z.tar.gz
102 ftp://ftp.gnu.org/gnu/wget/wget-X.Y.Z.tar.gz.sig
103
104 The MD5 checksums of the tarball and signature are:
105
106 MD5 of tarball    wget-X.Y.Z.tar.gz
107 MD5 of signature  wget-X.Y.Z.tar.gz.sig
108
109
110 The GPG key I have used for the tarball signature is available at this URL:
111
112 http://www.tortonesi.com/GNU-GPG-Key.txt
113
114 the key fingerprint is:
115
116 pub  1024D/7B2FD4B0 2005-06-02 Mauro Tortonesi (GNU Wget Maintainer) 
117 <mauro@ferrara.linux.it>
118      Key fingerprint = 1E90 AEA8 D511 58F0 94E5  B106 7220 24E9 7B2F D4B0
119
120
121 10) ask Hrvoje to post announcement on freshmeat.net
122
123
124 11) set new version number X.Y.Z+devel on the repository
125
126