Age | Commit message (Expand) | Author |
---|---|---|
13 days | Remove comments: The comments were causing a build invocation error....Attempting to invoke the container build with the comments in place was leading to the error: ``` guix system: error: wrong number of arguments for action 'container' ``` This commit removes the comments to fix that. | Frederick Muriuki Muriithi |
2025-02-03 | Bind virtuoso's ttl directory (read/write) to virtuoso container. | Frederick Muriuki Muriithi |
2023-01-02 | Register containers as garbage collector roots....We don't want the Guix garbage collector accidentally clearing away store items required by the container. So, register them as garbage collector roots. * genenetwork-development-deploy.sh, production-deploy.sh, public-sparql-deploy.sh, virtuoso-deploy.sh: Register containers as garbage collector roots. | Arun Isaac |
2022-12-10 | Move guix container state to /export2....We prefer /export2 to house really large data. * genenetwork-development-deploy.sh, production-deploy.sh, public-sparql-deploy.sh, virtuoso-deploy.sh: Move guix container state to /export2. | Arun Isaac |
2022-10-12 | Add virtuoso container for tux01 production....* virtuoso.scm, virtuoso-deploy.sh: New files. * README.org (Virtuoso container for tux01 production): New section. | Arun Isaac |