1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-04-29 20:06:08 -04:00

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.")