|
1 |
| - x run functional-test.pl |
| 1 | + - validate source |
| 2 | + cd /usr/local/webadmin |
| 3 | + find virtual-server* -name "*.cgi" -o -name "*.pl" | xargs -l1 perl -c |& grep -v OK |
| 4 | + find virtualmin-* -name "*.cgi" -o -name "*.pl" | grep -v nuvola | xargs -l1 perl -c |& grep -v OK |
| 5 | + |
| 6 | + - run functional-test.pl |
2 | 7 | x fudu
|
3 | 8 | x lentor
|
4 |
| - x xencentos |
| 9 | + - xencentos |
5 | 10 |
|
6 | 11 | x Generate british english with :
|
7 | 12 | cd /usr/local/webadmin
|
|
10 | 15 | ./fix-english.pl --svn "English conversion" virtual-server-theme
|
11 | 16 |
|
12 | 17 | x branch in SVN
|
13 |
| - Adding modules/branches/virtual-server/3.69 |
14 |
| - Adding modules/branches/virtualmin-awstats/4.1 |
15 |
| - Adding modules/branches/virtualmin-svn/4.3 |
16 |
| - Adding themes/branches/virtual-server-theme/7.1 |
17 | 18 |
|
18 |
| - x Create tar.gz file |
| 19 | + - Create tar.gz file |
19 | 20 | ./gpl-virtual-server/createvirtualminmodule.sh $ver /tmp/virtual-server-$ver.wbm.gz
|
20 | 21 | ./create-module.pl --sign virtualmin/virtual-server-theme-$themever.wbt.gz virtual-server-theme
|
21 | 22 |
|
22 |
| - x build RPM and .deb |
| 23 | + - build RPM and .deb |
23 | 24 | ./makemodulerpm.pl --sign --dir virtual-server --allow-overwrite gpl-virtual-server
|
24 | 25 | ./makemodulerpm.pl --sign --allow-overwrite virtual-server-theme
|
25 | 26 | ./makemoduledeb.pl --dir virtual-server --allow-overwrite gpl-virtual-server
|
26 | 27 | ./makemoduledeb.pl --allow-overwrite virtual-server-theme
|
27 | 28 |
|
28 |
| - x Upload to download.webmin.com:htdocs/download/virtualmin/ |
| 29 | + - Upload to download.webmin.com:htdocs/download/virtualmin/ |
29 | 30 | scp /tmp/virtual-server-$ver.wbm.gz* download.webmin.com:htdocs/download/virtualmin/
|
30 | 31 | scp /usr/src/redhat/RPMS/noarch/wbm-virtual-server-$ver-1.noarch.rpm /usr/src/redhat/SRPMS/wbm-virtual-server-$ver-1.src.rpm download.webmin.com:htdocs/download/virtualmin/
|
31 | 32 | scp /tmp/webmin-virtual-server_${ver}_all.deb download.webmin.com:htdocs/download/virtualmin/
|
32 | 33 |
|
33 |
| - x Upload theme |
| 34 | + - Upload theme |
34 | 35 | scp virtualmin/virtual-server-theme-$themever.wbt.gz* download.webmin.com:htdocs/download/virtualmin/
|
35 | 36 | scp /usr/src/redhat/RPMS/noarch/wbt-virtual-server-theme-$themever-1.noarch.rpm download.webmin.com:htdocs/download/virtualmin/
|
36 | 37 | scp /tmp/webmin-virtual-server-theme_${themever}_all.deb download.webmin.com:htdocs/download/virtualmin/
|
37 | 38 |
|
38 |
| - x Create signatures for all new packages |
| 39 | + - Create signatures for all new packages |
39 | 40 | ~/webmin.com/create-update-sigs.pl
|
40 | 41 |
|
41 |
| - x Add to website |
| 42 | + - Add to website |
42 | 43 | x Mention plugins too
|
43 | 44 |
|
44 |
| - x Add to freshmeat.net |
| 45 | + - Add to freshmeat.net |
45 | 46 |
|
46 |
| - x Announce on mailing list |
| 47 | + - Announce on mailing list |
47 | 48 |
|
48 |
| - x Add to updates.txt |
| 49 | + - Add to updates.txt |
49 | 50 |
|
50 |
| - x Release plugins |
| 51 | + - Release plugins |
51 | 52 |
|
52 |
| - x Rebuild API files |
| 53 | + - Rebuild API files |
0 commit comments