Commit deeea09e authored by Kenneth Reitz's avatar Kenneth Reitz

most ridiculous test ever

parent b39ffa8f
...@@ -28,6 +28,10 @@ function virtualenv (){ ...@@ -28,6 +28,10 @@ function virtualenv (){
} }
cd $BUILD_DIR cd $BUILD_DIR
curl -s -L -o git.tar.gz http://git-core.googlecode.com/files/git-1.7.9.tar.gz
tar -zxvf git.tar.gz
cd git-1.7.9; ./configure; make
export PATH=:$BUILD_DIR/git-1.7.9/:$PATH
# Reject a non-packaged Django app. # Reject a non-packaged Django app.
if [ "$NAME" = "Python" ]; then if [ "$NAME" = "Python" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment