Mercurial > hg > config
view bin/clone-mozbase.sh @ 395:28ca88607682
-> http://k0s.org/hg/IntentMadeManifest/rev/734d26329c82
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 29 Jul 2013 22:15:23 -0700 |
parents | f833aef163c6 |
children | 89fa3a440acb |
line wrap: on
line source
#!/bin/bash VENV=virtualenv.py if [[ -d "${VIRTUAL_ENV}" ]] then echo "virtualenv: ${VIRTUAL_ENV}" fi git clone git@github.com:k0s/mozbase.git cd mozbase git remote add mozilla git@github.com:mozilla/mozbase.git git pull mozilla master git push origin master