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

(cherry picked from commit e939852)
  • Loading branch information
Fryguy committed May 16, 2023
1 parent f6a9f58 commit d9b79de
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-petrosian

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 d9b79de

Please sign in to comment.