widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #00046
[Bug 535271] Re: revision detection on macosx broken
this is not just for scons - cmake uses it's own (1:1) copy of
detect_revision.py - so the problem will exist there as well.
** Tags added: cmake
--
revision detection on macosx broken
https://bugs.launchpad.net/bugs/535271
You received this bug notification because you are a member of Widelands
Developers, which is subscribed to widelands.
Status in Widelands: Confirmed
Bug description:
user aber wrote in irc:
is_svk_workdir = os.system('svk co -l|grep '+cwd+' >/dev/null 2>&1')==0, seems to run forever (without returning an answer)
if he changes it to
is_svk_workdir = False
everything works fine.
References