Migrate the whole thing from bash script generation to async processes

This commit is contained in:
jpic
2020-02-10 17:49:14 +01:00
parent dc92b484e8
commit f52cc8971a
11 changed files with 159 additions and 283 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import sys
from podctl.container import Container
from podctl.build import BuildScript
from podctl.build import Build
from podctl.visitors import (
Base,
Copy,