Skip to content

Commit 00e0ab9

Browse files
rasantelShibasishDelphix
authored andcommitted
DLPX-86188 [insight] Unknown command fluentd error while creating insight config
PR URL: https://www.github.com/delphix/linux-pkg/pull/289
1 parent 306dfad commit 00e0ab9

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)