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

mulkieran installerbot-noreply at redhat.com
Fri Apr 10 19:49:33 UTC 2015


From: mulhern <amulhern at redhat.com>

Related: #12

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/98e050a4ab85e761cab9b07206cc10897385dd31


More information about the anaconda-patches mailing list