Testing: Bubbles Mods
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
6bd17bfcbb
commit
f7d78e10d2
|
@ -101,15 +101,6 @@ class BuildXfce:
|
||||||
exec(execute)
|
exec(execute)
|
||||||
else:
|
else:
|
||||||
cmd_list = None
|
cmd_list = None
|
||||||
# Run the specific classes
|
|
||||||
infra.ChrootFolders(self.sbase, self.sarch)
|
|
||||||
infra.BinaryFolders(self.sbase, self.sarch)
|
|
||||||
infra.ArchitectureFiles(self.sbase, self.sarch)
|
|
||||||
infra.Archive(self.sbase, self.sarch)
|
|
||||||
# Run the Build
|
|
||||||
logger.info(CFG_READY)
|
|
||||||
logger.info(START_LIVEBUILD)
|
|
||||||
logger.info(dir_current)
|
|
||||||
# Set the config tree
|
# Set the config tree
|
||||||
if bit_arch == 64:
|
if bit_arch == 64:
|
||||||
lbsetup = conf.LBSET_DEB64
|
lbsetup = conf.LBSET_DEB64
|
||||||
|
@ -121,7 +112,16 @@ class BuildXfce:
|
||||||
lbsetup = conf.LBSET_DEBARM
|
lbsetup = conf.LBSET_DEBARM
|
||||||
os.system(lbsetup)
|
os.system(lbsetup)
|
||||||
else:
|
else:
|
||||||
lbsetup = None
|
lbsetup = None
|
||||||
|
# Run the specific classes
|
||||||
|
infra.ChrootFolders(self.sbase, self.sarch)
|
||||||
|
infra.BinaryFolders(self.sbase, self.sarch)
|
||||||
|
infra.ArchitectureFiles(self.sbase, self.sarch)
|
||||||
|
infra.Archive(self.sbase, self.sarch)
|
||||||
|
# Run the Build
|
||||||
|
logger.info(CFG_READY)
|
||||||
|
logger.info(START_LIVEBUILD)
|
||||||
|
logger.info(dir_current)
|
||||||
logger.info(CFG_TREE_READY)
|
logger.info(CFG_TREE_READY)
|
||||||
run_cmd = 'sudo lb build'
|
run_cmd = 'sudo lb build'
|
||||||
current_working_directory = os.getcwd()
|
current_working_directory = os.getcwd()
|
||||||
|
|
Loading…
Reference in New Issue