diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-07-29 11:25:30 +0530 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-07-30 21:00:22 +0530 |
commit | df970a14e808b7520bf18052947e60f528bce378 (patch) | |
tree | 4efd71adf6b6fc2b69b476c10c43675ca731e492 | |
parent | d9b1177b78f4744fb9775e71fa5fe318f9ccbaa6 (diff) | |
download | vyos-build-df970a14e808b7520bf18052947e60f528bce378.tar.gz vyos-build-df970a14e808b7520bf18052947e60f528bce378.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.
-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 dccaf38c..b297db47 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'], ] |