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
3c7a7a0e
Commit
3c7a7a0e
authored
Aug 11, 2024
by
徐豪
Browse files
忽略license
parent
6611c09e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config/software/cacerts.rb
config/software/cacerts.rb
+1
-1
config/software/python-docutils.rb
config/software/python-docutils.rb
+1
-1
No files found.
config/software/cacerts.rb
View file @
3c7a7a0e
...
...
@@ -35,7 +35,7 @@ end
source
url:
"https://curl.haxx.se/ca/cacert-
#{
version
.
tr
(
'.'
,
'-'
)
}
.pem"
build
do
patch
source:
"license/
#{
version
}
/add-license-file.patch"
#
patch source: "license/#{version}/add-license-file.patch"
mkdir
"
#{
install_dir
}
/embedded/ssl/certs"
# Append the 1024bit Verisign certs so that S3 continues to work
...
...
config/software/python-docutils.rb
View file @
3c7a7a0e
...
...
@@ -28,7 +28,7 @@ skip_transitive_dependency_licensing true
dependency
'python3'
build
do
patch
source:
"license/
#{
version
}
/add-license-file.patch"
#
patch source: "license/#{version}/add-license-file.patch"
env
=
with_standard_compiler_flags
(
with_embedded_path
)
command
"
#{
install_dir
}
/embedded/bin/pip3 install --compile docutils==
#{
version
}
"
,
env:
env
end
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