aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-03-01 14:31:47 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2017-03-01 14:31:47 +0100
commit5e102e8dad901bec311067a8a35a3693db980e27 (patch)
treee139ad11ac2411dd184620e6b1dec0832d138131 /lt-qcom-debian-images
parentd9eb842d3853d8d91f771dc5b5f7fc5c5e070129 (diff)
lt-qcom-debian-images: fix job name
the bootloader job was renamed in 4613258ab0e7, and the build script needs to be updated accordingly. Change-Id: Ic64555b92d04f5e7dc0aad6f9c529947f47e46b3 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-debian-images')
-rw-r--r--lt-qcom-debian-images/installer-dragonboard-410c.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lt-qcom-debian-images/installer-dragonboard-410c.sh b/lt-qcom-debian-images/installer-dragonboard-410c.sh
index b7eafda7de..1778cc2983 100644
--- a/lt-qcom-debian-images/installer-dragonboard-410c.sh
+++ b/lt-qcom-debian-images/installer-dragonboard-410c.sh
@@ -33,7 +33,7 @@ cd db-boot-tools
git log -1
# Get SD and EMMC bootloader package
-BL_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/lt-qcom-db410c-bootloader/lastSuccessfulBuild/buildNumber`
+BL_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/lt-qcom-bootloader-dragonboard410c/lastSuccessfulBuild/buildNumber`
wget --progress=dot -e dotbytes=2M \
http://builds.96boards.org/snapshots/dragonboard410c/linaro/rescue/${BL_BUILD_NUMBER}/dragonboard410c_bootloader_sd_linux-${BL_BUILD_NUMBER}.zip
wget --progress=dot -e dotbytes=2M \