Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.json b/config.json index 6c9b04e..6881452 100644 --- a/config.json +++ b/config.json @@ -1340,11 +1340,11 @@ "indexing" : { "step1" : { "shortname" : "Generate non-release index", - "EXTRACMDS" : ["${SCRIPTSDIR}/generate-testresult-index.py /srv/autobuilder/autobuilder.yocto.io/pub/non-release/"] + "EXTRACMDS" : ["${SCRIPTSDIR}/generate-testresult-index.py ${BASE_SHAREDDIR}/pub/non-release/"] }, "step2" : { "shortname" : "Extract ptest logs", - "EXTRACMDS" : ["${SCRIPTSDIR}/generate-ptest-logs.py /srv/autobuilder/autobuilder.yocto.io/pub/non-release/"] + "EXTRACMDS" : ["${SCRIPTSDIR}/generate-ptest-logs.py ${BASE_SHAREDDIR}/pub/non-release/"] } }, "meta-mingw" : {
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63992): https://lists.yoctoproject.org/g/yocto/message/63992 Mute This Topic: https://lists.yoctoproject.org/mt/108917151/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-