Skip to content

Commit

Permalink
Use different path for each gitpoller
Browse files Browse the repository at this point in the history
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
  • Loading branch information
aliceinwire committed Mar 13, 2021
1 parent 0c156d1 commit 138d3de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,20 @@
repourl='https://github.com/gentoo/gentoo.git',
branches=True,
category="gentoo-pull",
workdir="gentoo-repository",
pollinterval=300))

sources.append(changes.GitPoller(
repourl='https://github.com/GKernelCI/linux-patches.git',
only_tags=True,
category="gentoo-tags-git",
workdir="linux-patches-tags",
pollinterval=300))

sources.append(changes.GitPoller(
repourl='https://github.com/GKernelCI/linux-patches.git',
branches=True,
category="gentoo-git",
workdir="linux-patches-branches",
pollinterval=300))

0 comments on commit 138d3de

Please sign in to comment.