On 6/29/20 16:12, Samo Pogačnik wrote:
On Sun, 28 Jun 2020 17:55:26 -0400, ghostbar wrote:
https://github.com/resnullius/deb-build-pkg
p.s.
It seems to me that there are two major views of package building, which do not
necessary result in two compatible lists of requirements:
1. Repetitive build/develop/test of a single package for all potential distros
(i.e. requires interaction with sources and build environment for comfortable
debugging, ...).
Hi Samo,
Sorry for the late answer. Don't check this email that much.
Yes, my use-case here was at work we needed to build packages for
multiple platforms but they were all Debian-based. Multiple versions
needed to be supported, so you can build for all Ubuntu versions and
Debian versions by passing a source (branch) and some small arguments.
This still sits at a Jenkins doing its job from automated docker images
which are updated via cronjobs daily.