Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Commit

Permalink
restraint-review-checks: add F24
Browse files Browse the repository at this point in the history
  • Loading branch information
danc86 committed Mar 8, 2016
1 parent 70b94ba commit 91e1ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restraint-review-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
rm -f *.src.rpm
tito build --test --srpm --output .
taskids=()
for tag in beaker-harness-fedora-{23,22,21} beaker-harness-rhel-{7,6,5,4} ; do
for tag in beaker-harness-fedora-{24,23,22,21} beaker-harness-rhel-{7,6,5,4} ; do
output=$(koji -p beakerkoji build --nowait --scratch --arch-override=x86_64 $tag *.src.rpm)
if [[ $? -ne 0 ]] ; then
echo "$output" >&2
Expand Down

0 comments on commit 91e1ae7

Please sign in to comment.