Created
May 3, 2012 18:12
-
-
Save rhelmer/2587771 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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