Skip to content

Compare require

Simon Rose requested to merge compare_require into master

Adding a script to build and compare multiple versions of require.

Usage: bash compare_require -f <inventory file> -g groups ... commit1 commit2

will build the versions of e3-require at commits commit1 and commit2, and then use the tool build-group-modules.sh to build a list of module groups. It will then run a comparison to see what differences exist between the two trees. It isn't perfect--it takes quite a while, and it is more of a heuristic tool than anything--but it is better than nothing.

Merge request reports