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