diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-07-29 11:25:30 +0530 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-01 11:12:42 +0000 |
commit | 6bb9cd712da246e5909e0a5b30aaf86c83650fd2 (patch) | |
tree | 58f3b7b25238018570f4e7225954682be427d373 | |
parent | 40b9c554bb1c6cfe47e6d15d564f9036338693b5 (diff) | |
download | vyos-build-6bb9cd712da246e5909e0a5b30aaf86c83650fd2.tar.gz vyos-build-6bb9cd712da246e5909e0a5b30aaf86c83650fd2.zip |
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)
-rw-r--r-- | packages/ddclient/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
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'], ] |