mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-23 08:59:26 -04:00
9 lines
183 B
Python
9 lines
183 B
Python
import subprocess
|
|
|
|
def build_deb_repo():
|
|
print("Creating and signing .deb package repository.")
|
|
|
|
def build_rpm_repo():
|
|
print("Creating and signing .rpm package repository.")
|
|
|