<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ravanan/bin, branch v0.1.0</title>
<subtitle>High-reproducibility CWL runner powered by Guix</subtitle>
<id>http://git.systemreboot.net/ravanan/atom?h=v0.1.0</id>
<link rel='self' href='http://git.systemreboot.net/ravanan/atom?h=v0.1.0'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ravanan/'/>
<updated>2025-01-28T01:06:59+00:00</updated>
<entry>
<title>bin: Add newline after usage message.</title>
<updated>2025-01-28T01:06:59+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2025-01-28T00:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ravanan/commit/?id=3fd095a259defa7e9a9477b3df3b7c2938f9a5fb'/>
<id>urn:sha1:3fd095a259defa7e9a9477b3df3b7c2938f9a5fb</id>
<content type='text'>
* bin/ravanan (print-usage): Add newline at the end.
</content>
</entry>
<entry>
<title>bin: Create store directory when it does not exist.</title>
<updated>2025-01-27T16:42:43+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2025-01-27T15:57:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ravanan/commit/?id=b890ddd5a8cc6a741704b28515311d10be4df0f1'/>
<id>urn:sha1:b890ddd5a8cc6a741704b28515311d10be4df0f1</id>
<content type='text'>
* bin/ravanan: Import (ravanan store).
(main): Create store directory when it does not exist.
* ravanan/store.scm (make-store): New public function.
</content>
</entry>
<entry>
<title>bin: Remove unused (ravanan command-line-tool) import.</title>
<updated>2025-01-27T15:31:00+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2025-01-27T15:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ravanan/commit/?id=17b88bd2ca1411fbf2799e0e194d7052c059a36b'/>
<id>urn:sha1:17b88bd2ca1411fbf2799e0e194d7052c059a36b</id>
<content type='text'>
* bin/ravanan: Do not import (ravanan command-line-tool).
</content>
</entry>
<entry>
<title>slurm-api: Support tracing.</title>
<updated>2025-01-24T20:47:30+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2025-01-24T20:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ravanan/commit/?id=518d81b2c6c2ab15c7b67c25fdf401e461530725'/>
<id>urn:sha1:518d81b2c6c2ab15c7b67c25fdf401e461530725</id>
<content type='text'>
* ravanan/slurm-api.scm: Import (ravanan verbosity).
(submit-job, job-state): Add traces.
* bin/ravanan (%options): Support slurm-api in --trace option.
(print-usage): Document it.
</content>
</entry>
<entry>
<title>verbosity: Implement subsystem tracing.</title>
<updated>2025-01-24T20:47:30+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2025-01-23T17:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ravanan/commit/?id=31cd85c914c0b2247ed796eaf34fe6f6c5c61a85'/>
<id>urn:sha1:31cd85c914c0b2247ed796eaf34fe6f6c5c61a85</id>
<content type='text'>
* ravanan/verbosity.scm: New file.
* bin/ravanan: Import (ravanan verbosity).
(%options): Add trace.
(print-usage): Document it.
(main): Set default value of traces. Parameterize %traces when running
workflow.
</content>
</entry>
<entry>
<title>bin: Do not specify the default output port unnecessarily.</title>
<updated>2024-12-05T00:24:32+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-12-05T00:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ravanan/commit/?id=5643d6ee157b6459be88058ecaf1671b511e7612'/>
<id>urn:sha1:5643d6ee157b6459be88058ecaf1671b511e7612</id>
<content type='text'>
* bin/ravanan (main): Do not specify the
default (current-output-port).
</content>
</entry>
<entry>
<title>bin: Add --output-directory argument.</title>
<updated>2024-12-05T00:22:24+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-12-05T00:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ravanan/commit/?id=21d03fb536e7f2193cccf9b58d4fc8aac2fd91cb'/>
<id>urn:sha1:21d03fb536e7f2193cccf9b58d4fc8aac2fd91cb</id>
<content type='text'>
* bin/ravanan: Import (ravanan work utils).
(%options): Add --output-directory.
(print-usage): Document it.
(symlink-to-output-directory): New function.
(main): Symlink to output directory if it is specified.
</content>
</entry>
<entry>
<title>bin: Indicate that the --store argument was not specified.</title>
<updated>2024-12-04T20:16:10+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-12-04T20:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ravanan/commit/?id=ada06c78f9890a7e9d4e629915315e9f82c191c8'/>
<id>urn:sha1:ada06c78f9890a7e9d4e629915315e9f82c191c8</id>
<content type='text'>
* bin/ravanan (main): Indicate specifically that the --store argument
was not specified.
</content>
</entry>
<entry>
<title>bin: Indicate that the --scratch argument was not specified.</title>
<updated>2024-12-04T17:25:53+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-12-04T17:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ravanan/commit/?id=a9db1e090c9be9ec4a7e343b50f00100367ad112'/>
<id>urn:sha1:a9db1e090c9be9ec4a7e343b50f00100367ad112</id>
<content type='text'>
* bin/ravanan (main): Indicate specifically that the --scratch
argument was not specified.
</content>
</entry>
<entry>
<title>bin: Indicate that the --slurm-jwt argument was not specified.</title>
<updated>2024-12-04T17:25:09+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-12-04T17:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ravanan/commit/?id=443eb97fd9f726f57d3704146505af8c9246acf1'/>
<id>urn:sha1:443eb97fd9f726f57d3704146505af8c9246acf1</id>
<content type='text'>
* bin/ravanan (main): Indicate specifically that the --slurm-jwt
argument was not specified.
</content>
</entry>
</feed>
