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

21 commits

Author SHA1 Message Date
Michael Stenta ca51539ce7 Remove extra whitespace from bottom of files. 2017-05-26 10:53:02 -04:00
Michael Stenta 986e899273 Replace tabs with spaces. 2016-10-21 21:05:00 -04:00
Michael Stenta fc9fbd886c Auto-detect installed farmOS release version, and rebuild if it doesn't match FARMOS_VERSION in the Dockerfile. 2016-10-21 21:03:55 -04:00
Michael Stenta 047e3d324b Rebuild if farm.info is missing (not index.php), and describe how to force a rebuild. 2016-10-21 21:02:58 -04:00
Michael Stenta 95a1dbfbe0 Echo whether or not farmOS codebase is detected. 2016-10-21 20:31:33 -04:00
Michael Stenta 4ecade70b3 Preserve sites folder in a *.tar.gz file instead of moving it up one directory. This ensures that it stays in the volume. 2016-10-21 16:42:24 -04:00
Michael Stenta aa58b95035 Only build farmOS if index.php doesn't exist. 2016-10-21 16:36:34 -04:00
Michael Stenta 8b0c03d6ff Refactor docker-entrypoint.sh to use functions. 2016-10-21 16:35:45 -04:00
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