Domen Kožar
Domen Kožar
Currently, agent supports `supportedFeatures` but not `mandatoryFeatures`.
It's often useful to have an optional path at the end. This can be currently done with two parsers.
```elm Url.Builder.absolute ["file", "/path/bla"] [] ``` should result to ``` /file/%2Fpath%2Fbla ``` but currently results to ``` /file//path/bla ``` This is especially surprising due to documentation > Use Url.Builder instead!...
Nix support
I'd like to propose Nix support. By default, it would use `shell.nix` to enter the environment. An example default configuration (mostly inspired by stack): ```yaml nix: enable: true shell-file: shell.nix...
I use https://github.com/brendanhay/amazonka and quite a few packages from it, stack2nix downloads amazonka each time for each subdir. The problem is amazonka takes quite a while to clone, so this...
Since 16.09 will be released in a month and a half, let's prepare what needs to be done to upgrade. - [ ] acme with new nginx integration
To reproduce deploy 16.09 to lugano-1 and run `sudo -E lock program/snabbnfv/dpdk_bench.sh` then open qemu0.log: ``` [ 1.625164] dpdk-start[590]: lspci: Unable to load libkmod resources: error -12^M [ 1.637649] dpdk-start[590]:...
Currently jobsets hardcode different version used in snabblab server, giving some headache to developers trying to reproduce things.
Currently we copy only modified test fixtures on deploy. This is very fragile, @eugeneia reported a few times that dpdk test didn't succeed. Let's instead make a systemd timer that...
Upstream issue: https://github.com/NixOS/nixpkgs/issues/17895