Add part for guantanamo.tar.gz
This commit is contained in:
parent
bbde682896
commit
aef2b7d71e
3 changed files with 149 additions and 2 deletions
9
Makefile
9
Makefile
|
|
@ -22,6 +22,15 @@ install:
|
|||
! 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/
|
||||
|
||||
guantanamo.tar.gz:
|
||||
$(MAKEDIR) -p guantanamo/ACU
|
||||
$(COPY) process/exec/guantanamo_node.pl guantanamo/
|
||||
$(COPY) ACU/Log.pm ACU/Process.pm process/exec/guantanamo_node.pl guantanamo/ACU/
|
||||
$(COPY) process/exec/run.sh.not-here guantanamo/run.sh
|
||||
chmod +x guantanamo/run.sh
|
||||
tar czf guantanamo.tar.gz guantanamo/
|
||||
rm -rf guantanamo
|
||||
|
||||
update:
|
||||
$(GIT) pull
|
||||
$(SHELL) commands/first-install.sh
|
||||
|
|
|
|||
Reference in a new issue