1. 27 4月, 2016 3 次提交
    • C
      Contrib content: create a further category for scripts · 33d5ca81
      Cleber Rosa 提交于
      Not all contrib content is created equal, so let's just move scripts
      to a properly named directory, in anticipation for different types of
      content.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      33d5ca81
    • C
      requirements-docs.txt: readthedocs.org is failing on missing stevedore · 1351377c
      Cleber Rosa 提交于
      The backtrace goes like this:
      
           ...
           File "/home/docs/checkouts/readthedocs.org/user_builds/avocado-framework/envs/latest/local/lib/python2.7/site-packages/six.py", line 699, in exec_
             exec("""exec _code_ in _globs_, _locs_""")
           File "<string>", line 1, in <module>
           File "conf.py", line 12, in <module>
             from avocado import VERSION
           File "/home/docs/checkouts/readthedocs.org/user_builds/avocado-framework/checkouts/latest/avocado/__init__.py", line 19, in <module>
             from avocado.core.job import main
           File "/home/docs/checkouts/readthedocs.org/user_builds/avocado-framework/checkouts/latest/avocado/core/job.py", line 33, in <module>
             from . import dispatcher
           File "/home/docs/checkouts/readthedocs.org/user_builds/avocado-framework/checkouts/latest/avocado/core/dispatcher.py", line 19, in <module>
             from stevedore import ExtensionManager
         ImportError: No module named stevedore
      
      Let's give readthedocs.org stevedore.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      1351377c
    • C
      docs/source/MaintenanceGuide.rst: update release instructions · 4676bad0
      Cleber Rosa 提交于
      The steps to perform a release have changed during the last few
      versions, most importantly regarding the distribution of the packages.
      
      Let's update the instructions to better match reality.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      4676bad0
  2. 26 4月, 2016 21 次提交
  3. 25 4月, 2016 5 次提交
  4. 23 4月, 2016 1 次提交
  5. 22 4月, 2016 10 次提交