Revert "Added option to disable LLWind"

This reverts commit 0677acc8e3.
This commit is contained in:
Hazim Gazov
2010-04-17 00:18:34 -03:00
parent 0677acc8e3
commit 22b9bd1c2e
10 changed files with 148 additions and 209 deletions

View File

@@ -740,13 +740,11 @@ class LinuxManifest(ViewerManifest):
try:
# --numeric-owner hides the username of the builder for
# security etc.
#I don't really care about this right now, disable it for a bit
# self.run_command("tar -C '%(dir)s' --numeric-owner -cjf "
# "'%(inst_path)s.tar.bz2' %(inst_name)s" % {
# 'dir': self.get_build_prefix(),
# 'inst_name': installer_name,
# 'inst_path':self.build_path_of(installer_name)})
print ''
self.run_command("tar -C '%(dir)s' --numeric-owner -cjf "
"'%(inst_path)s.tar.bz2' %(inst_name)s" % {
'dir': self.get_build_prefix(),
'inst_name': installer_name,
'inst_path':self.build_path_of(installer_name)})
finally:
self.run_command("mv '%(inst)s' '%(dst)s'" % {
'dst': self.get_dst_prefix(),