added bz2 uploading while creating release

This commit is contained in:
Loïc Chapeaux
2001-11-16 19:03:11 +00:00
parent fe94418a91
commit 0636118fec
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ $Source$
phpmyadmin. phpmyadmin.
* build_dump.php3: fixed bug #482466 - data dumping is broken in cvs * build_dump.php3: fixed bug #482466 - data dumping is broken in cvs
version thanks to Michal Cihar. version thanks to Michal Cihar.
* scripts/create-release.sh, line 24: added bz2 packages.
* ### released 2.2.2-rc1 revision. ### * ### released 2.2.2-rc1 revision. ###
2001-11-15 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2001-11-15 Lo<4C>c Chapeaux <lolo@phpheaven.net>

View File

@@ -51,7 +51,7 @@ Todo now:
1. upload the files to SF: 1. upload the files to SF:
ftp upload.sourceforge.net ftp upload.sourceforge.net
cd incoming cd incoming
mput cvs/*.gz *.zip mput cvs/*.bz2 *.gz *.zip
2. add files to SF files page (cut and paste changelog since last release) 2. add files to SF files page (cut and paste changelog since last release)
3. add SF news item to phpMyAdmin project 3. add SF news item to phpMyAdmin project
4. update the download page: /home/groups/p/ph/phpmyadmin/htdocs 4. update the download page: /home/groups/p/ph/phpmyadmin/htdocs