Last active
August 29, 2015 14:04
-
-
Save scottalan/6dc0787b9aaa41fd7546 to your computer and use it in GitHub Desktop.
Drush make hanging...
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
| This is my simple make file I'm trying to test: | |
| ------------------------------------------------ | |
| api = 2 | |
| core = 7.x | |
| projects[addressfield][version] = "1.0-beta5" | |
| projects[addressfield][subdir] = "contrib" | |
| projects[addressfield_tokens][version] = "1.4" | |
| projects[addressfield_tokens][subdir] = "contrib" | |
| ----------------------------------------------------------------- | |
| Backend invoke: /usr/bin/php -d magic_quotes_gpc=Off -d magic_quotes_runtime=Off -d magic_quotes_sybase=Off /home/scott/drush/drush.php [command] | |
| --php=/usr/bin/php --php-options=' -d magic_quotes_gpc=Off -d magic_quotes_runtime=Off -d magic_quotes_sybase=Off' --backend=2 make-process | |
| /tmp/make_tmp_1407175464_53dfcb285481a 2>&1 [3.56 sec, 6.63 MB] | |
| /usr/bin/php -d magic_quotes_gpc=Off -d magic_quotes_runtime=Off -d magic_quotes_sybase=Off /home/scott/drush/drush.php --php=/usr/bin/php [notice] | |
| --php-options=' -d magic_quotes_gpc=Off -d magic_quotes_runtime=Off -d magic_quotes_sybase=Off' --backend=2 make-process | |
| /tmp/make_tmp_1407175464_53dfcb285481a 2>&1 [3.56 sec, 6.64 MB] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment