From 96861bf4bb79ecd09efdcaac34928f5185fbbfe6 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 11 Mar 2024 02:06:08 +0100 Subject: [PATCH] Finally add bugtracker variable --- buildtool.sh | 1 + 1 file changed, 1 insertion(+) 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"