From b75cde0d2da4659685ddad6ccfb91762dd1881ca Mon Sep 17 00:00:00 2001
From: dd
Date: Tue, 21 May 2024 09:30:51 +0200
Subject: added missing packages for sagitta
---
packages/amazon-cloudwatch-agent/Jenkinsfile | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
(limited to 'packages/amazon-cloudwatch-agent')
diff --git a/packages/amazon-cloudwatch-agent/Jenkinsfile b/packages/amazon-cloudwatch-agent/Jenkinsfile
index 12bdb31..ff347dc 100644
--- a/packages/amazon-cloudwatch-agent/Jenkinsfile
+++ b/packages/amazon-cloudwatch-agent/Jenkinsfile
@@ -17,17 +17,15 @@
// Using a version specifier library, use 'current' branch. The underscore (_)
// is not a typo! You need this underscore if the line immediately after the
// @Library annotation is not an import statement!
-@Library('vyos-build@equuleus')_
+@Library('vyos-build@sagitta')_
-// v1.247359.1 2023-05-16: commit id 2dd89ab
-// v1.247357.0 2022-12-14: commit id 24420d8
-// v1.247354.0 2022-07-21: commit id 06b61c9
+// v1.300034.0 2024-03-15: commit id 2ad5e3a
def pkgList = [
['name': "amazon-cloudwatch-agent",
- 'scmCommit': '06b61c9',
+ 'scmCommit': '2ad5e3a',
'scmUrl': 'https://github.com/aws/amazon-cloudwatch-agent',
- 'buildCmd': "make build && make package-deb"],
+ 'buildCmd': "make prepackage package-deb"],
]
// Start package build using library function from https://github.com/vyos/vyos-build
-buildPackage('amazon-cloudwatch-agent', pkgList, null, "**/packages/amazon-cloudwatch-agent/**")
+buildPackage('amazon-cloudwatch-agent', pkgList, null, true, "**/packages/amazon-cloudwatch-agent/**")
--
cgit v1.2.3