summaryrefslogtreecommitdiff
path: root/packages/ddclient/Jenkinsfile
AgeCommit message (Collapse)Author
2024-10-02T6754: Delete Jenkins build packagesViacheslav Hletenko
2024-08-01ddclient: T5792: Use Debian build from Trixiemergify/bp/circinus/pr-723Indrajit Raychaudhuri
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)
2024-07-12ddclient: T5797: switch to Debian SALSA repositorymergify/bp/circinus/pr-694Christian Breunig
Commit 368b89ef05 ("ddclient: T5797: Upgrade to ddclient 3.11.2") bumped the ddclient version by using the build system from Debian SALSA repo and the upstream ddclient source code. Debian now provides the same version from the SALSA repos. (cherry picked from commit 7f7030d928199ef3a10e4a2e34761d982e123052)
2023-12-01ddclient: T5797: Upgrade to ddclient 3.11.2Indrajit Raychaudhuri
Upgrade to ddclient 3.11.2 and remove the patches that are now included in the release version.
2023-11-04ddclient: T5708: Upgrade to ddclient 3.11.1Indrajit Raychaudhuri
- Upgrade to ddclient 3.11.1 - Remove patches that are now upstream - Add patch for duckdns dual stack
2023-06-05ddclient: T5144: disable arm64 build - package uses architecture allChristian Breunig
2023-06-04dns: T5144: Create VyOS specific ddclient build with upstream fixesIndrajit Raychaudhuri
This is VyOS specific build based on current Debian 3.10.0-3 with the following patches: - z1_perhost-variable-new-style.patch (see ddclient/ddclient#505) - z2_dyndns2-ipv4-ipv6.patch (see ddclient/ddclient#502) - z3_duckdns-reply-fix.patch (see ddclient/ddclient#506) - z4_dyndns2-multiline-multihost-fix.patch (see ddclient/ddclient#542)