cde4dba Merge branch 'develop' into 'master' for 0.4.3 release

Merged and Committed by tflink 8 years ago
35 files changed. 222 lines added. 99 lines removed.
docs/source/conf.py
file modified
+2 -2
dodo.py
file modified
+2 -2
libtaskotron.spec
file modified
+63 -21
libtaskotron/__init__.py
file modified
+1 -1
libtaskotron/directives/bodhi_comment_directive.py
file modified
+2 -1
libtaskotron/directives/bodhi_directive.py
file modified
+4 -2
libtaskotron/directives/distgit_directive.py
file modified
+5 -1
libtaskotron/directives/exitcode_directive.py
file modified
+7 -5
libtaskotron/directives/koji_directive.py
file modified
+4 -2
libtaskotron/directives/mash_directive.py
file modified
+1 -0
libtaskotron/directives/python_directive.py
file modified
+1 -0
libtaskotron/directives/resultsdb_directive.py
file modified
+1 -1
libtaskotron/directives/yumrepoinfo_directive.py
file modified
+5 -3
libtaskotron/exceptions.py
file modified
+5 -0
libtaskotron/executor.py
file modified
+18 -4
libtaskotron/ext/__init__.py
file added
+0
libtaskotron/ext/disposable/__init__.py
file added
+0
libtaskotron/ext/disposable/vm.pylibtaskotron/vm.py
file renamed
+0 -0
libtaskotron/ext/fedora/__init__.py
file added
+0
libtaskotron/ext/fedora/bodhi_utils.pylibtaskotron/bodhi_utils.py
file renamed
+5 -4
libtaskotron/ext/fedora/koji_utils.pylibtaskotron/koji_utils.py
file renamed
+1 -1
libtaskotron/ext/fedora/rpm_utils.pylibtaskotron/rpm_utils.py
file renamed
+0 -0
libtaskotron/ext/fedora/yumrepoinfo.pylibtaskotron/yumrepoinfo.py
file renamed
+4 -4
libtaskotron/minion.py
file modified
+14 -2
setup.py
file modified
+2 -1
testing/functest_executor.py
file added
+66
testing/functest_koji_utils.py
file modified
+1 -1
testing/functest_yumrepoinfo.py
file modified
+1 -1
testing/functest_yumrepoinfo_directive.py
file modified
+1 -1
testing/test_bodhi_utils.py
file modified
+1 -1
testing/test_executor.py
file modified
+1 -34
testing/test_koji_utils.py
file modified
+1 -1
testing/test_rpm_utils.py
file modified
+1 -1
testing/test_vm.py
file modified
+1 -1
testing/test_yumrepoinfo.py
file modified
+1 -1
    Merge branch 'develop' into 'master' for 0.4.3 release
    
        
file modified
+2 -2
file modified
+2 -2
file modified
+63 -21
file modified
+1 -1
file modified
+5 -0
file modified
+18 -4
empty file added
empty file added
file renamed
file was renamed with no change to the file
empty file added
libtaskotron/ext/fedora/bodhi_utils.py libtaskotron/bodhi_utils.py
file renamed
+5 -4
libtaskotron/ext/fedora/koji_utils.py libtaskotron/koji_utils.py
file renamed
+1 -1
libtaskotron/ext/fedora/rpm_utils.py libtaskotron/rpm_utils.py
file renamed
file was renamed with no change to the file
libtaskotron/ext/fedora/yumrepoinfo.py libtaskotron/yumrepoinfo.py
file renamed
+4 -4
file modified
+14 -2
file modified
+2 -1
file modified
+1 -1
file modified
+1 -34
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1