From 55b4dad531d920d83910790a979a860f881154a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 8 Jan 2019 13:52:26 -0600 Subject: openembedded-lkft: Fix pub. dest. due to manifest name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The publishing destination used to contain the (correct) manifest branch, which is "rocko", but that was recently changed to "lkft/rocko", which buried the artifacts one level deeper in the snapshots directory structure. This change removes the "lkft/" part from the $MANIFEST_BRANCH variable of the publishing destination, so that the artifacts are published where they used to. Change-Id: I6668a30df7a98f857cb65e4f0b2e81b9a3401eea Reported-by: Anders Roxell Signed-off-by: Daniel Díaz --- openembedded-lkft-linux-stable-rc-4.20.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openembedded-lkft-linux-stable-rc-4.20.yaml') diff --git a/openembedded-lkft-linux-stable-rc-4.20.yaml b/openembedded-lkft-linux-stable-rc-4.20.yaml index 916c1ec5c9..c5e4750ddd 100644 --- a/openembedded-lkft-linux-stable-rc-4.20.yaml +++ b/openembedded-lkft-linux-stable-rc-4.20.yaml @@ -47,7 +47,7 @@ default: 'lkft/rocko' - string: name: PUB_DEST - default: 'openembedded/lkft/${MANIFEST_BRANCH}/${MACHINE}/${DISTRO}/linux-stable-rc-${KERNEL_VERSION}/${BUILD_NUMBER}' + default: 'openembedded/lkft/${MANIFEST_BRANCH/lkft//}/${MACHINE}/${DISTRO}/linux-stable-rc-${KERNEL_VERSION}/${BUILD_NUMBER}' - string: name: LAVA_SERVER default: 'https://lkft.validation.linaro.org/RPC2/' -- cgit v1.2.3