summary refs log tree commit diff
path: root/nixos/tests/cjdns.nix
Commit message (Collapse)AuthorAge
* nixos/tests: rename IP addresses/routes optionsrnhmjoj2018-02-17
|
* replace ping6 with pingJörg Thalheim2017-02-17
| | | | | | | | | reason: after the upgrade of iputils from 20151218 to 20161105 functionality of ping6 and tracepath6 was merged into ping and tracepath. Ping is now mostly a drop-in replacment for ping6, except that selecting a specific interface is done by encoding it into the address (ex.: fe80::1%eth0) rather then specifing it with the `-I` flag.
* cjdns test: fix typoJoachim Fasting2016-11-15
| | | | | Noticed by @vcunat https://github.com/NixOS/nixpkgs/commit/daf3ba426b2558e73ef2742fab1a73c782ef62a6#commitcomment-19820962
* Revert "cjdns test: exercise host builder logic"Joachim Fasting2016-11-12
| | | | | | | | This reverts commit daf3ba426b2558e73ef2742fab1a73c782ef62a6. This is an alternative to 0ba3d429a758cec15545fc11c9d3fd1424c5c5f8, which disables the test outright. Briefly, exercising builders which rely on import-from-derivation can cause Hydra jobsets to time out.
* cjdns test: exercise host builder logicJoachim Fasting2016-11-04
|
* Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway2015-12-05
| | | | Communication happens on Github so names should be consistent.
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* nixos/tests/cjdns: do not build cjdns at evaluationEmery Hemingway2015-03-21
| | | | | Putting hostnames in the cjdns configuration requires a utility be present to convert public keys to ip addresses
* cjdns: service tweaks, new NixOS testEmery Hemingway2014-11-08