Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
98da756482
commit
184dda0e00
|
@ -75,10 +75,12 @@ class BuildXfce:
|
|||
infra.BinaryFolders("deb", "_64")
|
||||
infra.ArchitectureFiles("deb", "_64")
|
||||
# Run the Build
|
||||
print("Run the build commands forthe ISO")
|
||||
#bld_list = collections.deque(conf.shared_run_build)
|
||||
#list_size = len(bld_list)
|
||||
#for _ in range(list_size):
|
||||
print("Run the build commands for the ISO")
|
||||
self.run_build()
|
||||
|
||||
# bld_list = collections.deque(conf.shared_run_build)
|
||||
# list_size = len(bld_list)
|
||||
# for _ in range(list_size):
|
||||
# i = bld_list.popleft()
|
||||
# execute = i + '()'
|
||||
# exec(execute)
|
||||
|
|
Loading…
Reference in New Issue