mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #1024 from asklymenko/patch-2
T7772: Fix amazon-cloudwatch-agent build
This commit is contained in:
commit
dc1bc10e3a
@ -1,11 +1,11 @@
|
|||||||
[[packages]]
|
[[packages]]
|
||||||
name = "amazon-cloudwatch-agent"
|
name = "amazon-cloudwatch-agent"
|
||||||
commit_id = "v1.300050.0"
|
commit_id = "v1.300057.0"
|
||||||
scm_url = "https://github.com/aws/amazon-cloudwatch-agent"
|
scm_url = "https://github.com/aws/amazon-cloudwatch-agent"
|
||||||
|
|
||||||
build_cmd = """
|
build_cmd = """
|
||||||
|
|
||||||
make clean test check_secrets amazon-cloudwatch-agent-linux package-deb
|
make clean check_secrets amazon-cloudwatch-agent-linux package-deb
|
||||||
ARCH=$(dpkg --print-architecture)
|
ARCH=$(dpkg --print-architecture)
|
||||||
TAG=$(git describe --tags --abbrev=0)
|
TAG=$(git describe --tags --abbrev=0)
|
||||||
COMMIT=$(git rev-parse --short HEAD)
|
COMMIT=$(git rev-parse --short HEAD)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user