forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac sagemath#34648: Developer's guide: warn the transition to GitHub…
… and add links to the transition guide Adding warnings and - links to the transition guide https://github.com/sagemath/trac-to- github/blob/master/docs/Migration-Trac-to-Github.md As of this ticket (for Sage 9.8, assuming it can be released in January 2023), we keep the Trac instructions. In a follow-up ticket (for Sage 9.9), we will remove the trac instructions, update the developer manual according to the transition guide, and add links to github command-line interface, e.g., https://cli.github.com/manual/gh_repo_fork Part of Meta-ticket sagemath#30363: Migration from Trac to !GitHub URL: https://trac.sagemath.org/34648 Reported by: mkoeppe Ticket author(s): Matthias Koeppe, Kwankyu Lee Reviewer(s): Kwankyu Lee, Matthias Koeppe
- Loading branch information
Showing
8 changed files
with
126 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,17 @@ | |
Using Git with the Sage Trac Server | ||
=================================== | ||
|
||
.. WARNING:: | ||
|
||
**Sage development is scheduled to move to GitHub in February 2023.** The exact | ||
date will be announced in `<https://groups.google.com/g/sage-devel>`_. After | ||
the transition, some parts of this guide (especially those related with `the | ||
Sage Trac server <https://trac.sagemath.org>`_) will become obsolete and be | ||
updated according to the new workflow on GitHub. See our `transition guide from Trac to | ||
GitHub | ||
<https://github.com/sagemath/trac-to-github/blob/master/docs/Migration-Trac-to-Github.md>`_ | ||
for the preliminary version of the workflow. | ||
|
||
Now we continue our introduction to git from :ref:`chapter-walkthrough`. | ||
We discuss how to push your local changes to a remote repository | ||
so that your changes can be reviewed for inclusion in Sage. | ||
|
@@ -154,6 +165,13 @@ repository, use these commands:: | |
[user@localhost sage]$ git remote add trac https://github.com/sagemath/sagetrac-mirror.git -t master | ||
[user@localhost sage]$ git remote set-url --push trac [email protected]:sage.git | ||
|
||
.. WARNING:: | ||
|
||
**Sage development is scheduled to move to GitHub in February 2023.** After the | ||
move, the Sage trac server [email protected]:sage.git will no longer be | ||
available, but all branches will be available (in read-only mode) on | ||
https://github.com/sagemath/sagetrac-mirror.git. | ||
|
||
Instead of ``trac`` you can use any other name you want, of course. | ||
To verify that it is set up correctly:: | ||
|
||
|
@@ -201,13 +219,17 @@ following commands instead:: | |
trac [email protected]:sage.git (fetch) | ||
trac [email protected]:sage.git (push) | ||
|
||
* The Patch buildbot will automatically test your ticket. See :trac:`wiki/patchbot` | ||
for more information about its features and limitations. Make sure that you | ||
look at the log, especially if the patch buildbot did not give you | ||
the green blob. | ||
|
||
|
||
.. _section-git-checkout: | ||
|
||
Checking Out Tickets | ||
-------------------- | ||
|
||
|
||
Trac tickets that are finished or in the process of being worked on | ||
can have a git branch attached to them. This is the "Branch:" field in | ||
the ticket description. The branch name is generally of the form | ||
|
@@ -280,6 +302,7 @@ branch. | |
The ``Branch`` field on the trac ticket can appear in red/green. See | ||
:ref:`section-trac-fields` to learn what it means. | ||
|
||
|
||
.. _section-git-pull: | ||
|
||
Getting Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters