Skip to content

Commit

Permalink
frontend: don't ignore custom method repos from the WebUI
Browse files Browse the repository at this point in the history
Fix #2941
  • Loading branch information
FrostyX authored and praiskup committed Oct 30, 2023
1 parent e8d96a2 commit b60ff36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ def factory(**build_options):
form.chroot.data,
form.builddeps.data,
form.resultdir.data,
form.repos.data,
chroot_names=form.selected_chroots,
**build_options
)
Expand Down

0 comments on commit b60ff36

Please sign in to comment.