You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a static mirror of bpo and shut down Roundup:
other instances will need to find an alternative solution;
it will be possible to access old issues and their metadata (HTML only);
it will be possible to add messages with redirect links (before making it static);
it will not be possible to search and filter old issues;
we need to create the static mirror;
Create a script that redirects to the corresponding GH issue:
other instances will need to find an alternative solution;
it will not be possible to access/search old issues;
we need to create a redirect script that maps the issue numbers;
Since this issue is non-blocking, we can adopt the first option and then switch to the second or third down the line, depending on what the other projects do.
The text was updated successfully, but these errors were encountered:
I really like this option but coupled with (3), maybe a read-only instance could be available on archive.bugs.python.org or similar and then bugs.python.org/issueXXXX links could redirect to the new Github issue. That way existing links continue to take you to the latest place for discussion but people still have the ability to search on the archived read-only roundup instance.
Roundup has a "core" and one or more tracker "instances". The fork of Roundup that we are currently hosting/running is used by 3 instances:
Since the other two instances rely on us, we need to keep this into account before we shut down Roundup/bpo.
Jython
Roundup
CPython
After the migration to GitHub issues is completed, we have at least 3 options:
Make bpo read-only and keep Roundup running;
Create a static mirror of bpo and shut down Roundup:
Create a script that redirects to the corresponding GH issue:
Since this issue is non-blocking, we can adopt the first option and then switch to the second or third down the line, depending on what the other projects do.
The text was updated successfully, but these errors were encountered: