71bd8b3a33
Hardcoding subscription-manager to use rhel-7-server-rpms causes users building rhel6 with Satellite6 to fail. This setting cannot be overridden with environment variables, therefore needs to be smarter. Setting RHEL_MAJ_VER in the rhel/rhel7 environment fixes. Change-Id: Ifbd88bc76ef8b38a739272ba6e045a12849d68df Closes-Bug: 1404364
3 lines
46 B
Bash
3 lines
46 B
Bash
export DISTRO_NAME=rhel
|
|
export RHEL_MAJ_VER=6
|