Skip to content

Commit cabd9e7

Browse files
committed
deep refactor
1 parent c150e29 commit cabd9e7

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

omnibus/config/software/datadog-agent-integrations-py3.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
3030
end
3131

3232
build do
33-
# 2.0 is the license version here, not the python version
34-
license "Python-2.0"
3533

34+
license "Python-2.0"
3635
command "bazel run #{omnibazel_flags} -- @cpython//:install --destdir=#{install_dir}",
3736
:live_stream => Omnibus.logger.live_stream(:info)
3837

omnibus/config/software/datadog-agent.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
build do
3737
license :project_license
3838

39-
license "Python-2.0"
40-
command "bazel run #{omnibazel_flags} -- @cpython//:install --destdir=#{install_dir}",
41-
:live_stream => Omnibus.logger.live_stream(:info)
42-
4339
# set GOPATH on the omnibus source dir for this software
4440
gopath = Pathname.new(project_dir) + '../../../..'
4541
flavor_arg = ENV['AGENT_FLAVOR']

0 commit comments

Comments
 (0)