Skip to content

Commit

Permalink
Merge pull request #55 from eggmaster/jan_release_edit
Browse files Browse the repository at this point in the history
Jan release edit
  • Loading branch information
martinpovolny committed Feb 26, 2013
2 parents 94e4b54 + 05ec0f6 commit 0c6c24b
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions releases/2013-jan-1.sh → releases/0.14.0-release.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!/bin/bash

# Release script for 2013-Jan-1
# Release script for 0.14.x release branch
#
# To be run as a sudo-enabled user
#
# This script may be run as-is if you have imagefactory v2 running
# without oauth on localhost:8075
#
# This script assumes that imagefactory is *not* installed via RPM

### BEGIN ImageFactory instalation
# Install imagefactory 2 from repository
Expand Down Expand Up @@ -39,12 +37,10 @@ else
fi

cd imagefactory/
git checkout 07ce354
git checkout f786e58
make rpm

cd imagefactory-plugins/; make rpm

cd imagefactory-plugins/; make rpm
cd imagefactory_plugins/; make rpm
cd ~/rpmbuild/RPMS/noarch

RPMS='imagefactory' # imagefactory-secondary'
Expand Down Expand Up @@ -88,11 +84,11 @@ fi
### BEGIN RELEASE-SPECIFIC VERSION DEFININTIONS

# Points to https://github.com/aeolus-incubator/dev-tools/commit/ce50b51336
export DEV_TOOLS_BRANCH=bb6aa09
export DEV_TOOLS_BRANCH=012af96

# Points to https://github.com/aeolusproject/conductor/commit/f66ce6fb
export FACTER_CONDUCTOR_BRANCH=5420594
export SETUP_LOCAL_DELTACLOUD_RELEASE=release-1.1.0
export FACTER_CONDUCTOR_BRANCH=0.14.x
export SETUP_LOCAL_DELTACLOUD_RELEASE=release-1.1.1
export FACTER_TIM_BRANCH=v0.2.0
export RBENV_VERSION=1.9.3-p374

Expand Down

0 comments on commit 0c6c24b

Please sign in to comment.