This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.0 has been updated
via 39fb0427603d3784651aed8f1ac5122ea502517b (commit)
from b96f771d945b40afa5513d3a7465d71050df26bd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 39fb0427603d3784651aed8f1ac5122ea502517b
Author: Sylvain Beucler <[email protected]>
Date: Wed Apr 8 11:34:56 2015 +0200
install: only install "valid" plugins by default
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 82b301d..7c5aaf6 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -135,7 +135,8 @@ install-lists: install-base-dirs
install-base: install-base-dirs install-common install-web install-db
install-scm
-PLUGINS=$(shell cd plugins/ && find * -maxdepth 0 -type d)
+# Select only "valid" plugins for 'make install'
+PLUGINS=$(shell grep 'plugin_status\s=\svalid' plugins/*/etc/*.ini | sed
's,plugins/\([^/]*\)/.*,\1,')
PLUGINS_INSTALL_TARGETS=$(addprefix install-plugin-,$(PLUGINS))
install-plugins: $(PLUGINS_INSTALL_TARGETS)
-----------------------------------------------------------------------
Summary of changes:
src/GNUmakefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits