0a1389a Updating master from develop for 0.3.0 release

Merged and Committed by tflink 9 years ago
56 files changed. 1814 lines added. 538 lines removed.
LICENSE
file added
+339
docs/source/conf.py
file modified
+2 -2
docs/source/devguide.rst
file modified
+5 -2
docs/source/taskyaml.rst
file modified
+21 -30
docs/source/writingtasks.rst
file modified
+16 -21
libtaskotron.spec
file modified
+18 -6
libtaskotron/__init__.py
file modified
+7 -1
libtaskotron/bodhi_utils.py
file modified
+7 -5
libtaskotron/buildbot_utils.py
file added
+48
libtaskotron/check.py
file modified
+28 -13
libtaskotron/config.py
file modified
+7 -4
libtaskotron/config_defaults.py
file modified
+4 -2
libtaskotron/directives/__init__.py
file modified
+7 -0
libtaskotron/directives/bodhi_comment_directive.py
file modified
+60 -71
libtaskotron/directives/bodhi_directive.py
file modified
+15 -8
libtaskotron/directives/createrepo_directive.py
file modified
+7 -1
libtaskotron/directives/dummy_directive.py
file modified
+8 -1
libtaskotron/directives/koji_directive.py
file modified
+44 -23
libtaskotron/directives/mash_directive.py
file modified
+27 -9
libtaskotron/directives/python_directive.py
file modified
+47 -24
libtaskotron/directives/resultsdb_directive.py
file modified
+27 -53
libtaskotron/directives/yumrepoinfo_directive.py
file added
+82
libtaskotron/exceptions.py
file modified
+4 -2
libtaskotron/file_utils.py
file modified
+7 -1
libtaskotron/koji_utils.py
file modified
+45 -4
libtaskotron/logger.py
file modified
+14 -23
libtaskotron/python_utils.py
file modified
+49 -11
libtaskotron/rpm_utils.py
file modified
+4 -2
libtaskotron/runner.py
file modified
+57 -47
libtaskotron/taskyaml.py
file modified
+108 -0
libtaskotron/yumrepoinfo.py
file modified
+3 -1
readme.rst
file modified
+20 -4
requirements.txt
file modified
+4 -4
runtask.py
file modified
+6 -0
testing/conftest.py
file modified
+4 -17
testing/functest_config.py
file modified
+3 -2
testing/functest_python_directive.py
file modified
+5 -0
testing/functest_yumrepoinfo.py
file modified
+3 -2
testing/some_loadable_test.py
file modified
+5 -0
testing/test_bodhi_comment_directive.py
file modified
+18 -7
testing/test_bodhi_directive.py
file modified
+9 -9
testing/test_bodhi_utils.py
file modified
+3 -2
testing/test_buildbot_utils.py
file added
+62
testing/test_check.py
file modified
+23 -3
testing/test_config.py
file modified
+3 -2
testing/test_directives/test_directive.py
file modified
+5 -0
testing/test_koji_directive.py
file modified
+38 -15
testing/test_koji_utils.py
file modified
+3 -2
testing/test_python_directive.py
file modified
+91 -5
testing/test_python_utils.py
file modified
+71 -24
testing/test_resultsdb_directive.py
file modified
+5 -49
testing/test_rpm_utils.py
file modified
+3 -2
testing/test_runner.py
file modified
+48 -14
testing/test_taskyaml.py
file modified
+135 -6
testing/test_yumrepoinfo.py
file modified
+3 -2
testing/test_yumrepoinfo_directive.py
file added
+127
    Updating master from develop for 0.3.0 release
    
        
file added
+339
file modified
+2 -2
file modified
+5 -2
file modified
+21 -30
file modified
+16 -21
file modified
+18 -6
file modified
+7 -1
file modified
+7 -5
file modified
+28 -13
file modified
+7 -4
file modified
+4 -2
file modified
+7 -1
file modified
+45 -4
file modified
+14 -23
file modified
+49 -11
file modified
+4 -2
file modified
+57 -47
file modified
+108 -0
file modified
+3 -1
file modified
+20 -4
file modified
+4 -4
file modified
+6 -0
file modified
+4 -17
file modified
+3 -2
file modified
+3 -2
file modified
+23 -3
file modified
+3 -2
file modified
+38 -15
file modified
+3 -2
file modified
+71 -24
file modified
+3 -2
file modified
+48 -14
file modified
+135 -6
file modified
+3 -2