catalyst-auto: automatically calculate REPO_DIR
Rather than hardcode it to a path that works on only a few systems, switch it to the dynamic calculation like we use for GITDIR.
This commit is contained in:
parent
1294da6932
commit
170331ecea
2 changed files with 3 additions and 3 deletions
|
@ -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}/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue