Skip to content

Commit

Permalink
Adjust create-release.sh instructions to match current website.
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 21, 2008
1 parent 2849c92 commit 85bf2e8
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ if [ "$mode" = "snapshot" -a "$2" = "sf" ] ; then
fi

# Do SVNcheckout
mkdir -p ./svn
mkdir -p ./svn
cd svn

echo "Exporting repository from subversion"
Expand Down Expand Up @@ -219,16 +219,10 @@ echo
echo "MD5 sums:"
echo "--------"

md5sum *.{gz,zip,bz2,7z} | sed "s/\([^ ]*\)[ ]*\([^ ]*\)/\$md5sum['\2'] = '\1';/"
md5sum *.{gz,zip,bz2,7z} | sed "s/\([^ ]*\)[ ]*\([^ ]*\)/md5sum['\2'] = '\1'/"

echo
echo "Sizes:"
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"
echo "Add these to website/data/md5.py in SVN"

cat <<END
Expand All @@ -244,8 +238,7 @@ Todo now:
3. add files to SF files page (cut and paste changelog since last release)
4. add SF news item to phpMyAdmin project
5. update web page:
- add MD5s and file sizes to /home/groups/p/ph/phpmyadmin/htdocs/home_page/includes/list_files.inc.php
- add release to /home/groups/p/ph/phpmyadmin/htdocs/home_page/includes/list_release.inc.php
- add MD5s to website/data/md5.py in SVN
6. announce release on freshmeat (http://freshmeat.net/projects/phpmyadmin/)
7. send a short mail (with list of major changes) to
phpmyadmin-devel@lists.sourceforge.net
Expand Down

0 comments on commit 85bf2e8

Please sign in to comment.