comparison INSTALL.sh @ 247:042507e2bbe3

comments
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 22 Dec 2011 16:25:35 -0800
parents 13a2a66b1c41
children b6d0ce3cf430
comparison
equal deleted inserted replaced
246:76ef1a33e345 247:042507e2bbe3
2 2
3 # installation script for autobot, the A*Team buildbot 3 # installation script for autobot, the A*Team buildbot
4 # install using 4 # install using
5 # curl http://k0s.org/mozilla/hg/autobot/raw-file/tip/INSTALL.sh | bash 5 # curl http://k0s.org/mozilla/hg/autobot/raw-file/tip/INSTALL.sh | bash
6 6
7 REPO='http://k0s.org/mozilla/hg/autobot' 7 REPO='http://k0s.org/mozilla/hg/autobot' # location of mercurial repository
8 8
9 # destination 9 # destination
10 DEST='autobot' # name of the virtualenv 10 DEST='autobot' # name of the virtualenv relative to CWD
11 if [ "$#" != "0" ] 11 if [ "$#" != "0" ]
12 then 12 then
13 DEST=$1 13 DEST=$1
14 fi 14 fi
15 15