diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-05-16 17:22:46 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-05-16 17:22:46 +0000 |
commit | 47246789d7259368ae4ff8c73986182b41795df0 (patch) | |
tree | 9dd4cc8ced24f7e2bcec266936e15ca61bfa0deb /php/makedist.py | |
parent | Backed out KNOWN_ISSUES.txt change. (diff) | |
download | ice-47246789d7259368ae4ff8c73986182b41795df0.tar.bz2 ice-47246789d7259368ae4ff8c73986182b41795df0.tar.xz ice-47246789d7259368ae4ff8c73986182b41795df0.zip |
Backed out KNOWN_ISSUES.txt change
Diffstat (limited to 'php/makedist.py')
-rwxr-xr-x | php/makedist.py | 10 |
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 |