summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-01-09 21:02:30 +0100
committerChristian Poessinger <christian@poessinger.com>2022-01-09 21:03:07 +0100
commit0f31510e420e69e22da57b8958c64f51c6caf72c (patch)
treeb186857ec274f1929dba5f8c534bdc5b9de98c3d /packages
parentdc1fbb8f0e40b0acb93ca7a93a3b236482c2f982 (diff)
downloadvyos-build-0f31510e420e69e22da57b8958c64f51c6caf72c.tar.gz
vyos-build-0f31510e420e69e22da57b8958c64f51c6caf72c.zip
keepalived: T4128: pin package to specific Git commit
keepalived commit 8af889bc is known to work - pin builds to this version until we decide for a newer release (2.2.5 or higher). (cherry picked from commit f0cdd802c2a6a9bc12f5495d517837b4c6a1b494)
Diffstat (limited to 'packages')
-rw-r--r--packages/keepalived/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/keepalived/Jenkinsfile b/packages/keepalived/Jenkinsfile
index a2aee8c3..f3c7cba8 100644
--- a/packages/keepalived/Jenkinsfile
+++ b/packages/keepalived/Jenkinsfile
@@ -23,7 +23,7 @@
// and not via a DEB package
def pkgList = [
['name': 'keepalived',
- 'scmCommit': 'master',
+ 'scmCommit': '8af889bc',
'scmUrl': 'https://github.com/acassen/keepalived',
'buildCmd': 'cd ..; ./build.sh'],
]