comparison bin/clone-mozbase.sh @ 423:ee7e213d12bd

setup_development.py
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 06 Aug 2013 11:28:23 -0700
parents 433442acf48f
children
comparison
equal deleted inserted replaced
422:868f0ea41e92 423:ee7e213d12bd
29 git clone git@github.com:k0s/mozbase.git 29 git clone git@github.com:k0s/mozbase.git
30 cd mozbase 30 cd mozbase
31 git remote add mozilla git@github.com:mozilla/mozbase.git 31 git remote add mozilla git@github.com:mozilla/mozbase.git
32 git pull mozilla master 32 git pull mozilla master
33 git push origin master 33 git push origin master
34
35 if [ -d "${VIRTUAL_ENV}" ]
36 then
37 python setup_development.py
38 fi