Updated Terminal size info
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
71a899c3a5
commit
da1fb0aca4
|
@ -85,7 +85,7 @@ class BuildXfce:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEB64
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -96,7 +96,7 @@ class BuildXfce:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
@ -135,7 +135,7 @@ class BuildXfce:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEB32
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -146,7 +146,7 @@ class BuildXfce:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
@ -185,7 +185,7 @@ class BuildXfce:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEBARM
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -196,7 +196,7 @@ class BuildXfce:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
@ -249,7 +249,7 @@ class BuildXfce:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEV64
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -260,7 +260,7 @@ class BuildXfce:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
@ -300,7 +300,7 @@ class BuildXfce:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEV32
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -311,7 +311,7 @@ class BuildXfce:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
@ -351,7 +351,7 @@ class BuildXfce:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEVARM
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -362,7 +362,7 @@ class BuildXfce:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
@ -434,7 +434,7 @@ class BuildGflashback:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEB64
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -445,7 +445,7 @@ class BuildGflashback:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
@ -484,7 +484,7 @@ class BuildGflashback:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEB32
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -495,7 +495,7 @@ class BuildGflashback:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
@ -534,7 +534,7 @@ class BuildGflashback:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEBARM
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -545,7 +545,7 @@ class BuildGflashback:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
@ -598,7 +598,7 @@ class BuildGflashback:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEV64
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -609,7 +609,7 @@ class BuildGflashback:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
@ -649,7 +649,7 @@ class BuildGflashback:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEV32
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -660,7 +660,7 @@ class BuildGflashback:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
@ -700,7 +700,7 @@ class BuildGflashback:
|
|||
logger.info(CFG_READY)
|
||||
logger.info(START_LIVEBUILD)
|
||||
logger.info(dir_current)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
lbsetup = conf.LBSET_DEVARM
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
|
@ -711,7 +711,7 @@ class BuildGflashback:
|
|||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
print('.' * term_size.columns)
|
||||
|
||||
logger.info(dir_current)
|
||||
|
||||
finish_cleanup.make_check_sum()
|
||||
|
|
Loading…
Reference in New Issue