[master 4/30] Establish a separate directory for tasks.

mulkieran installerbot-noreply at redhat.com
Wed Mar 25 22:47:42 UTC 2015


From: mulhern <amulhern at redhat.com>

Tasks are things that require running some kind of application to get
data, but don't write to data structures that represent storage.

Each task should encapsulate all its actions, as well as knowledge of
whether the underlying resources that it requires are available.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/tasks/__init__.py | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 blivet/tasks/__init__.py

diff --git a/blivet/tasks/__init__.py b/blivet/tasks/__init__.py
new file mode 100644
index 0000000..e69de29


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/6a38522bb081208437f5a7445303da1cf330fb97


More information about the anaconda-patches mailing list