Skip to content
Snippets Groups Projects
Commit 49826556 authored by João Alexandre Cunha's avatar João Alexandre Cunha
Browse files

Remove pgbouncer_exporter from deps.yml

parent ad4c3307
No related branches found
No related tags found
2 merge requests!157Merge upstream Omnibus GitLab up to the 17.4 branching point,!156Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -134,12 +134,6 @@
replace_in_files:
- filename: config/templates/omnibus-gitlab-gems/Gemfile
pattern: "gem 'remote_syslog', '(\\S+)'"
# rubygems
https://github.com/rubygems/rubygems.git:
replace_in_files:
- filename: config/software/rubygems.rb
pattern: "default_version '(\\S+)'"
range: '<= 3.x'
# zlib
https://github.com/madler/zlib.git:
replace_in_files:
......@@ -169,12 +163,6 @@
- filename: config/software/postgres-exporter.rb
pattern: "Gitlab::Version.new\\('postgres-exporter', '(\\S+)'\\)"
tag_prefix: 'v'
# pgbouncer-exporter
https://gitlab.com/gitlab-org/build/omnibus-mirror/pgbouncer_exporter.git:
replace_in_files:
- filename: config/software/pgbouncer-exporter.rb
pattern: "Gitlab::Version.new\\('pgbouncer-exporter', '(\\S+)'\\)"
tag_prefix: 'v'
# redis-exporter
https://gitlab.com/gitlab-org/build/omnibus-mirror/redis_exporter.git:
replace_in_files:
......@@ -193,14 +181,6 @@
- filename: config/software/libtiff.rb
pattern: "Gitlab::Version.new\\('libtiff', 'v(\\S+)'\\)"
tag_prefix: 'v'
# pgbouncer
https://github.com/pgbouncer/pgbouncer.git:
replace_in_files:
- filename: config/software/pgbouncer.rb
pattern: "Gitlab::Version.new\\('pgbouncer', '(\\S+)'\\)"
tag_filter:
matching: 'pgbouncer_(\d+)_(\d+)_(\d+)'
sort_as: '$1.$2.$3'
# redis
https://github.com/redis/redis.git:
replace_in_files:
......
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