From 685ebddc7451b29169c565ccf5c305bf64a93815 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 20 Jun 2017 18:39:05 +0200 Subject: reproducible Debian: fix regex Signed-off-by: Holger Levsen --- job-cfg/reproducible.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'job-cfg/reproducible.yaml') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 7117f138..031eb91c 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -448,7 +448,7 @@ - 'codethink15': { my_arch: 'arm64' } - 'codethink16': { my_arch: 'arm64' } my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' - my_naginator_regex: '^E: Couldn't download .*/Packages' + my_naginator_regex: '^E: Couldn.t download .*/Packages' - '{name}_setup_schroot_{my_distro}_{my_arch}_{my_hname}': my_distro: @@ -478,7 +478,7 @@ my_hname: - 'jenkins': { my_arch: 'amd64' } my_node: '' - my_naginator_regex: '^E: Couldn't download .*/Packages' + my_naginator_regex: '^E: Couldn.t download .*/Packages' - '{name}_{my_task}_{my_arch}_{my_hname}': my_task: @@ -488,7 +488,7 @@ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_hname: - 'profitbricks3': { my_arch: 'amd64' } - my_naginator_regex: '^E: Couldn't download .*/Packages' + my_naginator_regex: '^E: Couldn.t download .*/Packages' - '{name}_{my_task}': my_task: -- cgit v1.2.3-54-g00ecf