Do not mark anything from 3.3 branch as testing

This commit is contained in:
Michal Čihař
2011-02-08 16:25:40 +01:00
parent a4fda28f0c
commit 715b0b86b5

View File

@@ -243,7 +243,11 @@ if [ $# -gt 0 ] ; then
else else
# We update both branches here # We update both branches here
# As it does not make sense to have older testing than stable # 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 mark_as_release $branch STABLE
fi fi
git checkout master git checkout master