Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2016-08-11 16:06:29
Size: 1428
Editor: slelievre
Comment: Add MoinMoin, link to CodeSharingWorkflow
Revision 6 as of 2023-02-23 20:21:26
Size: 220
Editor: mkoeppe
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
<<TableOfContents()>>

== Upstream projects ==

  * Components: http://www.sagemath.org/links-components.html
  * Used for the infrastructure:
    * [[https://trac.edgewall.org|Trac]]
    * [[https://askbot.com|Askbot]]
    * [[https://groups.google.com/|Google groups]]
    * [[https://github.com/|GitHub]]
    * [[https://moinmo.in|MoinMoin]]

== Upgrading and updating upstream packages ==

  * The Fedora people have a useful tool to track upstream version changes: https://release-monitoring.org/

== Sage trac tickets about upgrades, updates, packages ==

Here are some useful trac queries (final "e" omitted on purpose to also get final "ing").

  * [[https://trac.sagemath.org/query?summary=~upgrad&desc=1&order=status|summary contains upgrad]]
  * [[https://trac.sagemath.org/query?summary=~updat&desc=1&order=status|summary contains updat]]
  * [[https://trac.sagemath.org/query?summary=~upgrad&or&summary=~updat&desc=1&order=status|summary contains upgrad or updat]]
  * [[https://trac.sagemath.org/query?summary=~packag&desc=1&order=status|summary contains packag]]
  * [[https://trac.sagemath.org/query?summary=~upgrad&or&summary=~updat&or&summary=~packag&desc=1&order=status|summary contains "upgrad" or "updat" or "packag"]]
moved to https://github.com/sagemath/sage/wiki/Upstream

SageMath: upstream projects

moved to https://github.com/sagemath/sage/wiki/Upstream

What about downstream?

See Distribution, Interfaces, SageMathExternalPackages, CodeSharingWorkflow.

Upstream (last edited 2023-02-23 20:21:26 by mkoeppe)