Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
tdkscms
omnibus-gitlab
Commits
978908a1
Commit
978908a1
authored
Aug 12, 2024
by
徐豪
Browse files
ignore add-license-file.patch
parent
c766921a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
config/software/config_guess.rb
config/software/config_guess.rb
+1
-1
config/software/gitlab-exporter.rb
config/software/gitlab-exporter.rb
+1
-1
config/software/patroni.rb
config/software/patroni.rb
+1
-1
config/software/rubygems.rb
config/software/rubygems.rb
+1
-1
No files found.
config/software/config_guess.rb
View file @
978908a1
...
...
@@ -34,7 +34,7 @@ skip_transitive_dependency_licensing true
relative_path
"config_guess-
#{
version
.
print
}
"
build
do
patch
source:
'add-license-file.patch'
#
patch source: 'add-license-file.patch'
mkdir
"
#{
install_dir
}
/embedded/lib/config_guess"
copy
"
#{
project_dir
}
/config.guess"
,
"
#{
install_dir
}
/embedded/lib/config_guess/config.guess"
...
...
config/software/gitlab-exporter.rb
View file @
978908a1
...
...
@@ -26,7 +26,7 @@ dependency 'rubygems'
dependency
'postgresql'
build
do
patch
source:
'add-license-file.patch'
#
patch source: 'add-license-file.patch'
env
=
with_standard_compiler_flags
(
with_embedded_path
)
gem
"install gitlab-exporter --no-document --version
#{
version
}
"
,
env:
env
...
...
config/software/patroni.rb
View file @
978908a1
...
...
@@ -29,7 +29,7 @@ dependency 'psycopg2'
build
do
env
=
with_standard_compiler_flags
(
with_embedded_path
)
patch
source:
"add-license-file.patch"
#
patch source: "add-license-file.patch"
# Version 1.0 of PrettyTable does not work with Patroni 1.6.4
# https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5701
...
...
config/software/rubygems.rb
View file @
978908a1
...
...
@@ -25,7 +25,7 @@ skip_transitive_dependency_licensing true
dependency
'ruby'
build
do
# patch source: "license/add-license-file.patch"
# patch source: "license/add-license-file.
patchadd-license-file.
patch"
env
=
with_standard_compiler_flags
(
with_embedded_path
)
gem
"update --no-document --system
#{
version
}
"
,
env:
env
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment