Changes between Version 14 and Version 23 of Ticket #29850
- Timestamp:
- 08/13/20 04:44:25 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29850
-
Property
Status
changed from
new
toneeds_review
-
Property
Dependencies
changed from
#29825, #21559, #29803
to#21559
-
Property
Authors
changed from
to
Matthias Koeppe
- Property Cc mjo added
-
Property
Commit
changed from
308ca6971af903adf4822e5349ef665cddc1e08a
to709ebca31bd68a64865b6251b264fcd5a2e38aa7
-
Property
Summary
changed from
Install sage-env-config as part of sage_conf
toInstall sage-env-config as part of sage_conf; make sage-env-config optional
-
Property
Status
changed from
-
Ticket #29850 – Description
v14 v23 1 As a follow-up to #21559 , we reassign `sage-env-config` from the package `sagelib` to the package `sage_conf`.1 As a follow-up to #21559 and #30128, we reassign `sage-env-config` from the package `sagelib` to the package `sage_conf`. 2 2 3 Because from the viewpoint of `sagelib`, `sage_conf` is optional, we will change `sage-env` in a follow-up ticket (#29951) so that it does not require the existence of `sage-env-config`.3 Because from the viewpoint of `sagelib`, the package `sage_conf` is optional, we change various scripts that source `sage-env-config` so that this file is not required. 4 4 5 5 ------