QuasarAppCI/BuildBotLib/BuildBot.pyproject

33 lines
629 B
Plaintext
Raw Normal View History

2019-07-22 10:20:59 +03:00
{
"files": [
"buildbot.py",
"basemodule.py",
"../master.cfg",
"README.md",
"testmodule.py",
"qmake.py",
2020-01-31 15:04:48 +03:00
"crossplatformQmake.py",
2019-10-06 16:13:50 +03:00
"cmake.py",
2019-10-06 19:15:02 +03:00
"make.py",
2019-07-22 10:20:59 +03:00
"stepsLib.py",
"quasarAppCoin.py",
"buildBotWorkers.py",
"buildBotServices.py",
"buildBotIdentity.py",
"buildBotModule.py",
"buildBotDB.py",
"buildBotShedulers.py",
"buildBotChangeSource.py",
2019-07-22 16:56:56 +03:00
"qtUpdater.py",
2019-07-22 21:01:26 +03:00
"secretManager.py",
2019-12-13 16:09:43 +03:00
"git/gitBin.sh",
2020-10-19 20:19:44 +03:00
"qifRepogen.py",
2021-04-15 21:10:14 +03:00
"docs.py",
2021-09-09 10:56:07 +03:00
"stepfactory.py",
2021-09-21 10:19:52 +03:00
"customgithubhandler.py",
2021-10-25 12:43:57 +03:00
"customgiteahandler.py",
"releaser.py"
2021-09-21 10:19:52 +03:00
2019-07-22 10:20:59 +03:00
]
}