From 02bb76c19acc6eadc9634b1ee59f5407825d4b2c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 17 Nov 2017 11:57:57 -0200 Subject: Makefile fixes --- share/templater/drupal8/files/Makefile.drupal8 | 14 +++++++++----- share/templater/templater/files/Makefile | 1 + 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'share') diff --git a/share/templater/drupal8/files/Makefile.drupal8 b/share/templater/drupal8/files/Makefile.drupal8 index 55375a5..410635b 100644 --- a/share/templater/drupal8/files/Makefile.drupal8 +++ b/share/templater/drupal8/files/Makefile.drupal8 @@ -6,13 +6,17 @@ CORE = 8 PROJECT = drupal ENV ?= dev -CONTAINER = kvmx # vagrant or even docker DATE = $(shell date +%Y%m%d) CWD = $(shell pwd) -DESTDIR ?= /var/www/data # vendor +DESTDIR ?= /var/www/data DRUPAL = $(DESTDIR)/drupal-$(CORE) DRUSH = drush -r $(DRUPAL) -l $(PROJECT) +# Customization examples +#CONTAINER = vagrant +#CONTAINER = docker +#DESTDIR ?= vendor + # Include local customizations/overrides, which might be .gitignore'd # See https://www.gnu.org/software/make/manual/html_node/Include.html #-include Makefile.local @@ -177,9 +181,9 @@ upgrade-drupal: BASE=$(DESTDIR) drupal upgrade $(CORE) # Configure update hook on remote host -post_receive: - git config receive.denyCurrentBranch ignore - cd .git/hooks && ln -sf ../../bin/post-receive +#post_receive: +# git config receive.denyCurrentBranch ignore +# cd .git/hooks && ln -sf ../../bin/post-receive # Pull changes pull: diff --git a/share/templater/templater/files/Makefile b/share/templater/templater/files/Makefile index 02c7af6..6527452 100644 --- a/share/templater/templater/files/Makefile +++ b/share/templater/templater/files/Makefile @@ -14,6 +14,7 @@ serve: #php -S localhost:8000 post_receive: + git config receive.denyCurrentBranch ignore test -s bin/post-receive && cd .git/hooks && ln -sf ../../bin/post-receive # Process any other Makefile whose filename matches Makefile.* -- cgit v1.2.3