3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
Commit graph

13 commits

Author SHA1 Message Date
Michael Stenta
8dbbfc8170 Use --no-gitinfofile flag in drush make to prevent modifications to the farm project .info files when they are pulled from Git repos. 2016-10-19 10:04:56 -04:00
Michael Stenta
1121b09e53 Use find -delete instead of rm -rf to ensure that hidden files are also deleted. 2016-10-17 22:11:28 -04:00
Michael Stenta
795e35d5bb Add more echo messages to docker-entrypoint.sh. 2016-10-17 22:11:26 -04:00
Michael Stenta
d77b3cfca5 Use the --working-copy flag with drush make to keep .git folders. 2016-10-17 22:10:57 -04:00
Michael Stenta
d67306ec9b Consolidate duplicate code (no functional change). 2016-10-17 22:10:55 -04:00
Michael Stenta
de8b31743c Swap code order of packaged farmOS vs dev farmOS (no functional change). 2016-10-17 22:10:03 -04:00
Michael Stenta
70a7fcc1c9 Build dev codebase even if /var/farmOS/build-farm.make exists. Run a 'git pull' on it first, if it does. 2016-10-17 22:10:02 -04:00
Michael Stenta
1f29d59bd4 Preserve the sites folder when the codebase is replaced. 2016-10-17 22:09:58 -04:00
Michael Stenta
2dc45e7028 Remove the contents of /var/www/html/* before creating the codebase. 2016-10-17 20:06:24 -04:00
Michael Stenta
e6529b7b4f Use packaged farmOS release by default. Provide environmental variable for development. 2016-10-17 20:06:02 -04:00
Michael Stenta
b7dfc9747a Add an environment variable for the farmOS dev branch that will be cloned. 2016-10-17 19:10:08 -04:00
Michael Stenta
de25e074ba Build the farmOS codebase in the entrypoint script, only if it does not already exist. 2016-10-17 19:10:08 -04:00
Michael Stenta
035413bbfc Add a simple pass-through entrypoint script. 2016-10-17 19:10:08 -04:00