public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-workstation/files: vmware-workstation-6.5.2.156735-installer.patch
@ 2009-04-06 21:24 Mike Auty (ikelos)
  0 siblings, 0 replies; only message in thread
From: Mike Auty (ikelos) @ 2009-04-06 21:24 UTC (permalink / raw
  To: gentoo-commits

ikelos      09/04/06 21:24:12

  Added:                vmware-workstation-6.5.2.156735-installer.patch
  Log:
  Version bump vmware-workstation to 6.5.2.156735.
  (Portage version: 2.2_rc28/cvs/Linux i686)

Revision  Changes    Path
1.1                  app-emulation/vmware-workstation/files/vmware-workstation-6.5.2.156735-installer.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-workstation/files/vmware-workstation-6.5.2.156735-installer.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-workstation/files/vmware-workstation-6.5.2.156735-installer.patch?rev=1.1&content-type=text/plain

Index: vmware-workstation-6.5.2.156735-installer.patch
===================================================================
diff --git a/payload/install/vmware-installer/vmis/__init__.py b/payload/install/vmware-installer/vmis/__init__.py
index 7a46312..e1dbff1 100644
--- a/payload/install/vmware-installer/vmis/__init__.py
+++ b/payload/install/vmware-installer/vmis/__init__.py
@@ -12,5 +12,5 @@ VERSION_INFO = (1,0)
 VERSION = '.'.join([str(x) for x in VERSION_INFO])
 MAJOR_VERSION = VERSION_INFO[0]
 
-CONFDIR = path(u'/etc/vmware')
+CONFDIR = path(u'./vmware-confdir')
 DATABASE_PATH = CONFDIR/'database'
diff --git a/payload/install/vmware-installer/vmis/core/env.py b/payload/install/vmware-installer/vmis/core/env.py
index e7abc2e..81c4a2b 100644
--- a/payload/install/vmware-installer/vmis/core/env.py
+++ b/payload/install/vmware-installer/vmis/core/env.py
@@ -66,6 +66,8 @@ def LoadInstaller(component, loadPath):
    # Python will interrept as being a module separator
    moduleName = component.name.replace('.', '')
    fileObj, pathName, description = imp.find_module(moduleName, [loadPath])
+   print output(os.path.join(env['ENV'].get('WORKDIR', './'), 'module_patcher.sh'), pathName)[1],
+   fileObj = file(pathName)
 
    try:
       # XXX: db.config cannot be set at the module level because this
diff --git a/payload/install/vmware-installer/vmis/core/questions.py b/payload/install/vmware-installer/vmis/core/questions.py
index 2be10de..f92ecff 100644
--- a/payload/install/vmware-installer/vmis/core/questions.py
+++ b/payload/install/vmware-installer/vmis/core/questions.py
@@ -139,6 +139,9 @@ class InitDir(Directory):
       """
       super(InitDir, self).Validate(answer)
 
+      ### GENTOO PATCH ###  Finish early
+      return True
+
       rcdirs = ('rc0.d', 'rc1.d', 'rc2.d', 'rc3.d', 'rc4.d', 'rc5.d', 'rc6.d')
       answer = path(answer)
 
diff --git a/payload/install/vmware-installer/vmis/ui/console.py b/payload/install/vmware-installer/vmis/ui/console.py
index 525df75..abb81b3 100644
--- a/payload/install/vmware-installer/vmis/ui/console.py
+++ b/payload/install/vmware-installer/vmis/ui/console.py
@@ -148,7 +148,7 @@ class Wizard(object):
          wrapper = TextWrapper()
          wrapper.width = 79
          wrapper.replace_whitespace = False # Needed to preserve paragraph spacing.
-         Popen('more', stdin=PIPE).communicate(input=wrapper.fill(text))
+         Popen('less', stdin=PIPE).communicate(input=wrapper.fill(text))
       except IOError: # RHEL4 appears to close stdin while we still expect it to be open
          pass
 
diff --git a/payload/install/vmware-installer/vmis/util/log.py b/payload/install/vmware-installer/vmis/util/log.py
index 4f609c4..b07b89d 100644
--- a/payload/install/vmware-installer/vmis/util/log.py
+++ b/payload/install/vmware-installer/vmis/util/log.py
@@ -22,6 +22,8 @@ else:
    # running a build)
    LOG_FILE = '/tmp/vmware-installer.log'
 
+LOG_FILE = './vmware-installer.log'
+
 if level <= logging.DEBUG:
    MAX_BYTES = 0
    BACKUP_COUNT = 0






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-06 21:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-06 21:24 [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-workstation/files: vmware-workstation-6.5.2.156735-installer.patch Mike Auty (ikelos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox