This repository became obsolete as we implement the building inside the MyDumper repository and based on CircleCI and GitHub Actions instead of Vagrant. Some files has been copied to mydumper/mydumper.
mydumper binaries and packages automation
- ansible
 - vagrant
 - virtualbox
 
/opt/src/mydumper/ (binaries destination)
/opt/PKGS (packages destination)
vagrant up [os]
Where os is one of:
- el6
 - el7
 - el8
 - stretch
 - jessie
 - wheezy
 - trusty
 - xenial
 - bionic
 
yum install epel-release
yum install rpm-build dpkg dpkg-devel fakeroot
./package/build.sh $VERSION $BUILD_NUMBER