24c29b6 Merge branch 'develop' into master for 0.3.6 release

Merged and Committed by mkrizek 9 years ago
39 files changed. 1305 lines added. 360 lines removed.
LICENSE
file modified
+2 -1
conf/taskotron.yaml.example
file modified
+14 -0
conf/yumrepoinfo.conf.example
file modified
+23 -6
docs/source/conf.py
file modified
+2 -2
docs/source/index.rst
file modified
+5 -1
docs/source/quickstart.rst
file added
+94
docs/source/taskyaml.rst
file modified
+10 -9
docs/source/writingtasks.rst
file modified
+75 -10
libtaskotron.spec
file modified
+13 -2
libtaskotron/__init__.py
file modified
+1 -1
libtaskotron/check.py
file modified
+1 -1
libtaskotron/config.py
file modified
+8 -10
libtaskotron/config_defaults.py
file modified
+17 -1
libtaskotron/directives/bodhi_comment_directive.py
file modified
+1 -1
libtaskotron/directives/koji_directive.py
file modified
+47 -44
libtaskotron/directives/mash_directive.py
file modified
+17 -17
libtaskotron/directives/python_directive.py
file modified
+5 -0
libtaskotron/directives/resultsdb_directive.py
file modified
+34 -4
libtaskotron/file_utils.py
file modified
+4 -4
libtaskotron/koji_utils.py
file modified
+124 -75
libtaskotron/logger.py
file modified
+173 -41
libtaskotron/runner.py
file modified
+55 -19
libtaskotron/taskformula.pylibtaskotron/taskyaml.py
file renamed
+5 -5
libtaskotron/yumrepoinfo.py
file modified
+33 -4
requirements.txt
file modified
+3 -3
testing/conftest.py
file modified
+5 -8
testing/functest_config.py
file modified
+4 -0
testing/functest_koji_utils.py
file added
+37
testing/functest_logger.py
file added
+94
testing/functest_mash_directive.py
file modified
+22 -10
testing/functest_runner.py
file added
+34
testing/test_directive_modules.py
file added
+56
testing/test_koji_directive.py
file modified
+3 -3
testing/test_koji_utils.py
file modified
+81 -26
testing/test_logger.py
file added
+87
testing/test_python_directive.py
file modified
+15 -8
testing/test_runner.py
file modified
+46 -10
testing/test_taskformula.pytesting/test_taskyaml.py
file renamed
+25 -25
testing/test_yumrepoinfo.py
file modified
+30 -9
    Merge branch 'develop' into master for 0.3.6 release
    
        
file modified
+2 -1
file modified
+14 -0
file modified
+23 -6
file modified
+2 -2
file modified
+5 -1
file modified
+10 -9
file modified
+75 -10
file modified
+13 -2
file modified
+1 -1
file modified
+1 -1
file modified
+8 -10
file modified
+4 -4
file modified
+124 -75
file modified
+173 -41
file modified
+55 -19
libtaskotron/taskformula.py libtaskotron/taskyaml.py
file renamed
+5 -5
file modified
+33 -4
file modified
+3 -3
file modified
+5 -8
file modified
+4 -0
file modified
+81 -26
file modified
+46 -10
testing/test_taskformula.py testing/test_taskyaml.py
file renamed
+25 -25
file modified
+30 -9