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