Adjust create-release.sh instructions to match current website.

This commit is contained in:
Michal Čihař
2008-11-21 08:58:00 +00:00
parent 61f2983838
commit ebba6d7863

View File

@@ -130,7 +130,7 @@ if [ "$mode" = "snapshot" -a "$2" = "sf" ] ; then
fi fi
# Do SVNcheckout # Do SVNcheckout
mkdir -p ./svn mkdir -p ./svn
cd svn cd svn
echo "Exporting repository from subversion" echo "Exporting repository from subversion"
@@ -219,16 +219,10 @@ echo
echo "MD5 sums:" echo "MD5 sums:"
echo "--------" echo "--------"
md5sum *.{gz,zip,bz2,7z} | sed "s/\([^ ]*\)[ ]*\([^ ]*\)/\$md5sum['\2'] = '\1';/" md5sum *.{gz,zip,bz2,7z} | sed "s/\([^ ]*\)[ ]*\([^ ]*\)/md5sum['\2'] = '\1'/"
echo echo
echo "Sizes:" echo "Add these to website/data/md5.py in SVN"
echo "------"
ls -l --block-size=k *.{gz,zip,bz2,7z} | sed -r "s/[a-z-]+[[:space:]]+[0-9]+[[:space:]]+[^[:space:]]+[[:space:]]+[^[:space:]]+[[:space:]]+([0-9]*)K.*[[:space:]]([^[:space:]]+)\$/\$size['\2'] = \1;/"
echo
echo "Add these to /home/groups/p/ph/phpmyadmin/htdocs/home_page/files.inc.php on sf"
cat <<END cat <<END
@@ -244,8 +238,7 @@ Todo now:
3. add files to SF files page (cut and paste changelog since last release) 3. add files to SF files page (cut and paste changelog since last release)
4. add SF news item to phpMyAdmin project 4. add SF news item to phpMyAdmin project
5. update web page: 5. update web page:
- add MD5s and file sizes to /home/groups/p/ph/phpmyadmin/htdocs/home_page/includes/list_files.inc.php - add MD5s to website/data/md5.py in SVN
- add release to /home/groups/p/ph/phpmyadmin/htdocs/home_page/includes/list_release.inc.php
6. announce release on freshmeat (http://freshmeat.net/projects/phpmyadmin/) 6. announce release on freshmeat (http://freshmeat.net/projects/phpmyadmin/)
7. send a short mail (with list of major changes) to 7. send a short mail (with list of major changes) to
phpmyadmin-devel@lists.sourceforge.net phpmyadmin-devel@lists.sourceforge.net