Initialize repo

This commit is contained in:
2024-12-20 15:08:17 -05:00
parent 1c126f34d5
commit 95cc5e74fc
2 changed files with 5 additions and 38 deletions

5
configure.sh Executable file
View File

@@ -0,0 +1,5 @@
cp .post-commit-hook .git/hooks/post-commit
git config set toolbox-dev-env.name voyager-base
git config set toolbox-dev-env.base-image.name registry.fedoraproject.org/fedora-toolbox
git config set toolbox-dev-env.base-image.version-script 'cat /etc/os-release | grep VERSION_ID | cut -d = -f 2'
git config unset toolbox-dev-env.base-image.version