Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-12 | Indicate environment in container hostnames | Frederick Muriuki Muriithi | |
While it is a tiny change, it does help to have an explicit indication of what container you are currently working with, especially when you need to do specific tasks inside the container itself with something like `nsenter …` or `guix container exec …`. With this commit, instead of a generic prompt like: `root@genenetwork /#`, you get a more specific prompt such as `root@genenetwork-production /#` which goes some ways in avoiding mistakes. | |||
2024-04-02 | fallback: reinstate genenetwork3-stable | Pjotr Prins | |
2024-04-01 | fallback: have gn2 and gn3 share a source directory so we can update/debug ↵ | Pjotr Prins | |
source code for development. See topics/systems/debug-and-developing-code-with-genenetwork-system-container.gmi | |||
2024-03-14 | fallback: using genenetwork2-stable package | Pjotr Prins | |
2024-03-04 | Fallback runs base services on host | Pjotr Prins | |
2024-03-01 | Add GeneNetwork service for fallback at spice. | Pjotr Prins | |
* fallback.scm: New file. |