control-repo/scripts
Nate McCurdy e5189b5515 Show the short hostname, not the FQDN in config_version
This is mainly a style and readability change.

Prior to this, on masters whose hostname is actually their FQDN, the
config_version script would show the entire FQDN. On nodes with really
longs FQDN's, it was not very nice to look at.

This takes the hostname of the master, splits it on dots (.) and takes
the first segment.

Now this: compile-master-02.int.lab.dmz.company-name.net-production-48fd18ab
Is this:  compile-master-02-production-48fd18ab
2017-12-15 12:52:14 -06:00
..
code_manager_config_version.rb Show the short hostname, not the FQDN in config_version 2017-12-15 12:52:14 -06:00
config_version.rb Show the short hostname, not the FQDN in config_version 2017-12-15 12:52:14 -06:00
config_version.sh config_version: Show the compiling master's name 2017-07-05 17:09:51 -07:00