From 3eb16d93bf95b2a7d40fb1607622cab1e2f4b81e Mon Sep 17 00:00:00 2001 From: Parabola git Date: Fri, 8 Jul 2016 00:55:19 +0000 Subject: redo hooks infrastructure (yay git 2.9 core.hooksPath) --- .config/git/config | 5 +++++ .config/git/hooks/post-receive | 1 + .config/git/hooks/post-receive.d/agefile | 9 +++++++++ .config/git/hooks/post-update | 1 + .config/git/hooks/pre-receive | 1 + .config/git/hooks/run-parts.sh | 9 +++++++++ .config/git/hooks/update | 1 + .config/git/ignore | 13 ++++++++++++ .gitconfig | 3 --- .gitignore | 14 ------------- abslibre/abslibre.git/hooks/post-receive | 1 - abslibre/blacklist.git/hooks/post-receive | 1 - autobuilder.git/hooks/post-receive | 1 - dbscripts.git/hooks/post-receive | 1 - git-hooks/post-receive.agefile | 9 --------- git-meta.git/hooks/post-receive | 1 - hackers.git/hooks/post-receive | 23 ++++++++++++++-------- mkinitcpio-paralogo.git/hooks/post-receive | 1 - multimedia/artwork.git/hooks/post-receive | 1 - packages/devtools-par.git/hooks/post-receive | 1 - packages/jh.git/hooks/post-receive | 1 - packages/libretools.git/hooks/post-receive | 1 - packages/parabola-gnome.git/hooks/post-receive | 1 - packages/parabolaiso.git/hooks/post-receive | 1 - packages/parabolaweb-utils.git/hooks/post-receive | 1 - packages/pbs-tools.git/hooks/post-receive | 1 - pacman2pacman.git/hooks/post-receive | 1 - paraboladocs.git/hooks/post-receive | 1 - parabolaweb.git/hooks/post-receive | 1 - parabolawiki.git/hooks/post-receive | 1 - paraboley.git/hooks/post-receive | 1 - parmanscripts.git/hooks/post-receive | 1 - pbot.git/hooks/post-receive | 1 - repoindex.git/hooks/post-receive | 1 - tidy-hooks | 14 ------------- update-agefiles | 12 ----------- update-gitmeta | 12 ----------- ~lukeshu/hackers-nslcd.git/hooks/post-receive | 1 - ~lukeshu/maven-dist.git/hooks/post-receive | 1 - ~lukeshu/moz-normalize.git/hooks/post-receive | 1 - ~lukeshu/wiki-spam-tools.git/hooks/post-receive | 1 - .../abslibre-mips64el.git/hooks/post-receive | 1 - .../abslibre-pre-mips64el.git/hooks/post-receive | 1 - ~obsoletes/aif.git/hooks/post-receive | 1 - ~obsoletes/arch2parabola.git/hooks/post-receive | 1 - ~obsoletes/archiso.git/hooks/post-receive | 1 - ~obsoletes/chroottools.git/hooks/post-receive | 1 - .../hooks/post-receive | 1 - ~obsoletes/gitosis-admin.git/hooks/post-receive | 1 - ~obsoletes/initscripts.git/hooks/post-receive | 1 - ~obsoletes/issuetracker.git/hooks/post-receive | 1 - ~obsoletes/libui-sh.git/hooks/post-receive | 1 - .../linux-libre-2.6-LIBRE.git/hooks/post-receive | 1 - ~obsoletes/parabola-archiso.git/hooks/post-receive | 1 - ~obsoletes/parabolaiso.git/hooks/post-receive | 1 - ~obsoletes/parabolasocial.git/hooks/post-receive | 1 - ~obsoletes/pbot.git/hooks/post-receive | 1 - ~obsoletes/radio.git/hooks/post-receive | 1 - 58 files changed, 55 insertions(+), 115 deletions(-) create mode 100644 .config/git/config create mode 120000 .config/git/hooks/post-receive create mode 100755 .config/git/hooks/post-receive.d/agefile create mode 120000 .config/git/hooks/post-update create mode 120000 .config/git/hooks/pre-receive create mode 100755 .config/git/hooks/run-parts.sh create mode 120000 .config/git/hooks/update create mode 100644 .config/git/ignore delete mode 100644 .gitconfig delete mode 100644 .gitignore delete mode 120000 abslibre/abslibre.git/hooks/post-receive delete mode 120000 abslibre/blacklist.git/hooks/post-receive delete mode 120000 autobuilder.git/hooks/post-receive delete mode 120000 dbscripts.git/hooks/post-receive delete mode 100755 git-hooks/post-receive.agefile delete mode 120000 git-meta.git/hooks/post-receive delete mode 120000 mkinitcpio-paralogo.git/hooks/post-receive delete mode 120000 multimedia/artwork.git/hooks/post-receive delete mode 120000 packages/devtools-par.git/hooks/post-receive delete mode 120000 packages/jh.git/hooks/post-receive delete mode 120000 packages/libretools.git/hooks/post-receive delete mode 120000 packages/parabola-gnome.git/hooks/post-receive delete mode 120000 packages/parabolaiso.git/hooks/post-receive delete mode 120000 packages/parabolaweb-utils.git/hooks/post-receive delete mode 120000 packages/pbs-tools.git/hooks/post-receive delete mode 120000 pacman2pacman.git/hooks/post-receive delete mode 120000 paraboladocs.git/hooks/post-receive delete mode 120000 parabolaweb.git/hooks/post-receive delete mode 120000 parabolawiki.git/hooks/post-receive delete mode 120000 paraboley.git/hooks/post-receive delete mode 120000 parmanscripts.git/hooks/post-receive delete mode 120000 pbot.git/hooks/post-receive delete mode 120000 repoindex.git/hooks/post-receive delete mode 100755 tidy-hooks delete mode 100755 update-agefiles delete mode 100755 update-gitmeta delete mode 120000 ~lukeshu/hackers-nslcd.git/hooks/post-receive delete mode 120000 ~lukeshu/maven-dist.git/hooks/post-receive delete mode 120000 ~lukeshu/moz-normalize.git/hooks/post-receive delete mode 120000 ~lukeshu/wiki-spam-tools.git/hooks/post-receive delete mode 120000 ~obsoletes/abslibre-mips64el.git/hooks/post-receive delete mode 120000 ~obsoletes/abslibre-pre-mips64el.git/hooks/post-receive delete mode 120000 ~obsoletes/aif.git/hooks/post-receive delete mode 120000 ~obsoletes/arch2parabola.git/hooks/post-receive delete mode 120000 ~obsoletes/archiso.git/hooks/post-receive delete mode 120000 ~obsoletes/chroottools.git/hooks/post-receive delete mode 120000 ~obsoletes/cross-mips64el-unknown-linux-gnu.git/hooks/post-receive delete mode 120000 ~obsoletes/gitosis-admin.git/hooks/post-receive delete mode 120000 ~obsoletes/initscripts.git/hooks/post-receive delete mode 120000 ~obsoletes/issuetracker.git/hooks/post-receive delete mode 120000 ~obsoletes/libui-sh.git/hooks/post-receive delete mode 120000 ~obsoletes/linux-libre-2.6-LIBRE.git/hooks/post-receive delete mode 120000 ~obsoletes/parabola-archiso.git/hooks/post-receive delete mode 120000 ~obsoletes/parabolaiso.git/hooks/post-receive delete mode 120000 ~obsoletes/parabolasocial.git/hooks/post-receive delete mode 120000 ~obsoletes/pbot.git/hooks/post-receive delete mode 120000 ~obsoletes/radio.git/hooks/post-receive diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..2144347 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,5 @@ +[user] + name = Parabola git + email = git@parabola.nu +[core] + hooksPath = /srv/git/.config/git/hooks diff --git a/.config/git/hooks/post-receive b/.config/git/hooks/post-receive new file mode 120000 index 0000000..081071a --- /dev/null +++ b/.config/git/hooks/post-receive @@ -0,0 +1 @@ +run-parts.sh \ No newline at end of file diff --git a/.config/git/hooks/post-receive.d/agefile b/.config/git/hooks/post-receive.d/agefile new file mode 100755 index 0000000..10fc253 --- /dev/null +++ b/.config/git/hooks/post-receive.d/agefile @@ -0,0 +1,9 @@ +#!/bin/bash +set -x +agefile="$(git rev-parse --git-dir)"/info/web/last-modified + +mkdir -p "$(dirname "$agefile")" && +git for-each-ref \ + --sort=-committerdate --count=1 \ + --format='%(committerdate:iso8601)' \ + > "$agefile" diff --git a/.config/git/hooks/post-update b/.config/git/hooks/post-update new file mode 120000 index 0000000..081071a --- /dev/null +++ b/.config/git/hooks/post-update @@ -0,0 +1 @@ +run-parts.sh \ No newline at end of file diff --git a/.config/git/hooks/pre-receive b/.config/git/hooks/pre-receive new file mode 120000 index 0000000..081071a --- /dev/null +++ b/.config/git/hooks/pre-receive @@ -0,0 +1 @@ +run-parts.sh \ No newline at end of file diff --git a/.config/git/hooks/run-parts.sh b/.config/git/hooks/run-parts.sh new file mode 100755 index 0000000..c42173a --- /dev/null +++ b/.config/git/hooks/run-parts.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +if [[ -d "$0.d" ]]; then + run-parts "${@/#/--arg=}" -- "$0.d" +fi +file="$GIT_DIR/hooks/${0##*/}" +if [[ -x "$file" && -f "$file" ]]; then + "$file" +fi diff --git a/.config/git/hooks/update b/.config/git/hooks/update new file mode 120000 index 0000000..081071a --- /dev/null +++ b/.config/git/hooks/update @@ -0,0 +1 @@ +run-parts.sh \ No newline at end of file diff --git a/.config/git/ignore b/.config/git/ignore new file mode 100644 index 0000000..006a323 --- /dev/null +++ b/.config/git/ignore @@ -0,0 +1,13 @@ +# Things in /srv/git directly to ignore +/.??* +!/.config/ + +# General files to ignore +*~ +*.sample + +# Ignore most of the things in git repos +**/*.git/* +!**/*.git/config +!**/*.git/description +!**/*.git/hooks/ diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 7e5bdc6..0000000 --- a/.gitconfig +++ /dev/null @@ -1,3 +0,0 @@ -[user] - name = Parabola git - email = git@parabola.nu diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a640121..0000000 --- a/.gitignore +++ /dev/null @@ -1,14 +0,0 @@ -# Things in /srv/git directly to ignore -/.??* -!/.gitignore -!/.gitconfig - -# General files to ignore -*~ -*.sample - -# Ignore most of the things in git repos -**/*.git/* -!**/*.git/config -!**/*.git/description -!**/*.git/hooks/ diff --git a/abslibre/abslibre.git/hooks/post-receive b/abslibre/abslibre.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/abslibre/abslibre.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/abslibre/blacklist.git/hooks/post-receive b/abslibre/blacklist.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/abslibre/blacklist.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/autobuilder.git/hooks/post-receive b/autobuilder.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/autobuilder.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/dbscripts.git/hooks/post-receive b/dbscripts.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/dbscripts.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/git-hooks/post-receive.agefile b/git-hooks/post-receive.agefile deleted file mode 100755 index 91d98ec..0000000 --- a/git-hooks/post-receive.agefile +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -agefile="$(git rev-parse --git-dir)"/info/web/last-modified - -mkdir -p "$(dirname "$agefile")" && -git for-each-ref \ - --sort=-committerdate --count=1 \ - --format='%(committerdate:iso8601)' \ - > "$agefile" diff --git a/git-meta.git/hooks/post-receive b/git-meta.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/git-meta.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/hackers.git/hooks/post-receive b/hackers.git/hooks/post-receive index 76938f1..a89f092 100755 --- a/hackers.git/hooks/post-receive +++ b/hackers.git/hooks/post-receive @@ -1,11 +1,18 @@ -#!/bin/bash +#!/usr/bin/env bash +set -e -for file in ~/git-hooks/post-receive.*; do - "$file" "$@" -done +# Update the system checkout of hackers.git +( + unset GIT_DIR + cd /var/lib/hackers-git + git pull +) -unset GIT_DIR +# tell nshd +sudo systemctl reload nshd.service -cd /var/cache/parabola-hackers && -git pull -make postfix-virtual-map +# TODO: tell postfix +#/usr/lib/parabola-hackers/postfix-show-virtual-map > /etc/postfix/virtual-parabola.nu +#postmap hash:/etc/postfix/virtual-parabola.nu + +# TODO: tell autobuilder diff --git a/mkinitcpio-paralogo.git/hooks/post-receive b/mkinitcpio-paralogo.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/mkinitcpio-paralogo.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/multimedia/artwork.git/hooks/post-receive b/multimedia/artwork.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/multimedia/artwork.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/packages/devtools-par.git/hooks/post-receive b/packages/devtools-par.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/packages/devtools-par.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/packages/jh.git/hooks/post-receive b/packages/jh.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/packages/jh.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/packages/libretools.git/hooks/post-receive b/packages/libretools.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/packages/libretools.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/packages/parabola-gnome.git/hooks/post-receive b/packages/parabola-gnome.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/packages/parabola-gnome.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/packages/parabolaiso.git/hooks/post-receive b/packages/parabolaiso.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/packages/parabolaiso.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/packages/parabolaweb-utils.git/hooks/post-receive b/packages/parabolaweb-utils.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/packages/parabolaweb-utils.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/packages/pbs-tools.git/hooks/post-receive b/packages/pbs-tools.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/packages/pbs-tools.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/pacman2pacman.git/hooks/post-receive b/pacman2pacman.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/pacman2pacman.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/paraboladocs.git/hooks/post-receive b/paraboladocs.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/paraboladocs.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/parabolaweb.git/hooks/post-receive b/parabolaweb.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/parabolaweb.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/parabolawiki.git/hooks/post-receive b/parabolawiki.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/parabolawiki.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/paraboley.git/hooks/post-receive b/paraboley.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/paraboley.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/parmanscripts.git/hooks/post-receive b/parmanscripts.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/parmanscripts.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/pbot.git/hooks/post-receive b/pbot.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/pbot.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/repoindex.git/hooks/post-receive b/repoindex.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/repoindex.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/tidy-hooks b/tidy-hooks deleted file mode 100755 index 4b195f5..0000000 --- a/tidy-hooks +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -set -e - -cd - -IFS='' -find . -not -path '*/.*' -path '*.git' -type d | -while read -r git_dir; do - mkdir -p -- "${git_dir}/hooks" - find "${git_dir}/hooks" \( -name '*.sample' -o -type l \) -delete - if ! [[ -f "${git_dir}/hooks/post-receive" ]]; then - ln -srv git-hooks/post-receive.agefile "${git_dir}/hooks/post-receive" - fi -done diff --git a/update-agefiles b/update-agefiles deleted file mode 100755 index 7b3708f..0000000 --- a/update-agefiles +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -set -e - -cd - -IFS='' -find . -not -path '*/.*' -path '*.git' -type d | -while read -r git_dir; do - pushd "$git_dir" - ~/git-hooks/post-receive.agefile - popd >/dev/null -done diff --git a/update-gitmeta b/update-gitmeta deleted file mode 100755 index f5460bb..0000000 --- a/update-gitmeta +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -set -e -message="$1" - -cd -export GIT_DIR="$PWD/.gitmeta" -if [[ -n $(git status -s .) ]]; then - git add . - git commit -m "$message" -fi -git pull -git push origin master diff --git a/~lukeshu/hackers-nslcd.git/hooks/post-receive b/~lukeshu/hackers-nslcd.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~lukeshu/hackers-nslcd.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~lukeshu/maven-dist.git/hooks/post-receive b/~lukeshu/maven-dist.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~lukeshu/maven-dist.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~lukeshu/moz-normalize.git/hooks/post-receive b/~lukeshu/moz-normalize.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~lukeshu/moz-normalize.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~lukeshu/wiki-spam-tools.git/hooks/post-receive b/~lukeshu/wiki-spam-tools.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~lukeshu/wiki-spam-tools.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/abslibre-mips64el.git/hooks/post-receive b/~obsoletes/abslibre-mips64el.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/abslibre-mips64el.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/abslibre-pre-mips64el.git/hooks/post-receive b/~obsoletes/abslibre-pre-mips64el.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/abslibre-pre-mips64el.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/aif.git/hooks/post-receive b/~obsoletes/aif.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/aif.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/arch2parabola.git/hooks/post-receive b/~obsoletes/arch2parabola.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/~obsoletes/arch2parabola.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/archiso.git/hooks/post-receive b/~obsoletes/archiso.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/archiso.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/chroottools.git/hooks/post-receive b/~obsoletes/chroottools.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/chroottools.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/cross-mips64el-unknown-linux-gnu.git/hooks/post-receive b/~obsoletes/cross-mips64el-unknown-linux-gnu.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/cross-mips64el-unknown-linux-gnu.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/gitosis-admin.git/hooks/post-receive b/~obsoletes/gitosis-admin.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/gitosis-admin.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/initscripts.git/hooks/post-receive b/~obsoletes/initscripts.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/initscripts.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/issuetracker.git/hooks/post-receive b/~obsoletes/issuetracker.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/issuetracker.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/libui-sh.git/hooks/post-receive b/~obsoletes/libui-sh.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/libui-sh.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/linux-libre-2.6-LIBRE.git/hooks/post-receive b/~obsoletes/linux-libre-2.6-LIBRE.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/linux-libre-2.6-LIBRE.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/parabola-archiso.git/hooks/post-receive b/~obsoletes/parabola-archiso.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/parabola-archiso.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/parabolaiso.git/hooks/post-receive b/~obsoletes/parabolaiso.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/parabolaiso.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/parabolasocial.git/hooks/post-receive b/~obsoletes/parabolasocial.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/~obsoletes/parabolasocial.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/pbot.git/hooks/post-receive b/~obsoletes/pbot.git/hooks/post-receive deleted file mode 120000 index 9cbd669..0000000 --- a/~obsoletes/pbot.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../../git-hooks/post-receive.agefile \ No newline at end of file diff --git a/~obsoletes/radio.git/hooks/post-receive b/~obsoletes/radio.git/hooks/post-receive deleted file mode 120000 index ce0ab29..0000000 --- a/~obsoletes/radio.git/hooks/post-receive +++ /dev/null @@ -1 +0,0 @@ -../../git-hooks/post-receive.agefile \ No newline at end of file -- cgit v1.2.3