Mercurial > hg > autobot
diff 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 |
line wrap: on
line diff
--- a/INSTALL.sh Mon Feb 25 16:46:32 2013 -0800 +++ b/INSTALL.sh Tue Apr 15 21:27:32 2014 -0700 @@ -1,10 +1,10 @@ #!/usr/bin/bash -# installation script for autobot, the A*Team buildbot +# installation script for autobot # install using -# curl http://k0s.org/mozilla/hg/autobot/raw-file/tip/INSTALL.sh | bash +# curl http://k0s.org/hg/autobot/raw-file/tip/INSTALL.sh | bash -REPO='http://k0s.org/mozilla/hg/autobot' # location of mercurial repository +REPO='http://k0s.org/hg/autobot' # location of mercurial repository # destination DEST='autobot' # name of the virtualenv relative to CWD @@ -30,4 +30,4 @@ cd autobot python setup.py develop -# now you can run `create-autobot` to get a testing bot! \ No newline at end of file +# now you can run `create-autobot` to get a testing bot!