icehouse is eol now

Change-Id: I0f825779fa1e7fba5578baf7dc22cff2a5e8e2f5
This commit is contained in:
Joshua Hesketh 2015-07-07 14:10:54 +10:00
parent 6730ed449f
commit f36430e085
1 changed files with 4 additions and 3 deletions

View File

@ -186,10 +186,11 @@ stable_release_db_sync() {
if [ $version -lt "234" ]
then
echo "Database is from Havana! Upgrade via Icehouse"
git branch -D stable/icehouse || true
git branch -D eol/icehouse || true
git remote update
git checkout -b stable/icehouse
git reset --hard remotes/origin/stable/icehouse
git checkout -b eol/icehouse
# Use tag
git reset --hard icehouse-eol
pip_requires
db_sync "icehouse"
fi