Skip to content

Commit 2f938fb

Browse files
committed
Fixed typo
1 parent a2ce9a6 commit 2f938fb

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

Diff for: RELEASE

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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
27
x fudu
38
x lentor
4-
x xencentos
9+
- xencentos
510

611
x Generate british english with :
712
cd /usr/local/webadmin
@@ -10,43 +15,39 @@
1015
./fix-english.pl --svn "English conversion" virtual-server-theme
1116

1217
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
1718

18-
x Create tar.gz file
19+
- Create tar.gz file
1920
./gpl-virtual-server/createvirtualminmodule.sh $ver /tmp/virtual-server-$ver.wbm.gz
2021
./create-module.pl --sign virtualmin/virtual-server-theme-$themever.wbt.gz virtual-server-theme
2122

22-
x build RPM and .deb
23+
- build RPM and .deb
2324
./makemodulerpm.pl --sign --dir virtual-server --allow-overwrite gpl-virtual-server
2425
./makemodulerpm.pl --sign --allow-overwrite virtual-server-theme
2526
./makemoduledeb.pl --dir virtual-server --allow-overwrite gpl-virtual-server
2627
./makemoduledeb.pl --allow-overwrite virtual-server-theme
2728

28-
x Upload to download.webmin.com:htdocs/download/virtualmin/
29+
- Upload to download.webmin.com:htdocs/download/virtualmin/
2930
scp /tmp/virtual-server-$ver.wbm.gz* download.webmin.com:htdocs/download/virtualmin/
3031
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/
3132
scp /tmp/webmin-virtual-server_${ver}_all.deb download.webmin.com:htdocs/download/virtualmin/
3233

33-
x Upload theme
34+
- Upload theme
3435
scp virtualmin/virtual-server-theme-$themever.wbt.gz* download.webmin.com:htdocs/download/virtualmin/
3536
scp /usr/src/redhat/RPMS/noarch/wbt-virtual-server-theme-$themever-1.noarch.rpm download.webmin.com:htdocs/download/virtualmin/
3637
scp /tmp/webmin-virtual-server-theme_${themever}_all.deb download.webmin.com:htdocs/download/virtualmin/
3738

38-
x Create signatures for all new packages
39+
- Create signatures for all new packages
3940
~/webmin.com/create-update-sigs.pl
4041

41-
x Add to website
42+
- Add to website
4243
x Mention plugins too
4344

44-
x Add to freshmeat.net
45+
- Add to freshmeat.net
4546

46-
x Announce on mailing list
47+
- Announce on mailing list
4748

48-
x Add to updates.txt
49+
- Add to updates.txt
4950

50-
x Release plugins
51+
- Release plugins
5152

52-
x Rebuild API files
53+
- Rebuild API files

Diff for: expframe_form.cgi

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ print &ui_table_start(undef, undef, 2);
1717
print &ui_table_row(undef,
1818
&ui_textarea("text",
1919
&read_file_contents_as_domain_user($d, $ff), 20, 80,
20-
undef, 0, style='width:100%"), 2);
20+
undef, 0, "style='width:100%"), 2);
2121
print &ui_table_end();
2222
print &ui_form_end([ [ "save", $text{'save'} ] ]);
2323

0 commit comments

Comments
 (0)