startxfr/docker-images

STARTX masterToBranch Helper

This script will help you propagate updates from master branch to a distribution relase branch.

Requirements

This script assume :

  • You have a Centos/RHEL 8 environment running with all updates applied
  • You have installed git
  • You have cloned this repository content (git clone https://gitlab.com/startx1/containers)
  • You are in the root directory of your cloned copy of this repository

simulate a merge

# simulate merge from master to  fc34 branch (default)
./masterToBranch.sh  fc34

# simulate merge from master to centos8 branch with specified command
./masterToBranch.sh  fc34 simulate

execute a merge

# execute a merge from master to  fc34 branch
./masterToBranch.sh  fc34 run