Age | Commit message (Expand) | Author |
---|---|---|
2024-10-07 | bin: Pass manifest file paths, not manifests to other functions.•••* bin/ravanan: Move to (ravanan command-line-tool). Add comment about declarative modules. (main): Pass manifest file path to run-workflow. * ravanan/command-line-tool.scm (run-command-line-tool, build-command-line-tool-script): Accept manifest file path instead of manifest. * ravanan/workflow.scm (workflow-scheduler, run-workflow): Accept manifest file path instead of manifest. | Arun Isaac |
2024-10-07 | bin: Load manifests without their definitions leaking out.•••* bin/ravanan: Do not import (gnu packages) and (guix profiles). (load-manifest): New function. (main): Use load-manifest. | Arun Isaac |
2024-09-16 | bin: Explain why we support the SLURM_JWT=token format.•••* bin/ravanan (read-jwt): Explain why we support the SLURM_JWT=token format. | Arun Isaac |
2024-09-13 | bin: Support SLURM_JWT=token format in JWT files.•••* bin/ravanan: Import (srfi srfi-26) and (ravanan utils). (read-jwt): Support SLURM_JWT=token format. | Arun Isaac |
2024-09-13 | bin: Refactor JWT reading into separate function.•••* bin/ravanan (read-jwt): New function. (main): Call read-jwt. | Arun Isaac |
2024-09-10 | bin: Import (guix profiles) to load manifest files.•••* bin/ravanan: Import (guix profiles). | Arun Isaac |
2024-08-22 | bin: Add --help flag.•••* bin/ravanan (print-usage): New function. (main): Use print-usage. | Arun Isaac |
2024-08-22 | bin: Remove unused invoke function.•••* bin/ravanan (invoke): Delete function. | Arun Isaac |
2024-08-20 | Initial commit | Arun Isaac |