mydumper / mydumper_builder

mydumper binaries and packages automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsolete

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_builder

mydumper binaries and packages automation

Requirements

  • ansible
  • vagrant
  • virtualbox

Directories

/opt/src/mydumper/ (binaries destination)

/opt/PKGS (packages destination)

Compiling binaries

vagrant up [os]

Where os is one of:

  • el6
  • el7
  • el8
  • stretch
  • jessie
  • wheezy
  • trusty
  • xenial
  • bionic

Creating packages

yum install epel-release

yum install rpm-build dpkg dpkg-devel fakeroot

./package/build.sh $VERSION $BUILD_NUMBER

About

mydumper binaries and packages automation