aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-db410c-bootloader.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2015-05-29 10:38:03 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-05-29 08:45:00 +0000
commit747154229a923165610b3340aebe882c3f9310e7 (patch)
treeec555b9596c029cb03ed5db68d6a708e1c541a75 /lt-qcom-db410c-bootloader.yaml
parentcb33b5b6c79c94335fdefc49a3dc3cecb9425f0b (diff)
lt-qcom-db410c-bootloader: split out exported files in bootloader and prebuilt
we now, build SD install images in that job, and it is better to export these images separately in pre-built folder, instead of bootloader. Change-Id: I51f0a41031825c0c94d9a54fcb47ae14d508e619 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-db410c-bootloader.yaml')
-rw-r--r--lt-qcom-db410c-bootloader.yaml12
1 files changed, 9 insertions, 3 deletions
diff --git a/lt-qcom-db410c-bootloader.yaml b/lt-qcom-db410c-bootloader.yaml
index 1f47bb62b7..60d081c303 100644
--- a/lt-qcom-db410c-bootloader.yaml
+++ b/lt-qcom-db410c-bootloader.yaml
@@ -105,8 +105,10 @@
./build
# Final preparation for publishing
- mkdir out-pub
- cp -a out/*.zip out-pub/
+ mkdir out-bootloader out-pre-built
+ # export SD images separately from bootloaders
+ mv out/*sd-card-install*.zip out-pre-built/
+ mv out/*.zip out-bootloader/
# Create MD5SUMS file
(cd out-pub && md5sum * > MD5SUMS.txt)
@@ -118,7 +120,11 @@
time python ${HOME}/bin/linaro-cp.py \
--server ${PUBLISH_SERVER} \
--build-info out-pub/BUILD-INFO.txt \
- out-pub snapshots/dragonboard410c/bootloader/${BUILD_NUMBER}
+ out-bootloader snapshots/dragonboard410c/bootloader/${BUILD_NUMBER}
+ time python ${HOME}/bin/linaro-cp.py \
+ --server ${PUBLISH_SERVER} \
+ --build-info out-pub/BUILD-INFO.txt \
+ out-pre-built snapshots/dragonboard410c/pre-built/${BUILD_NUMBER}
- shell: |
#!/bin/bash