summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-08-24 17:30:13 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-08-24 17:30:13 +0000
commitdb7ffdb4f2e0f220767b123c610027486797931e (patch)
treeaf9f5777fb86bbc4ecf19b40b09ee212e0dc897d /dispatch.py
parente737f6a2e49cfc1dc32cbed9673f55de6e57a5f2 (diff)
downloadanaconda-db7ffdb4f2e0f220767b123c610027486797931e.tar.gz
anaconda-db7ffdb4f2e0f220767b123c610027486797931e.tar.xz
anaconda-db7ffdb4f2e0f220767b123c610027486797931e.zip
don't do package based routines
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/dispatch.py b/dispatch.py
index 6c67d9e48..a5d69f0de 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -113,10 +113,10 @@ installSteps = [
#("selectlangpackages", selectLanguageSupportGroups, ("id.grpset","id.instLanguage")),
#("package-selection", ("id.grpset", "id.instLanguage", "id.instClass", "dispatch")),
#("indivpackage", ("id.grpset",)),
- ("handleX11pkgs", handleX11Packages, ("dir", "intf", "dispatch",
- "id", "instPath")),
- ("handlemiscpkgs", handleMiscPackages, ("intf", "id", "dir")),
- ("fixupconditionals", fixupConditionals, ("id.grpset",)),
+ #("handleX11pkgs", handleX11Packages, ("dir", "intf", "dispatch",
+ # "id", "instPath")),
+ #("handlemiscpkgs", handleMiscPackages, ("intf", "id", "dir")),
+ #("fixupconditionals", fixupConditionals, ("id.grpset",)),
#XXX: factor to backend
#("checkdeps", checkDependencies, ("dir", "intf", "dispatch", "id", "instPath")),
#("dependencies", ("id.grpset", "id.dependencies")),