comparison INSTALL.sh @ 63:04e41ee436c3

make INSTALL script runnable
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Jan 2011 09:32:36 -0800
parents 59bbfa7e67bb
children 503d38bdee90
comparison
equal deleted inserted replaced
62:2a5fa6876e48 63:04e41ee436c3
1 #!/usr/bin/bash
2
1 # installation script for autobot, the A*Team buildbot 3 # installation script for autobot, the A*Team buildbot
2 4
3 REPO='http://k0s.org/mozilla/hg/autobot' 5 REPO='http://k0s.org/mozilla/hg/autobot'
4 DEST='autobot' # name of the virtualenv 6 DEST='autobot' # name of the virtualenv
5 7