Skip to content

Commit

Permalink
Merge pull request #965 from bdunne/fix_build_script
Browse files Browse the repository at this point in the history
Accidentally removed these while rebasing #959
  • Loading branch information
Fryguy committed May 15, 2023
2 parents e25303a + 17aa6e8 commit e939852
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ TAG=latest

ARCH=`uname -m`

RPM_BUILD_OPTIONS=${RPM_BUILD_OPTIONS:-""}
RPM_BUILD_IMAGE=${RPM_BUILD_IMAGE:-"manageiq/rpm_build:$TAG"}
RPM_PREFIX=${RPM_PREFIX:-"manageiq"}

while getopts "t:c:d:r:hblnops" opt; do
case $opt in
b) REBUILD_RPM="true" ;;
Expand Down

0 comments on commit e939852

Please sign in to comment.