sagemath / trac-to-github

Script to migrate Trac tickets to GitHub issues and the Trac wiki to markdown. Input: https://trac.sagemath.org/ ➠ Intermediate: https://github.com/sagemath/trac_to_gh ➠ Output: https://github.com/sagemath/sage/issues
https://trac.sagemath.org/ticket/30363
7 stars 5 forks source link

Make trac macro sentence short #161

Closed kwankyu closed 1 year ago

kwankyu commented 1 year ago

I forgot to fix this in the last PR, seen in

https://34.105.185.241/sagemath/sage-all-2023-01-14-016/issues/15995#comment:0

Note that the parentheses enclosing the arguments are unbalanced. Compare with

https://github.com/kwankyu/trac-to-github/blob/check/wiki/Issues-15xxx/15995.md#comment:0

I did this only for wiki pages in the last PR!

mkoeppe commented 1 year ago

Thanks!

kwankyu commented 1 year ago

Checking the changes, I see another can of worms, unnoticed before. How much time do I have before I should stop?

mkoeppe commented 1 year ago

I will start the migration script on Monday as soon as Dima tells me that Trac is read-only (between 13:00 and 23:00 UTC), but no earlier than 17:00 UTC.

This run of the migration script will take about 12 hours, as it starts with an empty trac cache. So this will be completed between Tuesday 05:00 UTC and 11:00 UTC.

After that, I can run the migration script another time if you have any final changes to the migration script.

kwankyu commented 1 year ago

OK. I will prepare my last PR in the time constraint.