mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-04 17:29:37 +00:00
fix git puller
This commit is contained in:
parent
03f2b0e6d3
commit
9fc7236fb0
@ -12,12 +12,14 @@ class buildBotChangeSource(BuildBotModule):
|
|||||||
changes.GitPoller(
|
changes.GitPoller(
|
||||||
repourl = 'git@github.com:QuasarApp/Snake.git',
|
repourl = 'git@github.com:QuasarApp/Snake.git',
|
||||||
project = 'qmake-Snake',
|
project = 'qmake-Snake',
|
||||||
|
gitbin = os.path.dirname(os.path.realpath(__file__)) + "/git/gitBin.sh",
|
||||||
branches = True, # получаем изменения со всех веток
|
branches = True, # получаем изменения со всех веток
|
||||||
pollInterval = 60
|
pollInterval = 60
|
||||||
),
|
),
|
||||||
changes.GitPoller(
|
changes.GitPoller(
|
||||||
repourl = 'git@github.com:QuasarApp/Console-QtDeployer.git',
|
repourl = 'git@github.com:QuasarApp/Console-QtDeployer.git',
|
||||||
project = 'qmake-CQtDeployer',
|
project = 'qmake-CQtDeployer',
|
||||||
|
gitbin = os.path.dirname(os.path.realpath(__file__)) + "/git/gitBin.sh",
|
||||||
branches = True, # получаем изменения со всех веток
|
branches = True, # получаем изменения со всех веток
|
||||||
pollInterval = 61
|
pollInterval = 61
|
||||||
),
|
),
|
||||||
@ -31,12 +33,14 @@ class buildBotChangeSource(BuildBotModule):
|
|||||||
changes.GitPoller(
|
changes.GitPoller(
|
||||||
repourl = 'git@github.com:QuasarApp/Hanoi-Towers.git',
|
repourl = 'git@github.com:QuasarApp/Hanoi-Towers.git',
|
||||||
project = 'qmake-Hanoi-Towers',
|
project = 'qmake-Hanoi-Towers',
|
||||||
|
gitbin = os.path.dirname(os.path.realpath(__file__)) + "/git/gitBin.sh",
|
||||||
branches = True, # получаем изменения со всех веток
|
branches = True, # получаем изменения со всех веток
|
||||||
pollInterval = 63
|
pollInterval = 63
|
||||||
),
|
),
|
||||||
changes.GitPoller(
|
changes.GitPoller(
|
||||||
repourl = 'https://github.com/usermeme/chat-vironit.git',
|
repourl = 'https://github.com/usermeme/chat-vironit.git',
|
||||||
project = 'npm-Chat',
|
project = 'npm-Chat',
|
||||||
|
gitbin = os.path.dirname(os.path.realpath(__file__)) + "/git/gitBin.sh",
|
||||||
branch = 'master',
|
branch = 'master',
|
||||||
pollInterval = 64
|
pollInterval = 64
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user