Commit Graph

8 Commits

Author SHA1 Message Date
Rodrigo Arias Mallo
12ff1fd506 garlicd: send logs to the builder 2021-04-16 09:29:33 +02:00
Rodrigo Arias Mallo
46f7add84c garlicd: use head instead of the read builtin
It seems that bash is unable to propagate the SIGINT while
reading from the FIFO. This fixes the anoying ^C^C^C problems
found when running garlicd.
2021-03-22 18:43:01 +01:00
Rodrigo Arias Mallo
6e0e2f0bf6 garlicd: drop bscpkgs argument requirement
The bscpkgs/default.nix is not longer read, as the garlic tool only
needs it for the fetching (-F), when it runs nix-build.
2021-02-25 11:38:29 +01:00
Rodrigo Arias Mallo
0b95ea20b7 garlicd: allow manual experiment executions 2021-02-25 11:37:58 +01:00
Rodrigo Arias Mallo
3e2b369e3e garlicd: allow nix builders write to the pipes 2021-02-17 10:28:34 +01:00
Rodrigo Arias Mallo
0ee2747215 garlicd: avoid no match fail
We check the result in the next if.
2021-02-15 16:32:06 +01:00
Rodrigo Arias Mallo
cb5bcd7097 garlicd: add to index and check for error
The garlicd is now available under garlic.garlid and it requires the
extra-sandbox-path option to be properly set.
2021-02-15 16:20:06 +01:00
Rodrigo Arias Mallo
e4e427b7f6 garlicd: add daemon to launch experiments 2021-02-03 12:08:25 +01:00