summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-05-02 01:34:49 +0000
committerJeremy Katz <katzj@redhat.com>2003-05-02 01:34:49 +0000
commit2d5f9a6866322d64e698ca273b8429bf6143bab5 (patch)
treef38b0000ba39e7b7ab1a471befade6aa67c2556d
parent0acedc80231039dc8358c10dacab5db21d0b25bd (diff)
downloadanaconda-2d5f9a6866322d64e698ca273b8429bf6143bab5.tar.gz
anaconda-2d5f9a6866322d64e698ca273b8429bf6143bab5.tar.xz
anaconda-2d5f9a6866322d64e698ca273b8429bf6143bab5.zip
FIXME: this is a hack so that ppc trees can split until we get the better set of changes for iSeries and pSeries kernels
-rwxr-xr-xscripts/pkgorder5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/pkgorder b/scripts/pkgorder
index d122e6f35..32de1c770 100755
--- a/scripts/pkgorder
+++ b/scripts/pkgorder
@@ -77,6 +77,11 @@ except rpm.error:
comps = comps.ComponentSet("file://%s/RedHat/base/comps.xml" %(distDir,),
hdlist, arch = arch, matchAllLang = 0)
+# FIXME: HACK SO THAT PPC TREES WILL SPLIT. MUST BE REMOVED
+# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+if iutil.getArch() == "ppc" and hdlist.packages.has_key("kernel"):
+ del hdlist.packages["kernel"]
+
# work out the order we'd like to install everything in
pkgOrder = []
pkgHash = {}