Commit Graph
12 Commits
Author SHA1 Message Date
Yann Autissier ca7338bcb6 fix the bugs the rewrite uncovered, in the make engine too
- the wrapper followed one absolute symlink only, and fed the config file to
  env(1) as-is, so a comment or a blank line in /etc/conf.d/myos made every
  command fail with 'env: #comment: No such file or directory'
- verlt called verlte, which does not exist, and used return outside a
  function: it never compared anything
- stat asked for the access time on macOS and the modification time elsewhere,
  so newer/older did not mean the same thing depending on the machine
- setup-docker-group called ansible-user-add-groups, removed with ansible, then
  announced that the user had been added to the docker group. It now runs
  usermod or addgroup, and says so when neither works
- the ssh targets looped over AWS_INSTANCE_IP, which nothing defines since
  make/apps/aws was dropped: they exited 0 having done nothing. They take
  SSH_HOSTS and fail when it is empty
- patsublist left a space before the comma joining two fabio routes
- the JWT macro splits a payload on its commas; documented at the macro, since
  fixing it would change every key it has already produced
2026-09-05 12:03:53 +02:00
aya 0e09506efd move docker and stack dir 2026-07-28 21:51:18 +02:00
Yann Autissier 910498f049 docker attach 2022-11-19 01:03:37 +00:00
Yann Autissier 1203c9f005 wip: ansible on alpine 2022-10-13 13:35:39 +00:00
Yann Autissier f212978388 ipfs v0.14.0 (kubo) 2022-09-03 16:56:52 +02:00
Yann Autissier e06266489c welcome ipfs 2022-07-04 18:13:04 +02:00
Yann Autissier a75d5b4645 fix runit install 2022-06-26 14:45:26 +02:00
Yann Autissier 87a194c446 rename stacks to separe host and user worlds 2022-05-07 16:32:38 +00:00
aynic.os 97cd91a020 wip 2021-06-14 12:52:48 +02:00
aynic.os 3a9ddae015 doc 2021-06-06 16:29:54 +02:00
aynic.os 85ffdb7096 doc 2021-06-02 00:54:33 +02:00
aynic.os 0996e2a355 wip 2021-05-31 03:45:39 +02:00