jenkins-debian-glue
jenkins-debian-glue copied to clipboard
cowbuilder (update) doesn't care about the $DIST variable but $DISTRIBUTION
Currently the build-and-provide-package
script call cowbuilder as follows (update process)
sudo DIST="${distribution:-}" ARCH="${architecture:-}" ${ADT:+ADT=$ADT} \
cowbuilder --update --basepath "${COWBUILDER_BASE}" --configfile="${pbuilderrc}"
This doesn't seem to be a problem but for consistency and less confusing for newbies, it could be great to pass the correct distribution to cowbuilder through the --distribution
option (or DISTRIBUTION variable) because right now, it look like cowbuilder virtually fallback to sid
distribution.
Hm, this might actually be related to #183? Any chance you might check whether the PR/commit from @bmiklautz would fix this issue for you?