|
6 | 6 | The Sage Trac Server |
7 | 7 | ==================== |
8 | 8 |
|
9 | | -**Sage development is scheduled to move to GitHub in February 2023.** The exact |
10 | | -date will be announced in `<https://groups.google.com/g/sage-devel>`_. After |
11 | | -the transition, some parts of this guide (especially those related with `the |
12 | | -Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be |
13 | | -updated according to the new workflow on GitHub. See our `transition guide from Trac to |
14 | | -GitHub |
15 | | -<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_ |
16 | | -for the preliminary version of the workflow. |
| 9 | +.. WARNING:: |
| 10 | + |
| 11 | + **Sage development is scheduled to move to GitHub in February 2023.** The exact |
| 12 | + date will be announced in `<https://groups.google.com/g/sage-devel>`_. After |
| 13 | + the transition, some parts of this guide (especially those related with `the |
| 14 | + Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be |
| 15 | + updated according to the new workflow on GitHub. See our `transition guide from Trac to |
| 16 | + GitHub |
| 17 | + <https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_ |
| 18 | + for the preliminary version of the workflow. |
17 | 19 |
|
18 | 20 | Sometimes you will only want to work on local changes to Sage, for |
19 | 21 | your own private needs. However, typically it is beneficial to |
@@ -42,9 +44,11 @@ trac server. Items on the server are called *tickets*, and anyone may |
42 | 44 | search or browse the tickets. For a list of recent changes, just visit |
43 | 45 | the :trac:`Sage trac timeline <timeline>`. |
44 | 46 |
|
45 | | -**Sage development is scheduled to move to GitHub in February 2023.** |
46 | | -All functions of our Trac server will be taken over by our main repository, |
47 | | -https://github.com/sagemath/sage. |
| 47 | +.. WARNING:: |
| 48 | + |
| 49 | + **Sage development is scheduled to move to GitHub in February 2023.** |
| 50 | + All functions of our Trac server will be taken over by our main repository, |
| 51 | + https://github.com/sagemath/sage. |
48 | 52 |
|
49 | 53 |
|
50 | 54 | .. _section-trac-account: |
@@ -348,10 +352,12 @@ other tests that run on GitHub Actions. |
348 | 352 | look at the log, especially if the patch buildbot did not give you |
349 | 353 | the green blob. |
350 | 354 |
|
351 | | - **Sage development is scheduled to move to GitHub in February 2023.** |
352 | | - After the move, the patch buildbot will no longer be available; the three |
353 | | - workflows above are considered a full replacement. If you miss any features |
354 | | - of the patch buildbot, please report this in :trac:`33457`. |
| 355 | +.. WARNING:: |
| 356 | + |
| 357 | + **Sage development is scheduled to move to GitHub in February 2023.** |
| 358 | + After the move, the patch buildbot will no longer be available; the three |
| 359 | + workflows above are considered a full replacement. If you miss any features |
| 360 | + of the patch buildbot, please report this in :trac:`33457`. |
355 | 361 |
|
356 | 362 | The following are some other relevant issues: |
357 | 363 |
|
|
0 commit comments