From e5de5d96a504cd98247d2a86c5da7bcc51966c73 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 5 Sep 2009 12:13:30 +0000 Subject: [PATCH] we still need the MD5 sums --- scripts/create-release.sh | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/scripts/create-release.sh b/scripts/create-release.sh index f19cd77d1..f324c27f3 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -155,6 +155,15 @@ 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 <set( 'PMA_VERSION', '2.7.1-dev' ); " - in Documentation.html the 2 lines @@ -185,10 +196,10 @@ Todo now: "

phpMyAdmin 2.2.2-rc1 Documentation

" - in translators.html - 8. add a group for bug tracking this new version, at + 9. 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 - 9. the end :-) +10. the end :-) END