Skip to content

Small but important fixes for pacdiff's merge action

Evangelos Foutras requested to merge (removed):pacdiff-merge-fixes into master

The main fix here is correcting how pacdiff filters and sorts the candidate base packages (switched to descending order and started ignoring signature files). The smaller fix in the other commit is to abort if extraction of the original file fails for whatever reason (which would lead to the current file being duplicated due to the empty merge base).

Merge request reports