@@ -2275,6 +2275,8 @@ function handle_package_changes() {
2275
2275
mvm_declare hpc_pkg_slots_set_mvm mvm_mvc_set
2276
2276
read_reports hpc_all_pkgs hpc_pkg_slots_set_mvm
2277
2277
2278
+ info " doing package consistency checks"
2279
+
2278
2280
# map[package]map[slot]string (string being "min version:max version")
2279
2281
mvm_declare hpc_old_pkg_slot_verminmax_map_mvm mvm_mvc_map
2280
2282
mvm_declare hpc_new_pkg_slot_verminmax_map_mvm mvm_mvc_map
@@ -2283,6 +2285,8 @@ function handle_package_changes() {
2283
2285
2284
2286
unset_report_mvms
2285
2287
2288
+ info " preparing for handling package changes"
2289
+
2286
2290
# TODO: when we handle moving packages between repos, then there
2287
2291
# should be two maps, for old and new state
2288
2292
local -A hpc_package_sources_map
@@ -3237,6 +3241,8 @@ function handle_eclass() {
3237
3241
# shellcheck source=for-shellcheck/globals
3238
3242
source " ${WORKDIR} /globals"
3239
3243
3244
+ info " handling update of ${eclass} "
3245
+
3240
3246
local -a lines
3241
3247
lines=()
3242
3248
if [[ -e " ${OLD_PORTAGE_STABLE} /${eclass} " ]] && [[ -e " ${NEW_PORTAGE_STABLE} /${eclass} " ]]; then
@@ -3259,6 +3265,8 @@ function handle_profiles() {
3259
3265
# shellcheck source=for-shellcheck/globals
3260
3266
source " ${WORKDIR} /globals"
3261
3267
3268
+ info " handling update of profiles"
3269
+
3262
3270
local -a files=()
3263
3271
local which arch
3264
3272
for which in " ${WHICH[@]} " ; do
@@ -3329,6 +3337,8 @@ function handle_licenses() {
3329
3337
# shellcheck source=for-shellcheck/globals
3330
3338
source " ${WORKDIR} /globals"
3331
3339
3340
+ info " handling update of licenses"
3341
+
3332
3342
local -a dropped=() added=() changed=()
3333
3343
local line hl_stripped
3334
3344
# Lines are:
@@ -3402,6 +3412,8 @@ function handle_scripts() {
3402
3412
# shellcheck source=for-shellcheck/globals
3403
3413
source " ${WORKDIR} /globals"
3404
3414
3415
+ info " handling update of scripts"
3416
+
3405
3417
local out_dir
3406
3418
out_dir=" ${REPORTS_DIR} /updates/scripts"
3407
3419
mkdir -p " ${out_dir} "
0 commit comments