Changes between Version 139 and Version 144 of Ticket #31396
- Timestamp:
- 01/11/22 20:36:18 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31396
-
Property
Status
changed from
needs_review
toneeds_work
-
Property
Dependencies
changed from
#29039, #32759, #33068
to -
Property
Commit
changed from
83c749ecfe11eb4e6064701d38962bfd33eef1c6
toe913510956cb4cb5bd6b5b1b8fc407bea8ffa622
-
Property
Status
changed from
-
Ticket #31396 – Description
v139 v144 3 3 The `sage` script invokes `sage-config` to determine `SAGE_ROOT` and `SAGE_LOCAL`. In the version of `sage-config` supplied by this version of `sage_conf`, we ensure that the symlink from `/var/tmp/sage-....` to the actual install location is set. 4 4 5 '''We also refactor `sage_conf` to make it easier to maintain variants of it, both the now 3 in-tree variants and downstream variants.''' 5 '''We also refactor `sage_conf` to make it easier to maintain variants of it, both the now 3 in-tree variants and downstream variants:''' 6 - The `configure`-generated configuration file is now `pkgs/sage-conf/_sage_conf/_conf.py` 7 - The file `pkgs/sage-conf/sage_conf.py` is now static 6 8 7 9