mika / jenkins-debian-glue

Scripts for Debian package/repository handling inside Jenkins
MIT License
131 stars 91 forks source link

Support for .buildinfo files #165

Closed df7cb closed 8 years ago

df7cb commented 8 years ago

dpkg-buildpackage in sid will now include .buildinfo files in the .changes files produced.

One of the changes needed to support them is to update the list of files to be archived/copied from/between jobs, e.g. artifacts: '.gz,.bz2,.xz,.deb,.dsc,.changes,*.buildinfo'.

mika commented 8 years ago

Thanks for the bugreport, I've pushed a change which addresses that and also updated the instructions at jenkins-debian-glue.org accordingly. Thanks!