Skip to content
Snippets Groups Projects
Commit a90e5741 authored by Robert Marshall's avatar Robert Marshall
Browse files

Merge branch 'upgrade-omnibus-ctl-for-ruby-322-compat' into 'master'

parents f931d6f0 8d072bae
No related branches found
No related tags found
3 merge requests!128heptapod#1534: making 1.5 the oldstable,!125heptapod#1494: make 1.5 the new stable,!123Omnibus GitLab for upstream 16.10
......@@ -16,7 +16,7 @@
#
name 'omnibus-ctl'
version = Gitlab::Version.new('omnibus-ctl', '0.6.0.1')
version = Gitlab::Version.new('omnibus-ctl', 'v0.6.12')
default_version version.print(false)
display_version version.print(false)
......@@ -38,6 +38,22 @@
# Remove existing built gems in case they exist in the current dir
delete 'omnibus-ctl-*.gem'
# Install chef-utils and chef-config from Packagecloud server. Their version
# should match that of chef-gem
gem 'install chef-utils ' \
'--clear-sources ' \
"--version '18.3.0' " \
'-s https://packagecloud.io/cinc-project/stable ' \
'-s https://rubygems.org ' \
'--no-document', env: env
gem 'install chef-config ' \
'--clear-sources ' \
"--version '18.3.0' " \
'-s https://packagecloud.io/cinc-project/stable ' \
'-s https://rubygems.org ' \
'--no-document', env: env
gem 'build omnibus-ctl.gemspec', env: env
gem 'install omnibus-ctl-*.gem --no-document', env: env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment