mirror of
https://github.com/gwebu-team/profile.d.git
synced 2025-12-11 12:15:47 +00:00
No description
|
Some checks failed
Makefile CI / build (push) Has been cancelled
This works with python 3.9, 3.10, 3.11 and 3.12 on MacOS. |
||
|---|---|---|
| .github/workflows | ||
| etc/profile.d | ||
| .gitattributes | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| build.sh | ||
| changelog.sh | ||
| Dockerfile-build | ||
| gwebu-profile.spec.in | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
/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