A utility that exports information about packages in different branches and compares them. We also output the result of the work to a JSON file. This utility compares packages in three directions:
- all packages that are in the first branch, but not in the second
- all packages that are in the second branch, but not in the first
- all version-release packages of which there are more in the 1st than in the 2nd
sudo apt-get install gcc-c++
sudo apt-get install patchelf
sudo make setup
sudo make
sudo make install
sudo make uninstall
cmp_packages <name_branch1> <name_branch2> <output_json_file>