4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-02 16:29:37 +00:00

fix git puller

This commit is contained in:
Andrei Yankovich 2019-08-15 09:59:22 +03:00
parent 03f2b0e6d3
commit 9fc7236fb0

@ -12,12 +12,14 @@ class buildBotChangeSource(BuildBotModule):
changes.GitPoller(
repourl = 'git@github.com:QuasarApp/Snake.git',
project = 'qmake-Snake',
gitbin = os.path.dirname(os.path.realpath(__file__)) + "/git/gitBin.sh",
branches = True, # получаем изменения со всех веток
pollInterval = 60
),
changes.GitPoller(
repourl = 'git@github.com:QuasarApp/Console-QtDeployer.git',
project = 'qmake-CQtDeployer',
gitbin = os.path.dirname(os.path.realpath(__file__)) + "/git/gitBin.sh",
branches = True, # получаем изменения со всех веток
pollInterval = 61
),
@ -31,12 +33,14 @@ class buildBotChangeSource(BuildBotModule):
changes.GitPoller(
repourl = 'git@github.com:QuasarApp/Hanoi-Towers.git',
project = 'qmake-Hanoi-Towers',
gitbin = os.path.dirname(os.path.realpath(__file__)) + "/git/gitBin.sh",
branches = True, # получаем изменения со всех веток
pollInterval = 63
),
changes.GitPoller(
repourl = 'https://github.com/usermeme/chat-vironit.git',
project = 'npm-Chat',
gitbin = os.path.dirname(os.path.realpath(__file__)) + "/git/gitBin.sh",
branch = 'master',
pollInterval = 64
)