summaryrefslogtreecommitdiff
path: root/lib/license/management/shell.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-07-14 12:20:01 -0600
committermo khan <mo.khan@gmail.com>2020-07-14 20:59:50 -0600
commit4b9540b7724f89b2c3d2850193721abd415421f6 (patch)
tree290e40b1b3f3c24579ed780e83ce55293e4b1de7 /lib/license/management/shell.rb
parentd8b18764499ed0378d5f5caf0d68460c39510cfe (diff)
Fetch dependencies from a custom dotnet source
* Install custom ca certificate in location where nuget can recognize it * Add subject alternative name to the generate x509 cert * Do not cache packages and https requests * Detect vbproj, fsproj, csproj, and sln files * Improve nuget package detection * Parse SPDX license expression from nuspec files * Update version and update CHANGELOG
Diffstat (limited to 'lib/license/management/shell.rb')
-rw-r--r--lib/license/management/shell.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/license/management/shell.rb b/lib/license/management/shell.rb
index 2bdd95a..408c760 100644
--- a/lib/license/management/shell.rb
+++ b/lib/license/management/shell.rb
@@ -49,6 +49,8 @@ module License
execute(keytool_list_command)
end
end
+ execute([:cp, custom_certificate_path.to_s, "/usr/lib/ssl/certs/"])
+ execute([:c_rehash, '-v'])
end
def keytool_import_command(file_path)