Modificar python_modules/finish_cleanup.py
This commit is contained in:
parent
3c5d507323
commit
38334f4eae
|
@ -104,7 +104,7 @@ def kill_old_iso():
|
||||||
""" Delete older ISOs"""
|
""" Delete older ISOs"""
|
||||||
base_path = BASE_DESTINATION
|
base_path = BASE_DESTINATION
|
||||||
arch_list = ['/deb32/', '/deb64/', '/debarm/', '/dev32/', '/dev64/', '/devarm/']
|
arch_list = ['/deb32/', '/deb64/', '/debarm/', '/dev32/', '/dev64/', '/devarm/']
|
||||||
de_list = ['gfb', 'opb', 'xfce' 'loaded']
|
de_list = ['gfb', 'opb', 'xfce', 'loaded']
|
||||||
for archs in arch_list:
|
for archs in arch_list:
|
||||||
for desktops in de_list:
|
for desktops in de_list:
|
||||||
full_path = []
|
full_path = []
|
||||||
|
|
Loading…
Reference in New Issue