aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/post-build-lava.py
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-12-16 15:57:21 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-12-16 15:57:21 +0200
commitc9028e82543a2c71bd5da414e788e387bdf5940c (patch)
treeee50c047ebd8aa51f8fe58ec8cff7a230e235dea /build-scripts/post-build-lava.py
parent93060c7444e5e518e0b20913379b07c4116ca8a3 (diff)
Also update artifact paths for new layout on snapshots.linaro.org .
Diffstat (limited to 'build-scripts/post-build-lava.py')
-rwxr-xr-xbuild-scripts/post-build-lava.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/build-scripts/post-build-lava.py b/build-scripts/post-build-lava.py
index c7d62e2..ee1e557 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -9,37 +9,37 @@ PRODUCT_MAP = {
"test_target": "panda",
"test_stream": "/anonymous/android-daily/",
"image_path": "%s%s" % (
- "artifact/build/out/target/product/",
+ "target/product/",
"pandaboard")},
"full_panda": {
"test_target": "panda",
"test_stream": "/anonymous/android-daily/",
"image_path": "%s%s" % (
- "artifact/build/out/target/product/",
+ "target/product/",
"panda")},
"beagleboard" : {
"test_target": "beaglexm",
"test_stream": "/anonymous/android-daily/",
"image_path": "%s%s" % (
- "artifact/build/out/target/product/",
+ "target/product/",
"beagleboard")},
"snowball" : {
"test_target": "snowball_sd",
"test_stream": "/anonymous/android-daily/",
"image_path": "%s%s" % (
- "artifact/build/out/target/product/",
+ "target/product/",
"snowball")},
"iMX53" : {
"test_target": "mx53loco",
"test_stream": "/anonymous/android-daily/",
"image_path": "%s%s" % (
- "artifact/build/out/target/product/",
+ "target/product/",
"iMX53")},
"origen" : {
"test_target": "origen",
"test_stream": "/anonymous/android-daily/",
"image_path": "%s%s" % (
- "artifact/build/out/target/product/",
+ "target/product/",
"origen")},
}