MD5 sums are again in RSS feed from sf.net.

This commit is contained in:
Marc Delisle
2009-10-30 16:45:31 +00:00
parent e53f38a20d
commit 4aa59d9657

View File

@@ -155,15 +155,6 @@ echo "------"
ls -la *.gz *.zip *.bz2 *.7z
echo
echo "MD5 sums:"
echo "--------"
md5sum *.{gz,zip,bz2,7z} | sed "s/\([^ ]*\)[ ]*\([^ ]*\)/md5sum['\2'] = '\1'/"
echo
echo "Add these to website/data/md5sums.py in SVN"
cat <<END
@@ -178,10 +169,8 @@ Todo now:
this release and paste into it the ChangeLog for this release
3. upload the files and the notes file to SF (procedure explained on the sf.net Project Admin/File Manager help page)
4. add SF news item to phpMyAdmin project
5. update web page:
- add MD5s to website/data/md5sums.py in SVN
6. announce release on freshmeat (http://freshmeat.net/projects/phpmyadmin/)
7. send a short mail (with list of major changes) to
5. announce release on freshmeat (http://freshmeat.net/projects/phpmyadmin/)
6. send a short mail (with list of major changes) to
phpmyadmin-devel@lists.sourceforge.net
phpmyadmin-news@lists.sourceforge.net
phpmyadmin-users@lists.sourceforge.net
@@ -189,7 +178,7 @@ Todo now:
Don't forget to update the Description section in the announcement,
based on Documentation.html.
8. increment rc count or version in subversion :
7. increment rc count or version in subversion :
- in libraries/Config.class.php PMA_Config::__constructor() the line
" $this->set( 'PMA_VERSION', '2.7.1-dev' ); "
- in Documentation.html the 2 lines
@@ -197,10 +186,10 @@ Todo now:
" <h1>phpMyAdmin 2.2.2-rc1 Documentation</h1> "
- in translators.html
9. add a group for bug tracking this new version, at
8. add a group for bug tracking this new version, at
https://sourceforge.net/tracker/admin/index.php?group_id=23067&atid=377408&add_group=1
10. the end :-)
9. the end :-)
END