Changes between Version 12 and Version 17 of Ticket #29053
- Timestamp:
- 01/26/20 01:14:14 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29053
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Matthias Koeppe
-
Property
Commit
changed from
ff4a5516324039e37a585763def9ebc3d68e503e
toe38dd8ea72ec87473bb51ec818012725bf3d6110
-
Property
Summary
changed from
Add debian/fedora package information to build/pkgs, generate Dockerfiles and installation help
toAdd debian/fedora/arch package information to build/pkgs, generate Dockerfiles and installation help
-
Property
Status
changed from
-
Ticket #29053 – Description
v12 v17 6 6 7 7 This ticket puts this information on a per-package basis into `build/pkgs/SPKG/debian.txt`, `.../fedora.txt` for the following purposes: 8 - Provide a `tox.ini` that generates and runs `Dockerfile`s that test the installation on various systems 9 - Aggregate and format it (during `./bootstrap`) to produce the command lines shown in the manual. 8 - `sage -info SPKG` prints out this information. 9 - Provide a `tox.ini` that generates and runs `Dockerfile`s that test the installation on various systems. Example (running 3 builds in parallel): 10 {{{ 11 $ tox -p auto -e archlinux-latest,ubuntu-focal-minimal,debian-buster-maximal 12 ⠸ 13 }}} 14 - TBD: Aggregate and format it (during `./bootstrap`) to produce the command lines shown in the manual. 10 15 11 In addition, `sage -info SPKG` prints out this information. 16 12 17 13 18 (Similar to #29041.)