Update: Added more detaile to logger and fixed duplicate name
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
f5634f3dc6
commit
a9229d6ec4
|
@ -36,8 +36,8 @@ WRKING_DIR = "Current working directory"
|
|||
CFG_TREE_READY = "Config tree ready!"
|
||||
CFG_READY = "Configs in place start the ISO build process"
|
||||
START_LIVEBUILD = "Start Live-Build Process"
|
||||
BUILD_COMPLETED = "ISO build has completed successfully"
|
||||
BUILD_COMPLETED = "ISO is ready for usage."
|
||||
BUILD_COMPILED = "ISO build has compiled successfully"
|
||||
BUILD_COMPLETED = "ISO is ready for usage. Begin copy to Nightly for QA testing"
|
||||
|
||||
|
||||
class BuildXfce:
|
||||
|
@ -128,7 +128,7 @@ class BuildXfce:
|
|||
inflate_bubble.make_bld_xfce(self.sbase, self.sarch[1:])
|
||||
logger.info(dir_current)
|
||||
os.system(run_cmd)
|
||||
logger.info(BUILD_COMPLETED)
|
||||
logger.info(BUILD_COMPILED)
|
||||
logger.info(dir_current)
|
||||
self.cleanup_helper()
|
||||
logger.info(BUILD_COMPLETED)
|
||||
|
|
Loading…
Reference in New Issue