Updated
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
9e856bd316
commit
3c6e43ea19
|
@ -142,8 +142,9 @@ def readybuild():
|
|||
run_build()
|
||||
finish_cleanup.make_check_sum()
|
||||
finish_cleanup.copy_iso_file_nightly_deb64()
|
||||
finish_cleanup.copy_iso_file_prod_deb64()
|
||||
finish_cleanup.kill_old_iso()
|
||||
finish_cleanup.copy_iso_file_prod_deb64
|
||||
|
||||
else:
|
||||
os.makedirs('fusato')
|
||||
# Run lb config to begin the setup
|
||||
|
@ -168,7 +169,9 @@ def readybuild():
|
|||
run_build()
|
||||
finish_cleanup.make_check_sum()
|
||||
finish_cleanup.copy_iso_file_nightly_deb64()
|
||||
finish_cleanup.copy_iso_file_prod_deb64()
|
||||
finish_cleanup.kill_old_iso()
|
||||
|
||||
|
||||
|
||||
readybuild()
|
||||
|
|
Loading…
Reference in New Issue