aboutsummaryrefslogtreecommitdiff
path: root/leg-cloud-image-debian.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-06-20 18:46:22 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-06-20 18:46:22 +0300
commit9ae0a6cdf0a10985316fcc36e3ec819b09e43949 (patch)
tree86388046fd75f90417f80f9d80efe16a7e904b31 /leg-cloud-image-debian.yaml
parentfe74dcee97fdd47523db9129ea21690473e6e900 (diff)
leg-cloud-image-debian: fix job name, display name and mirror URL
Change-Id: Iee674fd89b5576e996bcc61831f0810ff570f237 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'leg-cloud-image-debian.yaml')
-rw-r--r--leg-cloud-image-debian.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/leg-cloud-image-debian.yaml b/leg-cloud-image-debian.yaml
index 0aa512737e..33384d0e49 100644
--- a/leg-cloud-image-debian.yaml
+++ b/leg-cloud-image-debian.yaml
@@ -1,5 +1,5 @@
- job:
- name: leg-cloud-image-centos
+ name: leg-cloud-image-debian
project-type: freestyle
defaults: global
properties:
@@ -17,7 +17,7 @@
num-to-keep: 30
disabled: false
node: docker-centos7-aarch64
- display-name: 'LEG Cloud image CentOS'
+ display-name: 'LEG Cloud image Debian'
wrappers:
- timestamps
builders:
@@ -97,7 +97,7 @@
--initrd-inject preseed.cfg \
--disk=pool=default,size=10,format=qcow2,bus=virtio \
--memory 2048 \
- --location http://ftp.uk.debian.org/debian/dists/stable/main/installer-arm64/ \
+ --location http://ftp.debian.org/debian/dists/stable/main/installer-arm64/ \
--noreboot
set +ex