From 197b1158e79b7a466692e30923ed777dc2f2e05c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 29 Aug 2013 01:11:45 +0200 Subject: i believe the quotes are the prob --- bin/d-i_build.sh | 2 +- job-cfg/ruby-qa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh index 0bca99ac..6221e158 100755 --- a/bin/d-i_build.sh +++ b/bin/d-i_build.sh @@ -49,7 +49,7 @@ pdebuild_package() { if [ ! -f /var/cache/pbuilder/base.tgz ] ; then sudo pbuilder --create else - sudo pbuilder --update + sudo pbuilder --update || ( sudo rm /var/cache/pbuilder/base.tgz ; sudo pbuilder --create ) fi # # 3.0 quilt is not happy without an upstream tarball diff --git a/job-cfg/ruby-qa.yaml b/job-cfg/ruby-qa.yaml index f0e3bbd9..707ee8ec 100644 --- a/job-cfg/ruby-qa.yaml +++ b/job-cfg/ruby-qa.yaml @@ -15,7 +15,7 @@ - shell: '/srv/jenkins/bin/chroot-run.sh {distro} {my_shell}' publishers: - email: - recipients: 'jenkins+debian-ruby terceiro@debian.org' + recipients: jenkins+debian-ruby terceiro@debian.org properties: - sidebar: url: http://jenkins.debian.net/userContent/about.html -- cgit v1.2.3-54-g00ecf