summaryrefslogtreecommitdiff
path: root/packages/ddclient/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-12 20:53:19 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-07-12 20:27:08 +0000
commit009d0bb529cae1e8108c5b719e8faea6777e644f (patch)
tree035e68be6e52d6346d0e195875d434712bda1358 /packages/ddclient/Jenkinsfile
parent777bb4037a74e64b42af63e1b7011fe310a120e4 (diff)
downloadvyos-build-009d0bb529cae1e8108c5b719e8faea6777e644f.tar.gz
vyos-build-009d0bb529cae1e8108c5b719e8faea6777e644f.zip
ddclient: T5797: switch to Debian SALSA repositorymergify/bp/circinus/pr-694
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)
Diffstat (limited to 'packages/ddclient/Jenkinsfile')
-rw-r--r--packages/ddclient/Jenkinsfile12
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/ddclient/Jenkinsfile b/packages/ddclient/Jenkinsfile
index 317362e9..dccaf38c 100644
--- a/packages/ddclient/Jenkinsfile
+++ b/packages/ddclient/Jenkinsfile
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 VyOS maintainers and contributors
+// Copyright (C) 2023-2024 VyOS maintainers and contributors
//
// This program is free software; you can redistribute it and/or modify
// in order to easy exprort images built to "external" world
@@ -20,14 +20,10 @@
@Library('vyos-build@current')_
def pkgList = [
- ['name': 'ddclient-debian',
- 'scmCommit': 'debian/3.10.0-3',
+ ['name': 'ddclient',
+ 'scmCommit': '93bd643',
'scmUrl': 'https://salsa.debian.org/debian/ddclient',
- 'buildCmd': '/bin/true'],
- ['name': 'ddclient-github',
- 'scmCommit': 'v3.11.2',
- 'scmUrl': 'https://github.com/ddclient/ddclient',
- 'buildCmd': 'cd ..; ./build.sh'],
+ 'buildCmd': 'sudo mk-build-deps --install --tool "apt-get --yes --no-install-recommends"; dpkg-buildpackage -uc -us -tc -b'],
]
// Start package build using library function from https://github.com/vyos/vyos-build