EKG enabled on gentoo build??

This commit is contained in:
Joey Hess 2016-07-06 15:03:15 -04:00
parent bc222b12da
commit 6edb485ef1
Failed to extract signature
2 changed files with 18 additions and 0 deletions

View file

@ -80,6 +80,7 @@ buildFlags = filter (not . null)
, "MagicMime"
#endif
#ifdef WITH_EKG
#warning Building with EKG. This build of git-annex should only be used for performance debugging, not for production use..
, "EKG"
#endif
-- Always enabled now, but users may be used to seeing these flags

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2016-07-06T18:58:47Z"
content="""
This looks suspiciously like git-annex has been built with the EKG flag
enabled. That is disabled by default and only useful for debugging
performace problems. When enabled, git-annex includes a EKG web server,
so only one git-annex program can be run at once.
Please file a bug on the gentoo package to get EKG turned off, if it is in
fact enabled.
You can check if it is by going to http://localhost:4242/
while a git-annex command is running. Or, look at "git annex version"
and see if EKG is included in the list of flags.
"""]]