Le 06/03/2024 à 17:33, Jean-Marc Lasgouttes a écrit :
Le 04/03/2024 à 23:19, Jean-Marc Lasgouttes a écrit :
Le 04/03/2024 à 20:19, phep a écrit :
Is there any particular reason to stick with mod_python instead of, say, mod_wsgi ?

Because I do not know what I am doing? But I realized a few hours ago than swgi is probably a better choice.

Hello,

So, with wsgi, everything seems to work :) Thanks for the tip.

I still have issues, though.

1/ I have added to [components]
   tracopt.ticket.deleter.* = enabled
but I fail to see any Delete button in the ticket UI. How does this work? I do have TRAC_ADMIN permission.


2/ I installed TracKeywordsPlugin, have added to [components]
   trackeywords.web_ui.* = enabled
and a (dummy) section

[keywords]
patch = A patch is available for this issue
regression = This bug is new in this version

I see the plugin from the administrative page, but… I do not see any new keywords UI on the tickets page (I did restart apache).


3/ I have configured 2 git repos, but one of them gives an error (coming from trac-admin) like
InvalidRepository: "features" is not readable or not a Git repository.

Git seems to think that this is a perfectly valid repo and I double-checked that it is owned by www-data.

I have a solution to this last question. The repository was recorded not in trac.ini, but in the database itself, accessible through trac-admin.

This begs a new question:

4/ This is confusing to me. What are the things that are advised to be configured in trac.ini, and what are those which should be done in the db?

And for good measure, I have a new one:

5/ Our git repository is on a different machine than our web server, which handles trac. What are the good mechanisms that you might know of to make sure that trac on www.lyx.org is updated whenever something is pushed to git.lyx.org?

We have an hourly cron job for now, but it is not very satisfying.

Best regards,
Jean-Marc

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/f0c6e8fd-759b-4884-ab92-e05fa1a2d694%40free.fr.

Reply via email to