Improve python virtual environment support (uv) take 2.
Some checks failed
Makefile CI / build (push) Has been cancelled

This commit is contained in:
Doncho N. Gunchev 2025-03-09 00:25:26 +02:00
parent 86034e3f02
commit 8416585ac7
Signed by: dgunchev
GPG key ID: D30FD19F37E002A9
4 changed files with 15 additions and 15 deletions

View file

@ -3,16 +3,6 @@
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](https://choosealicense.com/licenses/unlicense/).
## Hooks
## Automation
Create the following hook in your local repository to update the RPM changelog for you:
```bash
echo '#!/usr/bin/env bash
set -eu
./changelog.sh' > .git/hooks/post-commit
chmod a+x .git/hooks/post-commit
```
To update the RPM changelog run ./changelog.sh