Skip to content

Commit

Permalink
beaker: build a Fedora package against a Fedora chroot
Browse files Browse the repository at this point in the history
The default dist-git instance is a deployment specific configuration
option.
  • Loading branch information
praiskup committed Nov 29, 2023
1 parent 461dacf commit b27160a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rlJournalStart

# Test ExclusiveArch
rlRun "copr-cli create ${NAME_PREFIX}ExclusiveArch $chroots"
rlRun "copr-cli build-distgit ${NAME_PREFIX}ExclusiveArch --name biosdevname --commit $BRANCH"
rlRun "copr-cli build-distgit ${NAME_PREFIX}ExclusiveArch --distgit fedora --name biosdevname --commit $BRANCH"
rlRun "copr monitor ${NAME_PREFIX}ExclusiveArch > $OUTPUT"
rlAssertEquals "Skipped chroots" `cat $OUTPUT |grep "skipped" |wc -l` 3
rlAssertEquals "Succeeded chroots" `cat $OUTPUT |grep "succeeded" |wc -l` 1
Expand Down

0 comments on commit b27160a

Please sign in to comment.