Skip to content

Commit

Permalink
ddclient: T5792: Use Debian build from Trixie
Browse files Browse the repository at this point in the history
As part of "T5792: Upgrade to ddclient 3.11.2" in commit 368b89e,
ddclient was built using build system from Debian Salsa and source code
from upstream GitHub.

This was subsequently modified in commit 7f7030d 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.
  • Loading branch information
indrajitr committed Jul 30, 2024
1 parent d9b1177 commit df970a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ddclient/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
]
Expand Down

0 comments on commit df970a1

Please sign in to comment.