Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-release fixes #1947

Merged
merged 3 commits into from
Apr 24, 2017
Merged

Pre-release fixes #1947

merged 3 commits into from
Apr 24, 2017

Commits on Apr 24, 2017

  1. spell: Fix spelling issues

    Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
    ldoktor committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    ee661b7 View commit details
    Browse the repository at this point in the history
  2. html: Avoid removing in-job-dir results on --html

    When --html is used the original in-job-dir results are removed just
    before the second render. This was probably due to typo as the original
    location was (probably) intended for removal. This patch doesn't do that
    because the user-defined dir can be shared dir with other user files so
    let's just produce the results and keep the dirs intact (while keeping
    the refresh in job-dir as that is guaranteed to be our directory and we
    do know it can be removed).
    
    Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
    ldoktor committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    049354e View commit details
    Browse the repository at this point in the history
  3. testplan: Fix requirements for avocado-server

    The avocado-server now requires both, "requirements.txt" and
    "requirements-selftests.txt" to run "make check".
    
    Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
    ldoktor committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    995d873 View commit details
    Browse the repository at this point in the history