The branch, master has been updated
       via  715b0b86b564ad8d625914110b802aaf4bb915fd (commit)
      from  a4fda28f0c3b4010c38ec11a7367f5a22b6cbedc (commit)


- Log -----------------------------------------------------------------
commit 715b0b86b564ad8d625914110b802aaf4bb915fd
Author: Michal Čihař <[email protected]>
Date:   Tue Feb 8 16:25:40 2011 +0100

    Do not mark anything from 3.3 branch as testing

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

Summary of changes:
 scripts/create-release.sh |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 87a1bff..e7d6f39 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -243,7 +243,11 @@ if [ $# -gt 0 ] ; then
                     else
                         # We update both branches here
                         # As it does not make sense to have older testing than 
stable
-                        mark_as_release $branch TESTING
+                        if echo $version | grep -q '^3\.3\.' ; then
+                            echo '* 3.3 branch, no TESTING update'
+                        else
+                            mark_as_release $branch TESTING
+                        fi
                         mark_as_release $branch STABLE
                     fi
                     git checkout master


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to