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

Fix stop resume (backport #1568) #1570

Merged
merged 4 commits into from
Jun 22, 2021
Merged

Commits on Jun 22, 2021

  1. Use correct exclude host list

    Previously the wrong exlude host list was used
    for the target which meant the stop-resume
    feature was not working correctly.
    The original exlude hosts were used instead of
    the original plus the finished hosts.
    
    (cherry picked from commit cc42f6d)
    ArnoStiefvater authored and mergify-bot committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    fafac38 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    (cherry picked from commit b285f77)
    
    # Conflicts:
    #	CHANGELOG.md
    ArnoStiefvater authored and mergify-bot committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    265a845 View commit details
    Browse the repository at this point in the history
  3. Clean finished_hosts_str before use

    (cherry picked from commit 202ff6f)
    ArnoStiefvater authored and mergify-bot committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    08148a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69977b7 View commit details
    Browse the repository at this point in the history