<div class="gmail_quote">On Sun, Nov 1, 2009 at 18:19, Paul Fox <span dir="ltr"><<a href="mailto:pgf@laptop.org">pgf@laptop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"> > * <a href="http://bugs.sugarlabs.org" target="_blank">bugs.sugarlabs.org</a> is moving from Trac to Launchpad.<br>
> * Existing bug data will be imported, but the bug numbers won't be the<br>
> same.<br>
<br>
</div>what happens to bug numbers (i.e., referring to other bugs in the<br>
current database) that are embedded in the text commentary? i<br>
assume they get converted, but it's worth asking.</blockquote></div><br>Good question. <br><br>There are two ways we can do this: <br><br><ol><li>Ask for a list of the new bug numbers, and do some apache mod_redirect magic to convert them to the new method.</li>
<li>During the import, give each imported bug an alias, like 'sl1234' which identify their numbers on the old bug tracker. Then we just have to redirect from <a href="http://dev.sugarlabs.org/bugs/1234">http://dev.sugarlabs.org/bugs/1234</a> to <a href="https://launchpad.net/bugs/sl1234">https://launchpad.net/bugs/sl1234</a>, and LP will handle the rest. <br>
</li></ol>I'll have to ask for confirmation on whether option 2 can be automagically done during the import We'd have to implement the redirect to ("<a href="http://launchpad.net/bugs/sl">launchpad.net/bugs/sl</a>" + BUG_NUMBER) ourselves, but that's trivial.<br>
<br>Worst case, we can do 1. I'll follow up and see what's doable and report back to the list. <br><br>-- <br>Luke Faraone<br><a href="http://luke.faraone.cc">http://luke.faraone.cc</a><br>