adminscripts
adminscripts copied to clipboard
Quicker way to remove many deprecated items
Found out a way to remove all deprecated items at once:
"$REPOUTIL" --remove-products="${deprecatedProductIDs[@]}" "$1"
Removes all deprecated items from the selected branch and rebuilds catalogs only once.