Merge pull request #469 from fruux/remove_enable_admin_install

Remove ENABLE_INSTALL / ENABLE_ADMIN features
This commit is contained in:
Evert Pot 2016-03-12 19:34:13 -05:00
commit 59fdddcee3
7 changed files with 4 additions and 101 deletions

View file

@ -12,7 +12,6 @@ dist: vendor/autoload.php
mkdir -p $(BUILD_DIR) $(BUILD_DIR)/Specific $(BUILD_DIR)/Specific/db
touch $(BUILD_DIR)/Specific/db/.empty
cp -R $(BUILD_FILES) $(BUILD_DIR)
touch $(BUILD_DIR)/Specific/ENABLE_INSTALL
composer install -d $(BUILD_DIR)
rm $(BUILD_DIR)/composer.*
cd build; zip -r baikal-$(VERSION).zip baikal/
@ -26,3 +25,7 @@ vendor/autoload.php: composer.lock
composer.lock: composer.json
composer update
clean:
# Wipe out all local data, and go back to a clean install
rm Specific/config.php Specific/config.system.php Specific/db/db.sqlite; true