Archived
1
0
Fork 0

Add hook for conferences repository

This commit is contained in:
Mercier Pierre-Olivier 2013-10-23 06:57:13 +02:00
parent ddd63ece67
commit b5806fac12
2 changed files with 50 additions and 0 deletions

View file

@ -18,6 +18,7 @@ install:
! test -d $(GITOLITE_DEST) || $(MAKEDIR) -p $(GITOLITE_DEST)/update.secondary.d
! test -d $(GITOLITE_DEST) || $(COPY) hooks/gl-pre-git $(GITOLITE_DEST)/
! test -d $(GITOLITE_DEST) || $(COPY) hooks/subjects.pl $(GITOLITE_DEST)/update.secondary.d/
! test -d $(GITOLITE_DEST) || $(COPY) hooks/conferences.pl $(GITOLITE_DEST)/update.secondary.d/
! test -d $(GITOLITE_DEST) || $(COPY) hooks/submissions.pl $(GITOLITE_DEST)/update.secondary.d/
update: