Skip to content

Commit

Permalink
remove rc switch and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Nov 15, 2024
1 parent d53e0d9 commit df4bb47
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 220 deletions.
2 changes: 0 additions & 2 deletions iso/empanadas/empanadas/scripts/build_iso_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
parser = argparse.ArgumentParser(description="ISO Compose")

parser.add_argument('--release', type=str, help="Major Release Version or major-type (eg 9-beta)", required=True)
parser.add_argument('--rc', action='store_true', help="Release Candidate, Beta, RLN")
parser.add_argument('--arch', type=str, help="Architecture")
parser.add_argument('--isolation', type=str, help="Mock Isolation")
parser.add_argument('--local-compose', action='store_true', help="Compose Directory is Here")
Expand All @@ -27,7 +26,6 @@
rlvars,
config,
major=major,
rc=results.rc,
arch=results.arch,
isolation=results.isolation,
extra_iso=results.extra_iso,
Expand Down
1 change: 0 additions & 1 deletion iso/empanadas/empanadas/util/iso_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ def _extra_iso_local_config(self, arch, image, grafts, work_root, volname):
iso_template_path = f'{entries_dir}/buildExtraImage-{arch}-{image}.sh'
xorriso_template_path = f'{entries_dir}/xorriso-{arch}-{image}.txt'
iso_readme_path = f'{self.iso_work_dir}/{arch}/README'
#print(iso_readme_path)

log_root = os.path.join(
work_root,
Expand Down
Loading

0 comments on commit df4bb47

Please sign in to comment.