From 6ed6ca2b91827a80bd87fe5799595c7c6563def7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Wed, 29 Aug 2018 09:44:18 +0200 Subject: [PATCH 1/2] Disable pristine-tar It can cause problems when e.g. tar changes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901952 Let's stay out of this. --- jobs.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs.groovy b/jobs.groovy index a6409ff..3550118 100644 --- a/jobs.groovy +++ b/jobs.groovy @@ -20,7 +20,7 @@ def default_dists = ['buster'] // Default architectures to build for def default_archs = ['aarch64', 'armhf', 'amd64'] // Options to pass to git-buildpackage -def common_args = '--git-pbuilder --git-ignore-new --git-ignore-branch -nc' +def common_args = '--git-no-pristine-tar --git-pbuilder --git-ignore-new --git-ignore-branch -nc' // aptly repo to use def default_repo = "scratch" -- GitLab From 7ac5c0deb710c76dc8b51634c94655d69104e08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Wed, 29 Aug 2018 09:55:30 +0200 Subject: [PATCH 2/2] Add gnome-settings-daemon We build it ourselfes due to the WWAN plugin. --- jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jobs.yml b/jobs.yml index d8b954d..e6c5c2a 100644 --- a/jobs.yml +++ b/jobs.yml @@ -4,6 +4,11 @@ calls: dists: ['buster+ci'] branch: master deb_build_options: ['nocheck'] +gnome-settings-daemon: + url: https://source.puri.sm/Librem5/gnome-settings-daemon.git + dists: ['buster'] + branch: debian/sid + deb_build_options: ['nocheck'] libhandy: url: https://source.puri.sm/Librem5/libhandy.git dists: ['buster'] -- GitLab