forge-mtg: deterministic update script
- ensuring that the patched files are sorted to avoid unnecessary large diffs such as #446810 - add myself as maintainer
This commit is contained in:
@@ -129,6 +129,9 @@ maven.buildMavenPackage {
|
||||
description = "Magic: the Gathering card game with rules enforcement";
|
||||
homepage = "https://card-forge.github.io/forge";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ eigengrau ];
|
||||
maintainers = with maintainers; [
|
||||
dyegoaurelio
|
||||
eigengrau
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -109,7 +109,7 @@ update_patch() {
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
done < <(find "$source_dir" -name "pom.xml" -print0)
|
||||
done < <(find "$source_dir" -name "pom.xml" -print0 | sort -z)
|
||||
|
||||
if [[ "$plugin_found" == "true" && -n "$patch_content" ]]; then
|
||||
echo "Updating $patch_file..."
|
||||
|
||||
Reference in New Issue
Block a user