Files
toolbox-dev-env/configure.sh

6 lines
347 B
Bash
Raw Normal View History

2024-12-20 15:08:17 -05:00
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