No description
Find a file
2025-02-15 23:57:20 +02:00
.github/workflows General rework of the build process (distribution source and rpm). 2024-02-22 19:21:44 +02:00
etc/profile.d Improve python virtual environment support (uv). 2025-02-15 23:57:20 +02: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
build.sh Fix python virtual environment support. 2024-07-15 11:13:59 +03:00
changelog.sh Initial python virtual environment support. 2024-07-14 16:49:03 +03:00
Dockerfile-build Quick and dirty build with podman on MacOS. 2024-07-14 17:17:48 +03:00
gwebu-profile.spec.in Improve python virtual environment support (uv). 2025-02-15 23:57:20 +02:00
LICENSE Initial commit 2024-02-13 17:13:30 +02:00
Makefile Fix python virtual environment support. 2024-07-15 11:13:59 +03: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