From e6373df6db82389a1a5bfa4017caa9a3efb284d5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 17 Nov 2016 00:28:53 +0100 Subject: [PATCH] Include .buildinfo files in list of artifact files dpkg-buildpackage in sid will now include .buildinfo files in the .changes files produced. We need to include the buildinfo file in the artifact files we store, to not fail with something like: | Cannot find file 'foobar_0.42.buildinfo' needed by 'foobar_0.42_amd64.changes'! Thanks: Christoph Berg Closes #165 --- jjb/jdg-freight.yaml | 4 ++-- jjb/jdg-reprepro.yaml | 4 ++-- puppet/jenkins_debian_glue.pp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jjb/jdg-freight.yaml b/jjb/jdg-freight.yaml index 8b44b6b..ad477cf 100644 --- a/jjb/jdg-freight.yaml +++ b/jjb/jdg-freight.yaml @@ -32,7 +32,7 @@ /usr/bin/lintian-junit-report *.dsc > report/lintian.xml publishers: - archive: - artifacts: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,lintian.txt' + artifacts: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,*.buildinfo,lintian.txt' - trigger: project: '{name}-binaries' - junit: @@ -83,7 +83,7 @@ /usr/bin/lintian-junit-report *.changes > report/lintian.xml publishers: - archive: - artifacts: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,lintian.txt' + artifacts: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,*.buildinfo,lintian.txt' - junit: results: '**/lintian.xml' keep-long-stdio: false diff --git a/jjb/jdg-reprepro.yaml b/jjb/jdg-reprepro.yaml index 486ae68..e3aa858 100644 --- a/jjb/jdg-reprepro.yaml +++ b/jjb/jdg-reprepro.yaml @@ -33,7 +33,7 @@ /usr/bin/lintian-junit-report *.dsc > report/lintian.xml publishers: - archive: - artifacts: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,lintian.txt' + artifacts: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,*.buildinfo,lintian.txt' - trigger: project: '{name}-binaries' - junit: @@ -83,7 +83,7 @@ /usr/bin/lintian-junit-report *.changes > report/lintian.xml publishers: - archive: - artifacts: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,lintian.txt' + artifacts: '*.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,*.buildinfo,lintian.txt' - junit: results: '**/lintian.xml' keep-long-stdio: false diff --git a/puppet/jenkins_debian_glue.pp b/puppet/jenkins_debian_glue.pp index 7977155..e431b5a 100644 --- a/puppet/jenkins_debian_glue.pp +++ b/puppet/jenkins_debian_glue.pp @@ -384,7 +384,7 @@ class jenkins::config { - *.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,lintian.txt + *.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,*.buildinfo,lintian.txt false @@ -484,7 +484,7 @@ class jenkins::config { - *.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,lintian.txt + *.gz,*.bz2,*.xz,*.deb,*.dsc,*.git,*.changes,*.buildinfo,lintian.txt false