On Tuesday, June 7, 2016 at 5:14:01 PM UTC+1, Volker Braun wrote:
>
> On Tuesday, June 7, 2016 at 11:22:10 AM UTC-4, William wrote:
>>
>> Erik has volunteered to setup trac, and will do so soon. 
>
>
> There are a bunch of caveats to that one as far as I remember:
>
> * The ssh key management plugin for trac shares the keys over the local 
> file system with gitolite authentication system
>
> * The cgit repo viewer accesses the gitolite repos over the local file 
> system.
>
> * The branch diff viewer (part of our trac plugin) does merges on /tmp and 
> is prone to leaving large stale temp directories lying around.
>
> Its rather annoying that trac, git repo, and git viewer are so tightly 
> coupled and that has caused some issues in the past (most notably disk full 
> -> trac down). 
>
> A somewhat related issue is authentication. The trac authentication plugin 
> hasn't been too much of a pleasure to work with, part of our users can't 
> reset their passwords apparently because the database format changed at one 
> point. Also I don't remember if / how the wiki authentication synchronizes 
> with it. It would be great if we could use github authentication, say.
>

There is no need to do the git authentication on a trac instance, if its 
git server is read-only (and gets updates from another git server, on which 
the real pushing is done).

Here is such a scheme for trac+github integration: 
 https://github.com/trac-hacks/trac-github
(imho it's a good idea, as it also does a real-time backup of git repo 
along the way)...


-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to