Updated
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
58b28d489d
commit
77d92e1b57
python_modules
|
@ -64,6 +64,10 @@ def copy_deb64_specific():
|
|||
WP_CHROOT + e
|
||||
)
|
||||
|
||||
def buldeme():
|
||||
cmd_q = collections.deque(conf.cmd_deb64_q)
|
||||
cmd_q.popleft()
|
||||
|
||||
|
||||
def run_build():
|
||||
""" Run and start the build"""
|
||||
|
@ -79,12 +83,10 @@ def readybuild():
|
|||
os.system(rm_cmd)
|
||||
os.makedirs('fusato')
|
||||
lbinit()
|
||||
cmd_q = collections.deque(conf.cmd_deb64_q)
|
||||
cmd_q.popleft()
|
||||
else:
|
||||
os.makedirs('fusato')
|
||||
lbinit()
|
||||
cmd_q.popleft()
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue