summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParabola git <git@parabola.nu>2023-09-22 08:00:03 +0000
committerParabola git <git@parabola.nu>2023-09-22 08:00:03 +0000
commit12e5e787351e5529d3b5080661e5282e208e2f63 (patch)
tree8ca79fa864d85b6ac803e748fabb26e878a37adf
parent1d1acf6078620de1f9b5ae925bf03f5c7647318e (diff)
Update from cron
-rwxr-xr-x.config/git/hooks/update.d/per-branch-no-ff.hook2
-rwxr-xr-xabslibre/blacklist.git/hooks/post-receive8
2 files changed, 6 insertions, 4 deletions
diff --git a/.config/git/hooks/update.d/per-branch-no-ff.hook b/.config/git/hooks/update.d/per-branch-no-ff.hook
index cde3dac..eb39826 100755
--- a/.config/git/hooks/update.d/per-branch-no-ff.hook
+++ b/.config/git/hooks/update.d/per-branch-no-ff.hook
@@ -5,7 +5,7 @@ readonly REF=$1
readonly PREV_SHA=$2
readonly NEXT_SHA=$3
-readonly REPOS_RX='abslibre|packages|community'
+readonly REPOS_RX='abslibre|packages'
[[ "${REPO}" =~ ^(${REPOS_RX})\.git || # WIP
"${REF}" != 'refs/heads/master' ]] || \
git merge-base --is-ancestor "${PREV_SHA}" "${NEXT_SHA}"
diff --git a/abslibre/blacklist.git/hooks/post-receive b/abslibre/blacklist.git/hooks/post-receive
index 6d61d23..2ef5ba7 100755
--- a/abslibre/blacklist.git/hooks/post-receive
+++ b/abslibre/blacklist.git/hooks/post-receive
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
-~autobuilder/.local/bin/autobuild libre/your-freedom blacklist.txt
-~autobuilder/.local/bin/autobuild nonprism/your-privacy your-privacy-blacklist.txt
-~autobuilder/.local/bin/autobuild libre/your-freedom_emu your-freedom_emu-blacklist.txt
+
+~autobuilder/.local/bin/autobuild libre/your-freedom blacklist.txt
+~autobuilder/.local/bin/autobuild libre/your-gaming-freedom your-gaming-freedom-blacklist.txt
+~autobuilder/.local/bin/autobuild nonsystemd/your-init-freedom your-init-freedom-blacklist.txt
+~autobuilder/.local/bin/autobuild nonprism/your-privacy your-privacy-blacklist.txt