Changes between Version 1 and Version 6 of Ticket #29105
- Timestamp:
- Feb 12, 2020, 3:00:37 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29105 – Description
v1 v6 1 1 As a followup to #29053, in analogy to the work done for debian/fedora/arch/conda, we 2 2 - add files `build/pkgs/SPKG/distros/gentoo.txt` to keep track of equivalent distribution packages 3 - extend `build/bin/write-dockerfile` to generate a Dockerfile for a gentoo "prefix" build - for rigorous multi-platform testing. 3 - extend `build/bin/write-dockerfile` to 4 - generate a Dockerfile using https://hub.docker.com/r/gentoo/stage3-amd64/tags 5 - generate a Dockerfile for a gentoo "prefix" build on top of some Linux distribution 6 for rigorous multi-platform testing. 4 7 5 8 This is a part of: 6 9 - #29060: Meta-ticket: Add Dockerfiles and CI scripts for integration testing of source and binary distributions and of downstream packages 10 11 ----------- 12 13 Resources: 14 - https://forums.gentoo.org/viewtopic-t-969278-start-0.html 15 - cschwan/sage-on-gentoo: (Unofficial) Gentoo Overlay for Sage- and Sage-related ebuilds: https://github.com/cschwan/sage-on-gentoo 16 - Project:Overlays/Old User Guide - Gentoo Wiki: https://wiki.gentoo.org/wiki/Project:Overlays/Old_User_Guide 17 - Layman - Gentoo Wiki: https://wiki.gentoo.org/wiki/Layman