Commit graph

204 commits

Author SHA1 Message Date
Reid 'arrdem' McKenzie
e283123b3a Fix obviously colliding ICMP stream IDs
But it looks like the underlying ICMPLIB model of receive() is broken for what I'm doing
2021-11-22 01:32:11 -07:00
Reid 'arrdem' McKenzie
7f42aa5449 Don't need those 2021-11-20 23:11:47 -07:00
Reid 'arrdem' McKenzie
89b05ef0bc Blah. 2021-11-20 23:10:00 -07:00
Reid 'arrdem' McKenzie
6c0d3dc535 And done 2021-11-20 23:06:26 -07:00
Reid 'arrdem' McKenzie
0016eaa63d And buffing 2021-11-20 22:37:57 -07:00
Reid 'arrdem' McKenzie
7fcbf6f3fa Overhaul to a considerably more useful multiprocess state 2021-11-20 22:05:45 -07:00
Reid 'arrdem' McKenzie
8469ab7758 WIP on Aloe 2021-11-20 14:39:14 -07:00
Reid 'arrdem' McKenzie
d49034c0fa Fmt. 2021-11-09 12:31:31 -07:00
Reid 'arrdem' McKenzie
8707dd3142 Fixing list as a global and local fn 2021-11-09 12:31:18 -07:00
Reid 'arrdem' McKenzie
245794a9cf Bump click 2021-11-09 12:30:53 -07:00
Reid 'arrdem' McKenzie
4fb3719555 More docs tweaks 2021-11-05 13:20:00 -06:00
Reid 'arrdem' McKenzie
89610a3568 Documenting for publication 2021-11-05 12:18:45 -06:00
Reid 'arrdem' McKenzie
6999e35a91 Add pytest-cov by default when pytesting 2021-11-05 11:47:33 -06:00
Reid 'arrdem' McKenzie
37cf353ff5 Finishing and testing the driver 2021-11-05 11:47:17 -06:00
Reid 'arrdem' McKenzie
a74c715041 Tapping on the revamped clusterctrl 2021-11-02 01:12:06 -06:00
Reid 'arrdem' McKenzie
db84e8b26c Factor out HACKING 2021-11-01 09:47:59 -06:00
Reid 'arrdem' McKenzie
61b781206b Documentation tweaks 2021-10-31 11:53:28 -06:00
Reid 'arrdem' McKenzie
d07eeb9199 New host records 2021-10-31 10:59:45 -06:00
Reid 'arrdem' McKenzie
75a56695c0 Teach cram about profile and host subpackages 2021-10-31 10:59:27 -06:00
Reid 'arrdem' McKenzie
8e43a7ce3e Blah 2021-10-27 22:47:15 -06:00
Reid 'arrdem' McKenzie
b000f723a9 Rename to match the upstream naming 2021-10-27 22:44:46 -06:00
Reid 'arrdem' McKenzie
5d471ec395 exists() is the wrong predicate; false-negatives on broken links 2021-10-20 23:54:17 -06:00
Reid 'arrdem' McKenzie
0503dc2df7 Final-ish tested driver 2021-10-13 20:28:54 -06:00
Reid 'arrdem' McKenzie
24054b4bfc Styleguide 2021-10-13 01:07:32 -06:00
Reid 'arrdem' McKenzie
f276be1fbf A driver from scratch 2021-10-13 01:07:06 -06:00
Reid 'arrdem' McKenzie
222dc8d2cf Black. 2021-10-11 22:38:55 -06:00
Reid 'arrdem' McKenzie
b551487f3d Squashme: command whitespace 2021-10-11 22:33:34 -06:00
Reid 'arrdem' McKenzie
bee293b9d2 Hoist out helper fns
Note that since __main__ is in global scope, no closure conversion is required
2021-10-11 22:26:44 -06:00
Reid 'arrdem' McKenzie
78d017223c Invalid config should be a nonzero exit 2021-10-11 22:23:53 -06:00
Reid 'arrdem' McKenzie
8d0599040c Format the commands so they'll be easier to pull apart 2021-10-11 22:00:53 -06:00
Reid 'arrdem' McKenzie
14a8201f00 Unify to double quotes 2021-10-11 21:55:35 -06:00
Reid 'arrdem' McKenzie
393a068cae Fix bananas use of commas 2021-10-11 21:54:38 -06:00
Reid 'arrdem' McKenzie
03f6b57067 Fix just bananas usage of parens 2021-10-11 21:53:28 -06:00
Reid 'arrdem' McKenzie
37021c3fa3 Refactor into a single print() call 2021-10-11 21:42:19 -06:00
Reid 'arrdem' McKenzie
6b4bb27dd0 Refactor out constants 2021-10-11 21:41:48 -06:00
Reid 'arrdem' McKenzie
ad97fc7fa9 Refactor into __main__ block 2021-10-11 21:26:06 -06:00
Reid 'arrdem' McKenzie
6f531cf073 Refactor xra1200 import 2021-10-11 21:24:43 -06:00
Reid 'arrdem' McKenzie
1500cc4352 Initial hatctl state 2021-10-11 21:22:49 -06:00
Reid 'arrdem' McKenzie
20f42926b4 More improvements and an execution optimizer 2021-10-11 00:09:51 -06:00
Reid 'arrdem' McKenzie
7a583ab42a Add profile.d/default to the default requirements 2021-10-10 22:57:53 -06:00
Reid 'arrdem' McKenzie
97c0a10e79 Factor out the VFS since it's kinda neat 2021-10-10 22:40:05 -06:00
Reid 'arrdem' McKenzie
64e7de4321 Get fmt working again 2021-10-10 21:42:55 -06:00
Reid 'arrdem' McKenzie
1d1c4a76f5 Document working in here 2021-10-10 21:42:38 -06:00
Reid 'arrdem' McKenzie
8242e91b9a First cut at a cram tool 2021-10-10 21:41:01 -06:00
Reid 'arrdem' McKenzie
e59b7b1bbd Fmt. 2021-10-10 21:40:27 -06:00
Reid 'arrdem' McKenzie
d7a70ed82c What do you want from me 2021-10-07 10:52:08 -06:00
Reid 'arrdem' McKenzie
d6d9f6c900 Hail ba'azel 2021-10-07 10:49:41 -06:00
Reid D McKenzie
dd88a46f59
Create bazel-test.yml 2021-10-07 09:58:35 -06:00
Reid 'arrdem' McKenzie
a68abf105d So long yakshave.club, I never used you 2021-10-07 09:51:02 -06:00
Reid 'arrdem' McKenzie
d0be31870c De-conflict sequential source files that map to the same path 2021-10-04 13:31:00 -06:00