Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 452 Bytes

/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