Initialize repo
This commit is contained in:
5
configure.sh
Executable file
5
configure.sh
Executable 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
|
||||
Reference in New Issue
Block a user