1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
015f2e5a16
generate: container: Rename Container.crate to Container.create_container
Since the environemt creation are now seperate methods, the create and
create_container split is no longer needed.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 13:34:04 +02:00
d67dcfd466
generate: container: Remoev unused import
Remove an import that is no longer used.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 13:24:32 +02:00
13cbc2f403
generate: container: Update methods to use {create,remove}_environment
Update Container methods to use the new {create,remove}_environment
methods.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 13:22:38 +02:00
3f5ccffc4a
generate: container: Add {create,remove}_environment wrappers
Add {create,remove}_environment wrappers to the Container class, so that
the generate script can access them.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 13:17:35 +02:00
17adc701a8
generate: container: Remove if ! [ -d dir ] from Environment.create
Remove the if ! [ -d {file.parent} ] check from Envrionment.create(), as
the directory has to exists, since the script checking if it exists also
is located in that directort...

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-22 13:08:30 +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