diff options
author | Brent Eagles <brent@zeroc.com> | 2005-03-14 15:01:55 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-03-14 15:01:55 +0000 |
commit | 500a1fc3cfee7d0cdf057c0430886e0a9a3e4241 (patch) | |
tree | afa140933b70a7515524459e9f62deec8eecdbad /cpp/makebindist.py | |
parent | Generated files weren't supposed to go in there (diff) | |
download | ice-500a1fc3cfee7d0cdf057c0430886e0a9a3e4241.tar.bz2 ice-500a1fc3cfee7d0cdf057c0430886e0a9a3e4241.tar.xz ice-500a1fc3cfee7d0cdf057c0430886e0a9a3e4241.zip |
merging changes to CVS hostname
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 145e2aef5c7..9e1870cebc5 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -87,9 +87,9 @@ cwd = os.getcwd() # if platform == "aix": os.environ["LIBPATH"] = "" - os.system("cvs -d cvsint.mutablerealms.com:/home/cvsroot export " + tag + " ice/include/IceUtil/Config.h") + os.system("cvs -d cvsint.zeroc.com:/home/cvsroot export " + tag + " ice/include/IceUtil/Config.h") else: - os.system("cvs -d cvs.mutablerealms.com:/home/cvsroot export " + tag + " ice/include/IceUtil/Config.h") + os.system("cvs -d cvs.zeroc.com:/home/cvsroot export " + tag + " ice/include/IceUtil/Config.h") # # Get Ice version. |