Switch to unified view

a/setup-common.bash b/setup-common.bash
...
...
34
# git clone ssh://gitosis@engr.geek.net/forge
34
# git clone ssh://gitosis@engr.geek.net/forge
35
# cd forge
35
# cd forge
36
#
36
#
37
# This already happened just to get this file to run;
37
# This already happened just to get this file to run;
38
# now assume we run it in-place.
38
# now assume we run it in-place.
39
40
echo '# installing pymongo and dependencies'
41
pushd ..
42
git clone git://github.com/rick446/mongo-python-driver.git pymongo
43
cd pymongo
44
python setup.py develop
45
popd
39
46
40
echo '# installing Ming and dependencies'
47
echo '# installing Ming and dependencies'
41
pushd ..
48
pushd ..
42
git clone git://merciless.git.sourceforge.net/gitroot/merciless/merciless Ming
49
git clone git://merciless.git.sourceforge.net/gitroot/merciless/merciless Ming
43
cd Ming
50
cd Ming