[08:57:39] FYI, puppetboard will be switched to CAS in a bit (so far it was opt-in via a separate cas-puppetboard vhost), should not affect many people as puppetboard is limited to SREs [12:28:35] moritzm / other Debian folk: anything else I should do for https://bugs.debian.org/964083 ? [12:33:27] cdanis: LGTM, let upstream know that the patch works though :) [12:33:38] ema: testing it now :) [12:33:40] but yeah, ty [12:37:02] ideally submit it as a real quilt patch, if you apply it to the source tree run "dpkg-source --commit" and dpkg will do the rest and amend debian/patches/series, the packaging seems to be on github, rather than salsa, so you could even submit a PR at https://github.com/bzed/pkg-pmacct [12:39:13] moritzm: sure, I attempted a real quilt patch in the followup [12:39:25] (I think word wrapping mangled one of the metadata lines, but eh) [12:41:43] ah indeed [12:58:55] jbond42: is it allowed to put comments on `Hosts:` lines? [12:59:00] or between them? [13:00:27] kormat: between them should work on the same line not. [13:00:33] ok, thanks. [13:03:15] kormat: this is what the jenkins job dose where patch is the whole change with the commit message [13:03:18] NODES=$(echo $PATCH | base64 -d | grep 'Hosts: ' | sed 's/Hosts: //g' | paste -s -d ','); [13:04:38] https://github.com/wikimedia/integration-config/blob/master/jjb/operations-puppet-catalog-compiler.yml#L56 [13:05:51] ah, cool :)