jenkins-debian-glue
jenkins-debian-glue copied to clipboard
Scripts for Debian package/repository handling inside Jenkins
jenkins-debian-glue (j-d-g) is >9 years old nowadays (wow!) and certainly had its moments and gained attraction, e.g. at [PostgreSQL's Apt](https://wiki.postgresql.org/wiki/Apt/Jenkins), [kamailio.sipwise.com](https://kamailio.sipwise.com/) (also see https://github.com/sipwise/kamailio-deb-jenkins), [Wikimedia](https://integration.wikimedia.org/ci/view/Ops-DebGlue/), [FreeRDP](https://ci.freerdp.com/), [LLVM](https://llvm-jenkins.debian.net/) and [Maemo](https://phoenix.maemo.org/), to...
according to [the docs](https://jenkins-debian-glue.org/docs/#customization) i have generated a key (as user jenkins) with gpg and set `KEY_ID` in /etc/jenkins/debian_glue to the id of the key to sign packages which seems...
As we in devuan build packages intensively, performances are needed, so, with this pull request we add: - support for building with CCACHE ( false by default, usable concurrently with...
jenkins-debian-glue.org is not accessible via IP connectivity since it has only IPv4 address: ``` $ kdig +short IN AAAA jenkins-debian-glue.org $ ``` Also the primary location of automatic script hosted...
Hi, Even with the patches from https://github.com/mika/jenkins-debian-glue/pull/225 I'm getting startup errors in the logs, due to plugin dependencies: ``` Failed Loading plugin Pipeline v2.6 (workflow-aggregator) java.io.IOException: Pipeline version 2.6 failed...
Currently, same variable `$REPOS` is used in `/usr/bin/generate-reprepro-codename` for both repo name and distribution codename in `conf/distribution`. We should use `$distribution` if provided or the one used to generate package....
If debian/gbp.conf contains something like: | [buildpackage] | overlay = True | export-dir = ../build-area then invoking gbp with our default $GBP_OPTS then it will fail with: | gbp:error: Overlay...
Hi, I receive an error `gbp:error: Overlay must be used with --git-export-dir`. I have a repository with debian/gbp.conf as follows: ``` [DEFAULT] upstream-tag = v%(version)s [buildpackage] overlay = True export-dir...
Hi, We use jenkins-debian-glue at $work, but because we handle some very large source packages (up to 25 Go) we don't want jenkins to fetch every ref. This could lead...
@mika The reprepro rootdir (default to /srv/reprepro) is not be created by the build-and-provide-package (or underlying) script. It is only reated by j-d-g pp plugin. This doesn't cover case of...