ALBS-1030: Generate Devel section in packages.json
#14
Merged
soksanichenko
merged 5 commits from ALBS-1030
into al_master
2 months ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'ALBS-1030'
Deleting a branch is permanent. It CANNOT be undone. 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
60a347a4a2
into al_master 2 months agoReviewers
60a347a4a2
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.