Skip to content

Commit 07ef96e

Browse files
authored
DLPX-86142 [insight] Unknown command fluentd error while creating insight config (#288)
PR URL: https://www.github.com/delphix/linux-pkg/pull/288
1 parent ec1a734 commit 07ef96e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/misc-debs/config.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ SKIP_COPYRIGHTS_CHECK=true
4747
function fetch() {
4848
logmust cd "$WORKDIR/artifacts"
4949

50-
local debs=()
50+
local debs=(
51+
# Copied from https://s3.amazonaws.com/packages.treasuredata.com/4/ubuntu/focal/pool/contrib/t/td-agent/td-agent_4.4.2-1_arm64.deb
52+
"td-agent_4.4.2-1_amd64.deb b40c1883c3849e9a7bf67762c9f9a87a6119ad98f1fae64a83d754e1275a379a"
53+
)
5154

5255
local url="http://artifactory.delphix.com/artifactory/linux-pkg/misc-debs"
5356

0 commit comments

Comments
 (0)