Updated for testing
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
e79ec1b68d
commit
2e41c944ae
|
@ -71,7 +71,7 @@ system_list = ('cups\n'
|
||||||
'f2fs-tools\n'
|
'f2fs-tools\n'
|
||||||
'xfsprogs\n'
|
'xfsprogs\n'
|
||||||
'alsa-utils\n'
|
'alsa-utils\n'
|
||||||
#'bluez\n'
|
'bluez\n'
|
||||||
'console-setup\n'
|
'console-setup\n'
|
||||||
'gparted\n'
|
'gparted\n'
|
||||||
'libglib2.0'
|
'libglib2.0'
|
||||||
|
|
|
@ -143,6 +143,7 @@ def readybuild():
|
||||||
finish_cleanup.make_check_sum()
|
finish_cleanup.make_check_sum()
|
||||||
finish_cleanup.copy_iso_file_nightly_deb64()
|
finish_cleanup.copy_iso_file_nightly_deb64()
|
||||||
finish_cleanup.kill_old_iso()
|
finish_cleanup.kill_old_iso()
|
||||||
|
finish_cleanup.copy_iso_file_prod_deb64
|
||||||
else:
|
else:
|
||||||
os.makedirs('fusato')
|
os.makedirs('fusato')
|
||||||
# Run lb config to begin the setup
|
# Run lb config to begin the setup
|
||||||
|
|
Loading…
Reference in New Issue