Skip to content

Commit 77a571f

Browse files
committed
Fixed #233 -- made buildstep fork cleaner WRT progrium/buildstep
1 parent 551e742 commit 77a571f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/ec2/prepare-ubuntu-ami.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ apt-get dist-upgrade -yq
3131
apt-get install lxc-docker curl git make python-setuptools python-pip -yq
3232

3333
# create buildstep docker image
34-
git clone https://github.com/opdemand/buildstep.git
34+
git clone -b deis https://github.com/opdemand/buildstep.git
3535
cd buildstep
3636
make
3737
cd ..

contrib/rackspace/prepare-rackspace-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ apt-get dist-upgrade -yq
3232
apt-get install lxc-docker curl git make python-setuptools python-pip -yq
3333

3434
# create buildstep docker image
35-
git clone https://github.com/opdemand/buildstep.git
35+
git clone -b deis https://github.com/opdemand/buildstep.git
3636
cd buildstep
3737
make
3838
cd ..

0 commit comments

Comments
 (0)