Moving from trac to a single redmine

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gmr@lists.osmocom.org/.

Sylvain Munaut 246tnt at gmail.com
Sat Sep 24 14:01:52 UTC 2016


Hi,


> * not modify trac sites but use redirect of nginx

I've just put this in place for 'openbsc.osmocom.org' :

rewrite ^/trac/wiki/(.*)/(.*)$
$scheme://osmocom.org/projects/openbsc/wiki/$1$2 redirect;
rewrite ^/trac/wiki(.*)$ $scheme://osmocom.org/projects/openbsc/wiki$1 redirect;

This seems to work fairly well. I'm sure there are some exceptions to
those regexps, but I couldn't find any immediately. If we uncover them
we can try to tweak them or just handle them manually.

I've set them to temporary (302) redirects for now. Once we're a
little more confident that this works well, this can be changed to
301s and extended to all the other old domains.

If you find any case where those fails, please report.


Cheers,

    Sylvain



More information about the gmr mailing list