Skip to content

Commit

Permalink
Merge pull request #289 from delphix/dlpx/pr/ShibasishDelphix/2bb20d8…
Browse files Browse the repository at this point in the history
…7-7d9c-4cb3-b559-de3f7b431b0a

DLPX-86188 [insight] Unknown command fluentd error while creating insight config
  • Loading branch information
ShibasishDelphix authored May 23, 2023
2 parents 306dfad + 00e0ab9 commit 0df5c13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/misc-debs/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ SKIP_COPYRIGHTS_CHECK=true
function fetch() {
logmust cd "$WORKDIR/artifacts"

local debs=()
local debs=(
# 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
"td-agent_4.4.2-1_amd64.deb b40c1883c3849e9a7bf67762c9f9a87a6119ad98f1fae64a83d754e1275a379a"
)

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

Expand Down

0 comments on commit 0df5c13

Please sign in to comment.