Skip to content

Commit 9ad9cb9

Browse files
balasankarcRobert Marshalldependencies-bot
committed
Merge branch 'deps/3ae36e7-4d9735d' into 'master'
Update gitlab-org/build/omnibus-mirror/nginx-module-vts from 0.1.18 to 0.2.2 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6320 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Robert Marshall <[email protected]> Co-authored-by: deps <[email protected]>
2 parents 72fb694 + c95a809 commit 9ad9cb9

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

config/patches/nginx-module-vts/fix-compile-errors-in-gcc-11.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

config/software/nginx-module-vts.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
require "#{Omnibus::Config.project_root}/lib/gitlab/version"
2020

2121
name 'nginx-module-vts'
22-
version = Gitlab::Version.new('nginx-module-vts', '0.1.18')
22+
version = Gitlab::Version.new('nginx-module-vts', '0.2.2')
2323
default_version version.print
2424

2525
license 'BSD-2-Clause'
@@ -29,8 +29,4 @@
2929

3030
source git: version.remote
3131

32-
build do
33-
patch source: 'fix-compile-errors-in-gcc-11.patch'
34-
end
35-
3632
# This is a source-only package for nginx.

0 commit comments

Comments
 (0)