diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-04-29 17:12:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-29 17:12:04 +0200 |
commit | 7eb22d05c478eeeefb6836152e195a1612d616c4 (patch) | |
tree | c356e2327fc005bbfce5c1d649593661082543ad | |
parent | d8706305e49f18f9a2b8e49b1ddad08bbc2fb034 (diff) | |
download | jenkins.debian.net-7eb22d05c478eeeefb6836152e195a1612d616c4.tar.xz |
lvc: remove illegal character from description
-rw-r--r-- | job-cfg/lvc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 535f056b..ce3b1770 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -57,7 +57,7 @@ my_title: '{dist_name} {flav_name}' my_time: '23 45 31 12 *' my_pngs: 'run-*/*.png' - my_description: 'LVC stands for _l_ib_v_irt-_c_ucumber… these are <a href="https://tracker.debian.org/pkg/cucumber">cucumber</a> driven tests for Debian installer and more. Currently still under heavy development and a better name should probably be choosen too.' + my_description: 'LVC stands for _l_ib_v_irt-_c_ucumber, so these are <a href="https://tracker.debian.org/pkg/cucumber">cucumber</a> driven tests for Debian installer and more. Currently under heavy development and a better name should probably be choosen too.' my_params: '--capture lvc_debian-live_{distro}_{flavour}_apt.webm --tmpdir $WORKSPACE --iso /srv/live-build/results/{distro}_{flavour}_live_amd64.iso -- --verbose --backtrace --expand --format pretty DebianLive/apt.feature' jobs: - '{name}_debian-live_{distro}_{flavour}_apt': |