File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -2073,6 +2073,19 @@ function handle_package_changes_job() {
2073
2073
return 0
2074
2074
}
2075
2075
2076
+ # Generate a report about one, possibly renamed, package. This
2077
+ # includes generating diffs between old and new ebuilds for each of
2078
+ # used slot of a package, diffs of other files the package has, some
2079
+ # automatic reports based on md5-cache entries along with summary and
2080
+ # changelog stubs.
2081
+ #
2082
+ # Parameters:
2083
+ #
2084
+ # 1 - the main output directory, the generated output will end up in
2085
+ # some subdirectories
2086
+ # 2 - bunch of maps (generally, package information)
2087
+ # 3 - old package name
2088
+ # 4 - new package name
2076
2089
function handle_one_package_change() {
2077
2090
local output_dir=${1} ; shift
2078
2091
local -n bunch_of_maps_ref=${1} ; shift
@@ -2355,10 +2368,8 @@ function handle_one_package_change() {
2355
2368
pkg_debug_disable
2356
2369
}
2357
2370
2358
- # This monstrosity takes renames map and package tags information,
2359
- # reads the reports, does consistency checks and uses the information
2360
- # from previous steps to write out package differences between the old
2361
- # and new state into the reports directory.
2371
+ # Reads the reports, does consistency checks, runs jobs to process all
2372
+ # the packages, and writes out reports into the reports directory.
2362
2373
#
2363
2374
# Params:
2364
2375
#
You can’t perform that action at this time.
0 commit comments