Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Ordered task execution #1134

Merged
merged 1 commit into from
Feb 27, 2015
Merged

Ordered task execution #1134

merged 1 commit into from
Feb 27, 2015

Commits on Feb 27, 2015

  1. agent: replace taskChain with sorted []task

    Agents need to execute all unit file load operations before
    attemping to start anything. The taskChain approach did not
    provide this safetly. An ordered list of tasks gives us what
    we need and greatly simplifies the codebase.
    bcwaldon committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    7b44072 View commit details
    Browse the repository at this point in the history