mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Option to compile the Salt-Minion installer offline
This commit is contained in:
parent
b4aa2ffaab
commit
5375bf5cb4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -396,7 +396,7 @@ class InstallPyCryptoWindowsWheel(Command):
|
|||
call_subprocess(call_arguments)
|
||||
|
||||
def uri_to_resource(resource_file):
|
||||
### Returns the URI for a resouce
|
||||
### Returns the URI for a resource
|
||||
# The basic case is that the resource is on saltstack.com
|
||||
# It could be the case that the resource is cached.
|
||||
salt_uri = 'https://repo.saltstack.com/windows/dependencies/' + resource_file
|
||||
|
|
Loading…
Add table
Reference in a new issue