summaryrefslogtreecommitdiff
path: root/scripts/update_version_files.py
diff options
context:
space:
mode:
authorJosh Bell <josh@lindenlab.com>2007-10-02 22:43:34 +0000
committerJosh Bell <josh@lindenlab.com>2007-10-02 22:43:34 +0000
commit6981b3bc3603f57b3b81452e00de43f21f80f9ac (patch)
tree1561205276425b33a4f96453ebd680ce911db4cb /scripts/update_version_files.py
parentcfd17f3322ec9c8efb120faa23adb83846272193 (diff)
svn merge -r 69806:70964 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-3-Server --> release
Merge fixes applied directly to 1.18.3 for server deploy, through the sim rollout: * Listen on the right port for the auditor, don't rely on catch-all * Fix XMLRPC test object channel * Various VAT fixes * Make update_version_files more resilient * Add class 502/510 for new datacenter * Teleport metrics fixes * DB schema update
Diffstat (limited to 'scripts/update_version_files.py')
-rwxr-xr-xscripts/update_version_files.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/update_version_files.py b/scripts/update_version_files.py
index b234ae0ed1..8c500e4e08 100755
--- a/scripts/update_version_files.py
+++ b/scripts/update_version_files.py
@@ -174,9 +174,9 @@ def main():
print
# Determine new channel(s)
- if new_viewer_channel != None:
+ if new_viewer_channel != None and len(new_viewer_channel) > 0:
viewer_channel = new_viewer_channel
- if new_server_channel != None:
+ if new_server_channel != None and len(new_server_channel) > 0:
server_channel = new_server_channel
# Determine new version(s)