mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-03 07:04:58 -04:00
Converting CICD from Bash to Python Scripts [ci dryrun]
This commit is contained in:
parent
ab3cf25647
commit
40f39a2c9b
14 changed files with 869 additions and 38 deletions
8
scripts/cicd-python/utils/repos_builder.py
Normal file
8
scripts/cicd-python/utils/repos_builder.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import subprocess
|
||||
|
||||
def build_deb_repo():
|
||||
print("Creating and signing .deb package repository.")
|
||||
|
||||
def build_rpm_repo():
|
||||
print("Creating and signing .rpm package repository.")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue