[IMP] runbot: fqdn method to get fqdn

This commit is contained in:
Samuel Lefever 2014-09-03 10:31:17 +02:00 committed by Martin Trigaux
parent 7137c49ec5
commit 3da19f47b7

View File

@ -145,7 +145,7 @@ def uniq_list(l):
return OrderedDict.fromkeys(l).keys()
def fqdn():
return socket.gethostname()
return socket.getfqdn()
#----------------------------------------------------------
# RunBot Models