No description
Find a file
2024-05-30 04:03:42 +03:00
.github/workflows General rework of the build process (distribution source and rpm). 2024-02-22 19:21:44 +02:00
etc/profile.d Add ssh control masters management aliases. Silence a which. 2024-05-30 03:51:45 +03:00
.gitattributes General rework of the build process (distribution source and rpm). 2024-02-22 19:21:44 +02:00
.gitignore General rework of the build process (distribution source and rpm). 2024-02-22 19:21:44 +02:00
.pre-commit-config.yaml Add pre-commit hooks. Drop the shebang from z-ps-twtty-7.sh. 2024-02-21 15:32:36 +02:00
changelog.sh New shebang for changelog.sh, post-commit hook in README.md. 2024-05-30 04:03:42 +03:00
gwebu-profile.spec.in New shebang for changelog.sh, post-commit hook in README.md. 2024-05-30 04:03:42 +03:00
LICENSE Initial commit 2024-02-13 17:13:30 +02:00
Makefile General rework of the build process (distribution source and rpm). 2024-02-22 19:21:44 +02:00
README.md New shebang for changelog.sh, post-commit hook in README.md. 2024-05-30 04:03:42 +03:00

/etc/profile.d files collection

This is a collection of /etc/profile.d files used by the gwebu team. Unless explicitly stated in the file itself, the license is The Unlicense.

Hooks

Create the following hook in your local repository to update the RPM changelog for you:

echo '#!/usr/bin/env bash

set -eu

./changelog.sh' > .git/hooks/post-commit
chmod a+x .git/hooks/post-commit