summaryrefslogtreecommitdiff
path: root/php/makedist.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-05-16 17:22:46 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-05-16 17:22:46 +0000
commit47246789d7259368ae4ff8c73986182b41795df0 (patch)
tree9dd4cc8ced24f7e2bcec266936e15ca61bfa0deb /php/makedist.py
parentBacked out KNOWN_ISSUES.txt change. (diff)
downloadice-47246789d7259368ae4ff8c73986182b41795df0.tar.bz2
ice-47246789d7259368ae4ff8c73986182b41795df0.tar.xz
ice-47246789d7259368ae4ff8c73986182b41795df0.zip
Backed out KNOWN_ISSUES.txt change
Diffstat (limited to 'php/makedist.py')
-rwxr-xr-xphp/makedist.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/php/makedist.py b/php/makedist.py
index b090052727b..218d950f7cc 100755
--- a/php/makedist.py
+++ b/php/makedist.py
@@ -80,10 +80,9 @@ os.mkdir(distdir)
os.chdir(distdir)
#
-# Export sources from CVS. (Assumes icephp and ice use the same tag.)
+# Export sources from CVS.
#
os.system("cvs -d cvs.zeroc.com:/home/cvsroot export " + tag + " icephp")
-os.system("cvs -d cvs.zeroc.com:/home/cvsroot export " + tag + " ice/install/vc71/doc/KNOWN_ISSUES.txt")
#
# Remove files.
@@ -106,13 +105,6 @@ fixVersion(find("icephp", "README*"), version)
fixVersion(find("icephp", "INSTALL*"), version)
#
-# Copy KNOWN_ISSUES.txt.
-#
-shutil.copyfile("ice/install/vc71/doc/KNOWN_ISSUES.txt", "icephp/KNOWN_ISSUES.txt")
-
-shutil.rmtree("ice")
-
-#
# Create archives.
#
icephpver = "IcePHP-" + version