Skip to content

Commit

Permalink
Track the correct repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo authored and fauust committed Oct 23, 2023
1 parent 46f2322 commit d87413a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-web/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ c['schedulers'] = []
# upstream scheduling
schedulerTarball = schedulers.AnyBranchScheduler(
name="s_upstream_tarball",
change_filter=util.ChangeFilter(repository="https://github.com/fauust/mariadb-server", branch_fn=upstream_branch_fn),
change_filter=util.ChangeFilter(repository="https://github.com/MariaDB/server", branch_fn=upstream_branch_fn),
treeStableTimer=60,
builderNames=["tarball-docker"])
c['schedulers'].append(schedulerTarball)

0 comments on commit d87413a

Please sign in to comment.