Finally add bugtracker variable

This commit is contained in:
JeremyStar™ 2024-03-11 02:06:08 +01:00
parent 1e2d549182
commit 96861bf4bb

View file

@ -6,6 +6,7 @@ export "LANG=C.UTF-8"
export "LC_MESSAGES=${LANG}" export "LC_MESSAGES=${LANG}"
# Variables # Variables
export "BUILDTOOL_ISSUETRACKER=https://git.staropensource.de/JeremyStarTM/kernel-optimized.git/issues"
## Cloning (update these if you fork this project) ## Cloning (update these if you fork this project)
export "BUILDTOOL_REPOSITORY=https://git.staropensource.de/JeremyStarTM/kernel-optimized.git" export "BUILDTOOL_REPOSITORY=https://git.staropensource.de/JeremyStarTM/kernel-optimized.git"
export "BUILDTOOL_CLONEDIR=jstm-kernel-optimized" export "BUILDTOOL_CLONEDIR=jstm-kernel-optimized"