I would like a domain change scripts for binary(nexus) domain_change_binary.py script
This will help fix urls and the integration to the nexus box when they change the path, port or ssl for nexus.

This script should be similiar to others that are already done For Example: reviewboard and webr
#reviewboard
/opt/collabnet/teamforge/runtime/scripts/domain_change_rb.py oldtf.domain.com newtf.domain.com > /tmp/domain_change_rb.out 2>&1
#webr
/opt/collabnet/teamforge/runtime/scripts/domain_change_webr.py oldtf.domain.com newtf.domain.com > /tmp/domain_change_webr.out 2>&1

Comments