File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
name 'omnibus-ctl'
19
- version = Gitlab ::Version . new ( 'omnibus-ctl' , '0 .6.0.1 ' )
19
+ version = Gitlab ::Version . new ( 'omnibus-ctl' , 'v0 .6.12 ' )
20
20
default_version version . print ( false )
21
21
display_version version . print ( false )
22
22
38
38
# Remove existing built gems in case they exist in the current dir
39
39
delete 'omnibus-ctl-*.gem'
40
40
41
+ # Install chef-utils and chef-config from Packagecloud server. Their version
42
+ # should match that of chef-gem
43
+ gem 'install chef-utils ' \
44
+ '--clear-sources ' \
45
+ "--version '18.3.0' " \
46
+ '-s https://packagecloud.io/cinc-project/stable ' \
47
+ '-s https://rubygems.org ' \
48
+ '--no-document' , env : env
49
+
50
+ gem 'install chef-config ' \
51
+ '--clear-sources ' \
52
+ "--version '18.3.0' " \
53
+ '-s https://packagecloud.io/cinc-project/stable ' \
54
+ '-s https://rubygems.org ' \
55
+ '--no-document' , env : env
56
+
41
57
gem 'build omnibus-ctl.gemspec' , env : env
42
58
gem 'install omnibus-ctl-*.gem --no-document' , env : env
43
59
You can’t perform that action at this time.
0 commit comments