Skip to content

Commit 0ab41ac

Browse files
balasankarcRobert Marshall
authored andcommitted
Require necessary libraries in Git software definition
- Add dependency on build info library for the Git software config definition Signed-off-by: Balasankar "Balu" C <[email protected]>
1 parent 853b0bb commit 0ab41ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/software/git.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
require "#{Omnibus::Config.project_root}/lib/gitlab/version"
2020
require "#{Omnibus::Config.project_root}/lib/gitlab/ohai_helper.rb"
21+
require "#{Omnibus::Config.project_root}/lib/gitlab/build/info/components"
2122
version = Gitlab::Version.new('gitaly')
2223

2324
name 'git'

0 commit comments

Comments
 (0)