git » repo-mgmt.git » commit 0f3cccc

run git-arr from export-gits

author Urja (ARMLFS builder)
2025-03-06 23:50:50 UTC
committer Urja (ARMLFS builder)
2025-03-06 23:50:50 UTC
parent 38772b274e3f25a3b2abba0b22cf5857a491367f

run git-arr from export-gits

and thusly make the script i just committed unnecessary ;)

export-gits.sh +1 -0

diff --git a/export-gits.sh b/export-gits.sh
index b69562b..0ed717d 100755
--- a/export-gits.sh
+++ b/export-gits.sh
@@ -25,6 +25,7 @@ doagit() {
  	git config hooks.git-arr-output $SRV/$1
 	cp /usr/lib/git-arr/hooks/post-receive hooks/post-receive
 	git repack -a
+	./hooks/post-receive # run git-arr
 	cd /$3/$g
 	if grep -q 'remote "origin"' .git/config; then
 		local CMD="git remote set-url origin armlfs:$SRV/$1/$g.git"