Skip to content

Instantly share code, notes, and snippets.

@rhelmer
Created May 3, 2012 18:12
Show Gist options
  • Select an option

  • Save rhelmer/2587771 to your computer and use it in GitHub Desktop.

Select an option

Save rhelmer/2587771 to your computer and use it in GitHub Desktop.
diff --git a/Makefile b/Makefile
index abf4037..010be88 100644
--- a/Makefile
+++ b/Makefile
@@ -25,10 +25,10 @@ test: setup-test phpunit
phpunit:
phpunit webapp-php/tests/
-install: java_analysis reinstall
+install: java_analysis reinstall
# this a dev-only option, `java_analysis` needs to be run at least once in the chec
-reinstall: install-socorro install-web install-submodules
+reinstall: install-socorro install-web install-submodules virtualenv
# record current git revision in install dir
git rev-parse HEAD > $(PREFIX)/revision.txt
REV=`cat $(PREFIX)/revision.txt` && sed -ibak "s/CURRENT_SOCORRO_REVISION/$$
@@ -39,6 +39,7 @@ install-socorro:
mkdir -p $(PREFIX)/htdocs
mkdir -p $(PREFIX)/application
rsync -a thirdparty $(PREFIX)
+ rsync -a socorro-virtualenv/lib/python2.6/site-packages/ $(PREFIX)/thirdpart
rsync -a socorro $(PREFIX)/application
rsync -a scripts $(PREFIX)/application
rsync -a tools $(PREFIX)/application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment