ALBS-1030: Generate Devel section in packages.json #14

Merged
soksanichenko merged 5 commits from ALBS-1030 into al_master 2023-03-22 10:06:59 +00:00
  • Also the tool can combine (remove and add) packages in a variant from different
    sources according to an url's type of source
- Also the tool can combine (remove and add) packages in a variant from different sources according to an url's type of source
soksanichenko added 1 commit 2023-03-19 16:22:00 +00:00
f0bd1af999 ALBS-1030: Generate Devel section in packages.json
- Also the tool can combine (remove and add) packages in a variant from different
  sources according to an url's type of source
soksanichenko added 1 commit 2023-03-19 19:11:20 +00:00
d32c293bca ALBS-1030: Generate Devel section in packages.json
- Some upstream changes to KojiMock parts
soksanichenko added 1 commit 2023-03-20 11:25:53 +00:00
fcc9b4f1ca ALBS-1030: Generate Devel section in packages.json
- Skip verifying an RPM signature if sigkeys are empty
jhernandez reviewed 2023-03-20 11:38:17 +00:00
@ -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
Member

Just a personal taste for readability, I'd move if into the next line

Just a personal taste for readability, I'd move `if` into the next line
soksanichenko marked this conversation as resolved
jhernandez reviewed 2023-03-20 11:45:21 +00:00
@ -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,
Member

on purpose empty line?

on purpose empty line?
soksanichenko marked this conversation as resolved
jhernandez reviewed 2023-03-20 11:45:29 +00:00
@ -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(
Member

same as above

same as above
soksanichenko marked this conversation as resolved
jhernandez approved these changes 2023-03-20 11:46:27 +00:00
jhernandez left a comment
Member

Left minor style-related comments. Other than that, LGTM

Left minor style-related comments. Other than that, LGTM
soksanichenko added 1 commit 2023-03-20 11:55:15 +00:00
soksanichenko added 1 commit 2023-03-20 11:56:51 +00:00
jhernandez reviewed 2023-03-20 12:01:51 +00:00
@ -39,3 +40,4 @@
retry,
get_arch_variant_data,
get_variant_data,
Member

extra empty line

extra empty line
soksanichenko merged commit 60a347a4a2 into al_master 2023-03-22 10:06:59 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: almalinux/pungi#14
No description provided.