Generate MD5 sums (RFE #748415).
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
|||||||
2003-10-10 Michal Cihar <nijel@users.sourceforge.net>
|
2003-10-10 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932).
|
* libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932).
|
||||||
* left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717).
|
* left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717).
|
||||||
|
* scripts/create-release.sh: Generate MD5 sums (RFE #748415).
|
||||||
|
|
||||||
2003-10-07 Marc Delisle <lem9@users.sourceforge.net>
|
2003-10-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/russian*: updated, thanks to Artyom Rabzonov
|
* lang/russian*: updated, thanks to Artyom Rabzonov
|
||||||
|
@@ -2,6 +2,9 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
# 2003-10-10, nijel@users.sourceforge.net:
|
||||||
|
# - cvsserver set on just one place to ease testing
|
||||||
|
# - echoes md5 sums to include on download page
|
||||||
# 2003-06-22, robbat2@users.sourceforge.net:
|
# 2003-06-22, robbat2@users.sourceforge.net:
|
||||||
# - Moved to using updatedocs.sh for updating documentation
|
# - Moved to using updatedocs.sh for updating documentation
|
||||||
# - Make tarring faster by re-arranging ops
|
# - Make tarring faster by re-arranging ops
|
||||||
@@ -32,6 +35,7 @@
|
|||||||
# - added release todo list
|
# - added release todo list
|
||||||
#
|
#
|
||||||
|
|
||||||
|
cvsserver=cvs.sourceforge.net
|
||||||
|
|
||||||
if [ $# == 0 ]
|
if [ $# == 0 ]
|
||||||
then
|
then
|
||||||
@@ -89,12 +93,12 @@ fi
|
|||||||
mkdir cvs
|
mkdir cvs
|
||||||
cd cvs
|
cd cvs
|
||||||
echo "Press [ENTER]!"
|
echo "Press [ENTER]!"
|
||||||
cvs -d:pserver:anonymous@cvs1:/cvsroot/phpmyadmin login
|
cvs -d:pserver:anonymous@$cvsserver:/cvsroot/phpmyadmin login
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
echo "CVS login failed, bailing out"
|
echo "CVS login failed, bailing out"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
cvs -z3 -d:pserver:anonymous@cvs1:/cvsroot/phpmyadmin co -P $branch phpMyAdmin
|
cvs -z3 -d:pserver:anonymous@$cvsserver:/cvsroot/phpmyadmin co -P $branch phpMyAdmin
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
echo "CVS checkout failed, bailing out"
|
echo "CVS checkout failed, bailing out"
|
||||||
exit 2
|
exit 2
|
||||||
@@ -131,6 +135,16 @@ echo "Files:"
|
|||||||
echo "------"
|
echo "------"
|
||||||
|
|
||||||
ls -la *.gz *.zip *.bz2
|
ls -la *.gz *.zip *.bz2
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo "MD5 sums:"
|
||||||
|
echo "--------"
|
||||||
|
|
||||||
|
md5sum *.gz *.zip *.bz2 | sed "s/\([^ ]*\)[ ]*\([^ ]*\)/\$md5sum['\2'] = '\1';/"
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo "Add these to /home/groups/p/ph/phpmyadmin/htdocs/home_page/md5.inc.php on sf"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
find cvs -type d -print0 | xargs -0 chmod 775
|
find cvs -type d -print0 | xargs -0 chmod 775
|
||||||
find cvs -type f -print0 | xargs -0 chmod 664
|
find cvs -type f -print0 | xargs -0 chmod 664
|
||||||
@@ -163,7 +177,8 @@ Todo now:
|
|||||||
" <title>phpMyAdmin 2.2.2-rc1 - Documentation</title> "
|
" <title>phpMyAdmin 2.2.2-rc1 - Documentation</title> "
|
||||||
" <h1>phpMyAdmin 2.2.2-rc1 Documentation</h1> "
|
" <h1>phpMyAdmin 2.2.2-rc1 Documentation</h1> "
|
||||||
- in translators.html
|
- in translators.html
|
||||||
9. the end :-)
|
9. Add MD5s to /home/groups/p/ph/phpmyadmin/htdocs/home_page/md5.inc.php
|
||||||
|
10. the end :-)
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user