[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-209-g56404c5

Michal Čihař nijel at users.sourceforge.net
Thu Mar 11 16:58:54 CET 2010


The branch, master has been updated
       via  56404c562bdbba7dad59b30177b7bf6670273b8f (commit)
       via  8fb7ecae3f0691790dfde205d9e25fc9f205a1b7 (commit)
      from  6d5a1c3c29d9825ec596894c4aa5f589d20badeb (commit)


- Log -----------------------------------------------------------------
commit 56404c562bdbba7dad59b30177b7bf6670273b8f
Author: Michal Čihař <mcihar at novell.com>
Date:   Thu Mar 11 16:58:28 2010 +0100

    Upload also release notes.

commit 8fb7ecae3f0691790dfde205d9e25fc9f205a1b7
Author: Michal Čihař <mcihar at novell.com>
Date:   Thu Mar 11 16:57:54 2010 +0100

    Link to wiki.

-----------------------------------------------------------------------

Summary of changes:
 scripts/create-release.sh |    3 +++
 scripts/upload-release    |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 547dd1d..fe19d09 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -4,6 +4,9 @@
 # vim: expandtab sw=4 ts=4 sts=4:
 #
 
+# More documentation about making a release is available at:
+# http://wiki.phpmyadmin.net/pma/Devel:Releasing
+
 # Fail on undefined variables
 set -u
 # Fail on failure
diff --git a/scripts/upload-release b/scripts/upload-release
index 4bcfa5e..3fbaf5c 100755
--- a/scripts/upload-release
+++ b/scripts/upload-release
@@ -27,5 +27,6 @@ put phpMyAdmin-$REL-all-languages.zip
 put phpMyAdmin-$REL-english.zip
 put phpMyAdmin-$REL-all-languages.7z	
 put phpMyAdmin-$REL-english.7z
+put phpMyAdmin-$REL-notes.html
 EOT
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list