aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-05-07 21:52:55 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-05-07 21:52:55 +0200
commit6ed532078680a6735811aa40a3b41c2a77c0da42 (patch)
tree0b7b82443aa0c6941d603022bb6f959863d36a31 /Makefile
parent391065f33078e004ee3ff3614331631e5dc68584 (diff)
downloadgit-hooks-6ed532078680a6735811aa40a3b41c2a77c0da42.tar.gz
git-hooks-6ed532078680a6735811aa40a3b41c2a77c0da42.zip
Update index on every push
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1855016..0472ee4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
1all: updateall index 1all: push
2 ssh git@tronto.net /home/git/BIN/post-receive-stagit all
2 3
3push: 4push:
4 ssh git@tronto.net mkdir -p BIN FILES 5 ssh git@tronto.net mkdir -p BIN FILES
@@ -8,9 +9,6 @@ push:
8index: push 9index: push
9 ssh git@tronto.net /home/git/BIN/post-receive-stagit index 10 ssh git@tronto.net /home/git/BIN/post-receive-stagit index
10 11
11updateall: push
12 ssh git@tronto.net /home/git/BIN/post-receive-stagit all
13
14clean: 12clean:
15 ssh git@tronto.net rm -r FILES/* BIN/* 13 ssh git@tronto.net rm -r FILES/* BIN/*
16 14

Generated with cgit - Back to sebastiano.tronto.net