SOURCES: anaconda-installclass-pld.py - fixed
patrys
patrys at pld-linux.org
Tue Dec 18 19:19:21 CET 2007
Author: patrys Date: Tue Dec 18 18:19:21 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed
---- Files affected:
SOURCES:
anaconda-installclass-pld.py (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/anaconda-installclass-pld.py
diff -u SOURCES/anaconda-installclass-pld.py:1.4 SOURCES/anaconda-installclass-pld.py:1.5
--- SOURCES/anaconda-installclass-pld.py:1.4 Mon Dec 17 17:29:54 2007
+++ SOURCES/anaconda-installclass-pld.py Tue Dec 18 19:19:16 2007
@@ -28,6 +28,7 @@
sortPriority = 10000
allowExtraRepos = True
+ repopaths = { "base": ["PLD/i686/RPMS", "PLD/noarch/RPMS"], }
tasks = [
(N_("GNOME Desktop"), [
"gnome",
@@ -75,7 +76,7 @@
dispatch = anaconda.dispatch
BaseInstallClass.setSteps(self, anaconda);
dispatch.skipStep("partition")
- dispatch.skipStep("regkey", skip = 1)
+ dispatch.skipStep("regkey")
# for rhel, we're putting the metadata under productpath
def getPackagePaths(self, uri):
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/anaconda-installclass-pld.py?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list