1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
83a2a38180
reuse: Add reuse information
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-26 19:04:27 +02:00
d1e4452a5d
containerctl: Fix log_error() not logging a timestamp
As ${TODAY} was forgotten, the first argument from ${@} was used as a
timestamp instead, resulting in malformed log messages. Fix this by
adding ${TDOAY} before ${@}.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-26 16:51:40 +02:00
7200d09621
containerctl: Add containerctl script
Add script to generate and exec control scripts.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 15:51:26 +02:00