aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-13 21:06:05 +0200
committerDanilo M. <danix@danix.xyz>2026-05-13 21:06:05 +0200
commit8788156ad0ecfe5c2e80bc9b305e9ab69f0d090a (patch)
tree2521c720a74762e6ea4f973e247ff5fa4354a129 /README.md
parent5798158b4c826ac44b59369b45048be14ce171cd (diff)
downloadmy-slackbuilds-8788156ad0ecfe5c2e80bc9b305e9ab69f0d090a.tar.gz
my-slackbuilds-8788156ad0ecfe5c2e80bc9b305e9ab69f0d090a.zip
docs: document source archive check in pre-commit hook
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ec8eec6..1b66abb 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ chmod +x .git/hooks/pre-commit .git/hooks/post-commit
| Hook | Purpose |
|------|---------|
-| `pre-commit` | Runs [`sbolint`](https://slackware.uk/~urchlay/repos/sbo-maintainer-tools) on staged packages before each commit |
+| `pre-commit` | Runs [`sbolint`](https://slackware.uk/~urchlay/repos/sbo-maintainer-tools) on staged packages before each commit. Also guards against staged source archives: symlinks are auto-removed silently, real archive files block the commit and list the offenders. |
| `post-commit` | After each commit, offers to create a `SBo/<pkg>.tar.gz` archive ready for submission to SlackBuilds.org |
---