Mercurial > hg > autobot
comparison INSTALL.sh @ 288:b6d0ce3cf430
dereference + repurposes (round1)
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 15 Apr 2014 21:27:32 -0700 |
parents | 042507e2bbe3 |
children |
comparison
equal
deleted
inserted
replaced
287:3a4b11d4fdf0 | 288:b6d0ce3cf430 |
---|---|
1 #!/usr/bin/bash | 1 #!/usr/bin/bash |
2 | 2 |
3 # installation script for autobot, the A*Team buildbot | 3 # installation script for autobot |
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/hg/autobot/raw-file/tip/INSTALL.sh | bash |
6 | 6 |
7 REPO='http://k0s.org/mozilla/hg/autobot' # location of mercurial repository | 7 REPO='http://k0s.org/hg/autobot' # location of mercurial repository |
8 | 8 |
9 # destination | 9 # destination |
10 DEST='autobot' # name of the virtualenv relative to CWD | 10 DEST='autobot' # name of the virtualenv relative to CWD |
11 if [ "$#" != "0" ] | 11 if [ "$#" != "0" ] |
12 then | 12 then |