6688f58 initial code, not really working yet

Authored and Committed by tflink 7 years ago
46 files changed. 7168 lines added. 0 lines removed.
.gitignore
file added
+26
libtaskotron/__init__.py
file added
+7
libtaskotron/arch_utils.py
file added
+54
libtaskotron/buildbot_utils.py
file added
+48
libtaskotron/check.py
file added
+391
libtaskotron/config.py
file added
+320
libtaskotron/config_defaults.py
file added
+136
libtaskotron/directives/__init__.py
file added
+106
libtaskotron/directives/bodhi_directive.py
file added
+156
libtaskotron/directives/create_report_directive.py
file added
+146
libtaskotron/directives/createrepo_directive.py
file added
+66
libtaskotron/directives/distgit_directive.py
file added
+185
libtaskotron/directives/dummy_directive.py
file added
+63
libtaskotron/directives/exitcode_directive.py
file added
+115
libtaskotron/directives/koji_directive.py
file added
+263
libtaskotron/directives/mash_directive.py
file added
+183
libtaskotron/directives/python_directive.py
file added
+198
libtaskotron/directives/resultsdb_directive.py
file added
+327
libtaskotron/directives/shell_directive.py
file added
+143
libtaskotron/directives/xunit_directive.py
file added
+109
libtaskotron/directives/yumrepoinfo_directive.py
file added
+149
libtaskotron/exceptions.py
file added
+78
libtaskotron/executor.py
file added
+214
libtaskotron/ext/__init__.py
file added
+0
libtaskotron/ext/disposable/__init__.py
file added
+0
libtaskotron/ext/disposable/vm.py
file added
+272
libtaskotron/ext/fedora/__init__.py
file added
+0
libtaskotron/ext/fedora/bodhi_utils.py
file added
+161
libtaskotron/ext/fedora/koji_utils.py
file added
+375
libtaskotron/ext/fedora/rpm_utils.py
file added
+258
libtaskotron/ext/fedora/yumrepoinfo.py
file added
+254
libtaskotron/file_utils.py
file added
+211
libtaskotron/logger.py
file added
+261
libtaskotron/main.py
file added
+163
libtaskotron/minion.py
file added
+257
libtaskotron/os_utils.py
file added
+88
libtaskotron/overlord.py
file added
+100
libtaskotron/python_utils.py
file added
+119
libtaskotron/remote_exec.py
file added
+363
libtaskotron/report_templates/html.j2
file added
+87
libtaskotron/taskformula.py
file added
+246
libtaskotron/taskotron_result.py
file added
+66
taskotron/__init__.py
file added
+0
taskotron/bodhi.py
file added
+115
taskotron/koji.py
file added
+157
taskotron/shell.py
file added
+132
    initial code, not really working yet
    
        
file added
+26
file added
+391
file added
+320
empty file added
empty file added
empty file added
file added
+261
file added
+163
file added
+257
file added
+0
empty file added
file added
+115
file added
+157
file added
+132