From 6bb9cd712da246e5909e0a5b30aaf86c83650fd2 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Mon, 29 Jul 2024 11:25:30 +0530 Subject: ddclient: T5792: Use Debian build from Trixie As part of "T5792: Upgrade to ddclient 3.11.2" in commit 368b89ef056, ddclient was built using build system from Debian Salsa and source code from upstream GitHub. This was subsequently modified in commit 7f7030d9281 to use both build system and source code from Debian Salsa. Now that Debian finally has ddclient 3.11.2 release, we can use the release tag to build the package. (cherry picked from commit df970a14e808b7520bf18052947e60f528bce378) --- packages/ddclient/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ddclient/Jenkinsfile b/packages/ddclient/Jenkinsfile index 5adcec3d..4bc709e9 100644 --- a/packages/ddclient/Jenkinsfile +++ b/packages/ddclient/Jenkinsfile @@ -21,7 +21,7 @@ def pkgList = [ ['name': 'ddclient', - 'scmCommit': '93bd643', + 'scmCommit': 'debian/3.11.2-1', 'scmUrl': 'https://salsa.debian.org/debian/ddclient', 'buildCmd': 'sudo mk-build-deps --install --tool "apt-get --yes --no-install-recommends"; dpkg-buildpackage -uc -us -tc -b'], ] -- cgit v1.2.3