Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
3fc1836687
commit
32cda9db8d
|
@ -36,6 +36,7 @@ class BuildXfce:
|
||||||
os.chdir(HOME_FOLDER + FUSATO_ROOT)
|
os.chdir(HOME_FOLDER + FUSATO_ROOT)
|
||||||
# Determine what base to build
|
# Determine what base to build
|
||||||
if sbase == "deb":
|
if sbase == "deb":
|
||||||
|
# Run the Debian Build
|
||||||
self.debian_build()
|
self.debian_build()
|
||||||
elif sbase == "dev":
|
elif sbase == "dev":
|
||||||
self.devuan_build()
|
self.devuan_build()
|
||||||
|
@ -47,7 +48,7 @@ class BuildXfce:
|
||||||
# run_cmd = 'sudo lb build'
|
# run_cmd = 'sudo lb build'
|
||||||
current_working_directory = os.getcwd()
|
current_working_directory = os.getcwd()
|
||||||
os.chdir(HOME_FOLDER + FUSATO_ROOT)
|
os.chdir(HOME_FOLDER + FUSATO_ROOT)
|
||||||
print("CurrenD -" + current_working_directory)
|
|
||||||
|
|
||||||
|
|
||||||
# os.system(run_cmd)
|
# os.system(run_cmd)
|
||||||
|
@ -61,6 +62,7 @@ class BuildXfce:
|
||||||
# livebuild init
|
# livebuild init
|
||||||
print('=' * term_size.columns)
|
print('=' * term_size.columns)
|
||||||
print("INFO: Begin Live Build init")
|
print("INFO: Begin Live Build init")
|
||||||
|
print("CurrenD -" + current_working_directory)
|
||||||
print('=' * term_size.columns)
|
print('=' * term_size.columns)
|
||||||
lbsetup = conf.lbset_deb64
|
lbsetup = conf.lbset_deb64
|
||||||
os.system(lbsetup)
|
os.system(lbsetup)
|
||||||
|
@ -177,7 +179,7 @@ def readybuild():
|
||||||
and recreate it, otherwise just make a new folder named
|
and recreate it, otherwise just make a new folder named
|
||||||
fusato.
|
fusato.
|
||||||
"""
|
"""
|
||||||
print("INFO: Making Ready the fusato build directory")
|
print("INFO: Making ready the fusato build directory")
|
||||||
os.chdir(HOME_FOLDER)
|
os.chdir(HOME_FOLDER)
|
||||||
if os.path.exists('fusato'):
|
if os.path.exists('fusato'):
|
||||||
rm_cmd = "sudo rm -r -f fusato"
|
rm_cmd = "sudo rm -r -f fusato"
|
||||||
|
|
|
@ -1,16 +1,5 @@
|
||||||
|
|
||||||
#### SHARED PATHS
|
|
||||||
## bstring paths - Public
|
|
||||||
bstring_iso_configs = '~/bubbles/iso_configs'
|
|
||||||
bstring_iso_conifgs_fusato = '~/bubbles/iso_configs/fusato'
|
|
||||||
# CHROOT
|
|
||||||
WPCHROOT = "fusato/config/includes.chroot"
|
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
## Associated to inflate_bubble.py paths
|
## Associated to inflate_bubble.py paths
|
||||||
# Desktop Environments
|
|
||||||
|
|
||||||
de_path = '/config/package-lists/'
|
|
||||||
|
|
||||||
# fusato folders to create
|
# fusato folders to create
|
||||||
make_folders = [
|
make_folders = [
|
||||||
|
|
Loading…
Reference in New Issue