1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-05-01 04:46:19 -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.")