summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-12-06 15:26:56 +0000
committerBrent Eagles <brent@zeroc.com>2006-12-06 15:26:56 +0000
commit3887c065728b9dca8013ef1d0e4f6f10d0e34021 (patch)
tree91d7b6367120ff30d204af2c7e918d40cc6fce14 /cpp/makebindist.py
parentadding a spec file for creating db45 RPMs to be used on RHEL (diff)
downloadice-3887c065728b9dca8013ef1d0e4f6f10d0e34021.tar.bz2
ice-3887c065728b9dca8013ef1d0e4f6f10d0e34021.tar.xz
ice-3887c065728b9dca8013ef1d0e4f6f10d0e34021.zip
Temporarily disabling IcePy extension in binary builds.
Adding support to building against our home grown db45 RPMs.
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index 1cf0aa961b8..61face770e6 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -1296,7 +1296,7 @@ def main():
if os.path.exists(cf):
shutil.copy(cf, os.path.join('Ice-' + version, psf))
- makePHPbinary(sources, buildDir, installDir, version, mmVersion, clean)
+ # makePHPbinary(sources, buildDir, installDir, version, mmVersion, clean)
runprog('tar cf Ice-' + version + '-bin-' + getPlatform() + '.tar Ice-' + version)
runprog('gzip -9 Ice-' + version + '-bin-' + getPlatform() + '.tar')
@@ -1312,12 +1312,12 @@ def main():
shutil.copy(installFiles + '/unix/SOURCES.Linux', '/usr/src/redhat/SOURCES/SOURCES')
shutil.copy(installFiles + '/unix/THIRD_PARTY_LICENSE.Linux', '/usr/src/redhat/SOURCES/THIRD_PARTY_LICENSE')
shutil.copy(installFiles + '/unix/README.Linux-RPM', installDir + '/Ice-' + version + '/README')
- shutil.copy(installFiles + '/thirdparty/php/ice.ini', installDir + '/Ice-' + version + '/ice.ini')
-
- shutil.copy(sources + '/php-5.1.4.tar.bz2', '/usr/src/redhat/SOURCES')
- shutil.copy(installFiles + '/thirdparty/php/ice.ini', '/usr/src/redhat/SOURCES')
- shutil.copy(buildDir + '/ice/install/thirdparty/php/configure-5.1.4.gz',
- '/usr/src/redhat/SOURCES/configure.gz')
+# shutil.copy(installFiles + '/thirdparty/php/ice.ini', installDir + '/Ice-' + version + '/ice.ini')
+#
+ #shutil.copy(sources + '/php-5.1.4.tar.bz2', '/usr/src/redhat/SOURCES')
+ #shutil.copy(installFiles + '/thirdparty/php/ice.ini', '/usr/src/redhat/SOURCES')
+ #shutil.copy(buildDir + '/ice/install/thirdparty/php/configure-5.1.4.gz',
+ # '/usr/src/redhat/SOURCES/configure.gz')
iceArchives = glob.glob(sources + '/Ice*' + version + '*.gz')
for f in iceArchives:
shutil.copy(f, '/usr/src/redhat/SOURCES')