summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/build.env1
-rwxr-xr-xtools/catalyst-auto5
2 files changed, 3 insertions, 3 deletions
diff --git a/config/build.env b/config/build.env
index 72c68dc2..2fc44f64 100644
--- a/config/build.env
+++ b/config/build.env
@@ -1,5 +1,4 @@
BASE_DIR="/release"
-REPO_DIR="/release/releng"
TMP_PATH="/release/tmp/run"
BUILD_SRCDIR_BASE=${BASE_DIR}/buildroot/${ARCH}-dev/builds/
BUILD_DESTDIR_BASE=${BASE_DIR}/weekly/builds/${ARCH}/
diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 51e0c16a..b933aa69 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -159,8 +159,9 @@ if [[ -n ${lock_file} ]]; then
fi
fi
-# Probe the default gitdir from this script name.
-GITDIR=$(dirname "$(dirname "$(realpath "$0")")")
+# Probe the default source dir from this script name.
+REPO_DIR=$(dirname "$(dirname "$(realpath "$0")")")
+GITDIR=${REPO_DIR}
# Set up defaults that config files can override if they want.
SUBARCH=$(uname -m)