mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Actually write down the *.repo
files
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
8beb86735d
commit
0e99444579
1 changed files with 1 additions and 0 deletions
|
@ -495,6 +495,7 @@ def rpm(
|
|||
gpgcheck=1
|
||||
gpgkey={base_url}/{tools.utils.GPG_KEY_FILENAME}.pub
|
||||
"""
|
||||
create_repo_path.write_text(repo_file_contents)
|
||||
|
||||
if nightly_build:
|
||||
repo_file_path = create_repo_path.parent / "nightly.repo"
|
||||
|
|
Loading…
Add table
Reference in a new issue