Skip to content
Snippets Groups Projects
Commit 19fbfcc0 authored by Robert Speicher's avatar Robert Speicher
Browse files

Disable fetcher progress bar globally

Updates Omnibus to 7.0.10.09

Related: https://gitlab.com/gitlab-org/omnibus/-/merge_requests/22
parent 044edac7
No related branches found
No related tags found
2 merge requests!51Validate shift of Heptapod 0.25 to oldstable series,!41GitLab 13.12
......@@ -2,7 +2,7 @@
require_relative "lib/gitlab/version"
omnibus_gem_version = Gitlab::Version.new('omnibus', "7.0.10.08")
omnibus_gem_version = Gitlab::Version.new('omnibus', "7.0.10.09")
# Note that omnibus is from a fork with additional gitlab changes. You can
# check what they are with the following comparison link:
......
GIT
remote: https://dev.gitlab.org/gitlab/omnibus.git
revision: 1e8b748f3b7163fc86b56e35d92954d17f7b4a6a
tag: 7.0.10.08
revision: e2d9ccb1d015615f2c173967dcc0ef10158b3579
tag: 7.0.10.09
specs:
omnibus (7.0.10)
aws-sdk-s3 (~> 1)
......@@ -223,7 +223,7 @@
tomlrb (~> 1.2)
tty-box (~> 0.3)
tty-prompt (~> 0.18)
license_scout (1.2.9)
license_scout (1.2.10)
ffi-yajl (~> 2.2)
mixlib-shellout (>= 2.2, < 4.0)
toml-rb (>= 1, < 3)
......
......@@ -7,4 +7,5 @@
build_retries 2
fetcher_retries 5
fetcher_progress_bar false
append_timestamp false
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