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)
This commit is contained in:
Christian Poessinger 2022-01-09 21:02:30 +01:00
parent dc1fbb8f0e
commit 0f31510e42

View File

@ -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'],
]