Skip to content

Commit

Permalink
STAC-21039 Progress to omnibus build. [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisParkin committed Apr 26, 2024
1 parent 8aadd19 commit 5ea7d83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions omnibus/config/projects/agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
python_3_embedded "#{install_dir}/embedded3"
maintainer 'StackState' # Windows doesn't want our e-mail address :(
else
INSTALL_DIR = ENV["INSTALL_DIR"] || '/opt/datadog-agent'
if redhat? || suse?
maintainer 'StackState <info@stackstate.com>'
else
Expand All @@ -56,6 +57,8 @@
end
end

install_dir INSTALL_DIR

# build_version is computed by an invoke command/function.
# We can't call it directly from there, we pass it through the environment instead.
build_version ENV['PACKAGE_VERSION']
Expand Down

0 comments on commit 5ea7d83

Please sign in to comment.