Commit graph

2 commits

Author SHA1 Message Date
42560c04eb
Move bootstrap dir to conform to dotfile structure
Removed underscore from bootstrap directory, since the repository does
not organize itself through underscore prefixes anymore.

Fixed package gathering git-hook to respect new bootstrap directory.
2020-02-11 10:28:20 +01:00
ecbf8409f9
Add git hook for package comparison
When moving to commit, this hook will automatically fire and check the
current system's installed packages against those explicitly committed
to the repository. If they mismatch it will inform the user.

It will not prevent the commit, but simply add a comment at the top of
the commit messages to remind the user that something is unbalanced
between both. It would be recommended to either check the additional
package into source control, remove it from the current system, or
explicitly add it to ignored packages.
2020-02-07 22:31:41 +01:00