Konrad Bucheli b51c485842 fix pip taking forever and add Dockerfile to simplify testing
Currently the building of the pages fails with

    ERROR: Job failed: execution took longer than 1h0m0s seconds

because of many

    INFO: pip is looking at multiple versions of XYZ to determine which version is compatible with other requirements. This could take a while.
    INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. ...

A manual run on my laptop without hard time limits was not finished after 6 hours.

It will now use basic Debian Python packages whereever possible and only install a dozend or so dependecies with pip.
The runtime is now down again to reasonable time, as it can be tested with the added Dockerfile:

    podman build .
2022-02-09 08:50:51 +01:00
2021-07-14 16:47:34 +02:00
2021-07-14 08:51:09 +02:00
2021-08-04 16:57:29 +02:00
2021-08-04 16:57:29 +02:00
2021-05-05 14:14:14 +02:00
2021-08-04 16:53:22 +02:00
2021-08-04 17:19:00 +02:00

Overview

This is the collection of all linux related documentation. The documentation is build via a gitlab runner (git-pages) and the content is accessible at: https://linux.psi.ch

The content is actually served at: http://linux-infra.gitpages.psi.ch/documentation, however on linux.psi.ch there is a web server redirecting to this URL.

To change stuff, simply edit the the Markdown and/or rst files and push to the git repository. The rendered page will update a few seconds (up to a minute) afterwards (Don't forget to refresh your browser cache for the page!).

Ideally convert the .rst files you touch to Markdown!

Description
No description provided
Readme 62 MiB
Languages
Markdown 100%