<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Long Vu <<a href="mailto:long.vu@intelerad.com">long.vu@intelerad.com</a>> schrieb am Mi., 22. März 2017 um 16:31 Uhr:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Mar 21, 2017 at 6:34 PM, Sean Farley <<a href="mailto:sean@farley.io" class="gmail_msg" target="_blank">sean@farley.io</a>> wrote:<br class="gmail_msg">
> Long Vu <<a href="mailto:long.vu@intelerad.com" class="gmail_msg" target="_blank">long.vu@intelerad.com</a>> writes:<br class="gmail_msg">
><br class="gmail_msg">
>> Hi,<br class="gmail_msg">
>><br class="gmail_msg">
>> I have 0.3.2.<br class="gmail_msg">
>><br class="gmail_msg">
>> I've been doing this for each new repo creation, when needed, by<br class="gmail_msg">
>> editing directly the .hg/hgrc of the repo (by going behind Kallithea's<br class="gmail_msg">
>> back).<br class="gmail_msg">
>><br class="gmail_msg">
>> But I'd like to delegate this to the user creating new repos because<br class="gmail_msg">
>> we are rolling this out to more and more early adopters/evaluators<br class="gmail_msg">
>> now.  I do not want to be the bottle neck.<br class="gmail_msg">
>><br class="gmail_msg">
>> Alternatively, how to set this globally as a default value for all new<br class="gmail_msg">
>> and existing repos?<br class="gmail_msg">
><br class="gmail_msg">
> I think the easiest way to do this for Mercurial is to implement what I<br class="gmail_msg">
> did for Bitbucket by putting the config into the database. Once in the<br class="gmail_msg">
> database, all Kallithea would need to do is use this extension and set<br class="gmail_msg">
> an environment variable:<br class="gmail_msg">
><br class="gmail_msg">
> <a href="https://bitbucket.org/seanfarley/hgenvconfig" rel="noreferrer" class="gmail_msg" target="_blank">https://bitbucket.org/seanfarley/hgenvconfig</a><br class="gmail_msg">
<br class="gmail_msg">
Alternatively, just throwing an idea here, why Kallithea do not read<br class="gmail_msg">
the config under /etc/mercurial/hgrc.d/ and other locations in same<br class="gmail_msg">
order of precedence as the mercurial command line?<br class="gmail_msg">
<br class="gmail_msg"></blockquote>I could have sworn that in the past kallithea DID read the mercurial config file :-/<br><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Then configuring global mercurial extensions/hooks for the server is<br class="gmail_msg">
exactly like the command line, no additional work/setup to do.<br class="gmail_msg">
<br class="gmail_msg">
I am actually running Kallithea in a Docker so there is no<br class="gmail_msg">
extensions/hooks config contamination with anything else.<br class="gmail_msg">
<br class="gmail_msg">
For people with my use case, this will be the easier option.<br class="gmail_msg">
<br class="gmail_msg">
So that's for global configurations.  We still Sean solution for per<br class="gmail_msg">
repo config to be handled by the user I guess.<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
Long Vu | Build Controller | Intelerad | <a href="tel:+1%20514-931-6222" value="+15149316222" class="gmail_msg" target="_blank">+1-514-931-6222 ext. 7743</a><br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
<br class="gmail_msg">
This email or any attachments may contain confidential or legally<br class="gmail_msg">
privileged information intended for the sole use of the addressees. Any<br class="gmail_msg">
use, redistribution, disclosure, or reproduction of this information,<br class="gmail_msg">
except as intended, is prohibited. If you received this email in error,<br class="gmail_msg">
please notify the sender and remove all copies of the message, including<br class="gmail_msg">
any attachments.<br class="gmail_msg">
<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
kallithea-general mailing list<br class="gmail_msg">
<a href="mailto:kallithea-general@sfconservancy.org" class="gmail_msg" target="_blank">kallithea-general@sfconservancy.org</a><br class="gmail_msg">
<a href="https://lists.sfconservancy.org/mailman/listinfo/kallithea-general" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.sfconservancy.org/mailman/listinfo/kallithea-general</a><br class="gmail_msg">
</blockquote></div></div>