summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-03-10 16:35:58 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-03-11 14:13:08 +0000
commit115c62b1d3e0b98020ec4493ce1d9de512a4995a (patch)
tree2a378e12c2ce83d03d393cc11734c7c8f3b258b0 /Makefile
parentc101d7d310b908ad88a61efb499b8ee14f94fdb5 (diff)
downloadgitano-115c62b1d3e0b98020ec4493ce1d9de512a4995a.tar.gz
In order to support ingesting of binary artifacts, we are proposing the use of `git-fat` which is a content filter which uses rsync to store the binary artifacts. That requires an access controlled binary artifact repository, so we take advantage of Gitano's ACLs and associate an optional rsync repository with every git repository on the server. By placing it inside the git repository, all of gitano's destroy and graveyard behaviour automatically works with the new rsync content. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a94015..cab0162 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,8 @@ SKEL_FILES := gitano-admin/rules/selfchecks.lace \
MAN1S := gitano-setup.1
-PLUGINS :=
+
+PLUGINS := rsync.lua
MOD_DIRS := gitano
MOD_FILES := $(patsubst %,%.lua,$(subst .,/,$(MODS)))