2e793fd31f
generate: generate: Set the logging prefix after loading the json file
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-11 17:38:30 +02:00
e3125ea4fe
generate: generate: Bump to 0.0.12
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-09 20:19:35 +02:00
aa13b77758
generate: generate: Bump version to 0.0.11
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-08 16:20:55 +02:00
e4ec47401e
generate: generate: Bump version to 0.0.10
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-08 16:01:37 +02:00
fb6aadb63c
generate: generate: Bump to 0.0.9
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-07 21:04:14 +02:00
e4051fe4e4
generate: generate: Bump to 0.0.8
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-07 20:14:02 +02:00
376fe7e5af
generate: generate: Bump to 0.0.7
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-04 21:43:11 +02:00
6183b0907c
generate: generate: Add newline when adding placeholder content to script
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-04 21:39:48 +02:00
31d94b5266
generate: generate: Bump to 0.0.6
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-04 21:34:47 +02:00
7471bfbf70
generate: generate: Bump version to 0.0.5
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-04 20:32:43 +02:00
acacf19a12
generate: container: Drop or change removed log functions
...
Either drop the invocations or change them to log_error().
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-01 19:46:14 +02:00
5bcf2f846c
generate: generate: Bump generate version to 0.0.4
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-30 11:25:07 +02:00
18bb31cb96
generate: generate: Bump generate version to 0.0.3
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-30 11:00:13 +02:00
ba7827d83b
generate: generate: Add a identifying header to generated scripts
...
Add a header stating that the script was generated, which version
generated it and where to send bug reports.
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-29 09:38:39 +02:00
ff663f7835
generate: generate: Handle empty control scripts
...
When a given control script is empty, because the current config is
missing a value for said script or is malformed, a script with only
the shebang was written. Change it, so that it now executes true.
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-29 09:31:52 +02:00
83a2a38180
reuse: Add reuse information
...
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-26 19:04:27 +02:00
2216bf68da
generate: generate: Remove debug statements
...
No longer needed.
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 16:49:55 +02:00
6963fdea2a
generate: generate: Explicitly catch ConfigError
...
Catch ConfigError instead of Exception, which also renders noqa BLE001
obsolete.
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 16:17:46 +02:00
b0df681fea
generate: generate: Implement writing the control scripts
...
Implement writing all control scripts and making them executable.
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 14:45:52 +02:00
995a66c753
generate: Add python script to generate control scripts
...
Generates control scripts from a given container config. For now the
actual generate.py does nothing.
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 13:00:41 +02:00