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

Check correct file for openssl deps updates

- When we changed the way OpenSSL is built to allow OpenSSL 3 testing,
  the deps.io job for checking OpenSSL broke.  This restores OpenSSL 1.x
  version checks.

Related https://gitlab.com/gitlab-org/gitlab/-/issues/341435



Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
parent 9600d5ca
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
......@@ -125,7 +125,7 @@
# openssl
https://github.com/openssl/openssl.git:
replace_in_files:
- filename: config/software/openssl.rb
- filename: config/software/openssl_1.rb
pattern: "Gitlab::Version.new\\('openssl', 'OpenSSL_1_1_(\\S+)'\\)"
tag_prefix: 'OpenSSL_1_1_'
semver: 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