X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Futil%2Fversion.py.in;h=37a1ab0204097c771ce7f0890a5747a332276624;hb=a9be3440c68ff6dab1e9da216f96f97d5e1ff27a;hp=a4edc93e99007416754c99b684b1ebc7b7601bc0;hpb=1b777e210caf9634bd51531263946a562c4a49f9;p=sfa.git diff --git a/sfa/util/version.py.in b/sfa/util/version.py.in index a4edc93e..37a1ab02 100644 --- a/sfa/util/version.py.in +++ b/sfa/util/version.py.in @@ -1,11 +1,13 @@ ### updated by the toplevel Makefile version_tag="@VERSIONTAG@" +scm_url="@SCMURL@" import socket def version_core (more): core = { 'geni_api':1, 'sfa' : 1, - 'tag' : version_tag, + 'code_tag' : version_tag, + 'code_url' : scm_url, 'hostname' : socket.gethostname(), } core.update(more)