Here I forgot to uncomment all the important bits
This commit is contained in:
@@ -392,17 +392,17 @@ if __name__ == "__main__":
|
|||||||
customLinksJob()
|
customLinksJob()
|
||||||
|
|
||||||
|
|
||||||
# if os.getenv("PROXMOX_REPOS", True):
|
if os.getenv("PROXMOX_REPOS", True):
|
||||||
# proxmoxJob()
|
proxmoxJob()
|
||||||
|
|
||||||
|
|
||||||
# if os.getenv("DOCKER_REPOS", True):
|
if os.getenv("DOCKER_REPOS", True):
|
||||||
# dockerJob()
|
dockerJob()
|
||||||
|
|
||||||
|
|
||||||
# if os.getenv("DEBIAN_REPOS", True):
|
if os.getenv("DEBIAN_REPOS", True):
|
||||||
# debianJob()
|
debianJob()
|
||||||
|
|
||||||
|
|
||||||
# if os.getenv("OPNSENSE_REPOS", True):
|
if os.getenv("OPNSENSE_REPOS", True):
|
||||||
# opnsenseJob()
|
opnsenseJob()
|
||||||
Reference in New Issue
Block a user