Skip to content

andr3y-k0v4l3v/export_and_compare_packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

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

Install C++

sudo apt-get install gcc-c++

Install patchelf

sudo apt-get install patchelf

Install dependencies

sudo make setup

Build utility

sudo make

Install utility

sudo make install

Uninstall utility

sudo make uninstall

Use utility

cmp_packages <name_branch1> <name_branch2> <output_json_file>

About

Utility for export and compare binary packages in different branches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published