openSUSE-release-tools/openqa-maintenance.py
Stephan Kulow f8d3603b2c Run openqa-maintenance on botmaster as well
So far ran on maintenance vm
2019-09-04 13:00:56 +02:00

10 lines
164 B
Python
Executable File

#!/usr/bin/python3
from oqamaint.cli import CommandLineInterface
import sys
if __name__ == "__main__":
app = CommandLineInterface()
sys.exit(app.main())