From 635fc3729d149a771b6d0707ecb66271989df784 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Sat, 27 Jan 2024 00:11:24 +0900 Subject: [PATCH] Update: Fixed Path for Openpox, in the nightly Signed-off-by: debianpepper --- python_modules/finish_cleanup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python_modules/finish_cleanup.py b/python_modules/finish_cleanup.py index 17c49deb..ed1ab721 100644 --- a/python_modules/finish_cleanup.py +++ b/python_modules/finish_cleanup.py @@ -77,10 +77,10 @@ def check_build_type(): 'DEB.32gfb': ('deb', '32', 'GFB'), 'DEV.64gfb': ('dev', '64', 'GFB'), 'DEV.32gfb': ('dev', '32', 'GFB'), - 'DEB.64opb': ('deb', '64', 'OPENBOX'), - 'DEB.32opb': ('deb', '32', 'OPENBOX'), - 'DEV.64opb': ('dev', '64', 'OPENBOX'), - 'DEV.32opb': ('dev', '32', 'OPENBOX'), + 'DEB.64opb': ('deb', '64', 'OPB'), + 'DEB.32opb': ('deb', '32', 'OPB'), + 'DEV.64opb': ('dev', '64', 'OPB'), + 'DEV.32opb': ('dev', '32', 'OPB'), } @@ -103,7 +103,7 @@ def kill_old_iso(): """ Delete older ISOs""" base_path = BASE_DESTINATION arch_list = ['/deb32/', '/deb64/', '/debarm/', '/dev32/', '/dev64/', '/devarm/'] - de_list = ['gfb', 'openbox', 'xfce'] + de_list = ['gfb', 'opb', 'xfce'] for archs in arch_list: for desktops in de_list: full_path = []