ALBS-1030: Generate Devel section in packages.json #14
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: almalinux/pungi#14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ALBS-1030"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
sources according to an url's type of source
@ -190,3 +194,3 @@
latest_version = sorted_modules[0]["module_version"]
modules = [
module for module in modules if latest_version == module["module_version"]
module for module in modules if
Just a personal taste for readability, I'd move
if
into the next line@ -837,6 +907,7 @@ def populate_global_pkgset(compose, koji_wrapper, path_prefix, event):
cache_region=compose.cache_region,
extra_builds=extra_builds,
extra_tasks=extra_tasks,
on purpose empty line?
@ -847,6 +918,7 @@ def populate_global_pkgset(compose, koji_wrapper, path_prefix, event):
if old_cache_path:
pkgset.set_old_file_cache(
pungi.phases.pkgset.pkgsets.KojiPackageSet.load_old_file_cache(
same as above
Left minor style-related comments. Other than that, LGTM
@ -39,3 +40,4 @@
retry,
get_arch_variant_data,
get_variant_data,
extra empty line