88 Commits

Author SHA1 Message Date
Jimmy Berry
f98a78c1ae Remove Vim config in favor of EditorConfig. 2018-01-23 00:48:00 -06:00
1cec490d54 White space / consistent usage of spaces / indentation of 4 fixes 2017-10-20 00:58:05 +02:00
3cf49d9556 Python 2.6+ / 3.x style except clauses
This newer style except statement allows for compatibility with
Python 3.x and does not harm on python 2.6+.
2017-10-16 22:47:58 +02:00
Ludwig Nussel
c76f4bcd9c Fix access to undefined variable 2017-05-24 15:11:56 +02:00
Jimmy Berry
7431af4a72 Rework ReviewBot.CommandLineInterface to provide class option. (#622)
Alleviates the need for a lot of duplicate code, some of which is already
out-of-sync.
2017-01-02 09:34:13 +01:00
Ludwig Nussel
7794a9da10 Port abichecker to new osc API 2016-06-10 10:58:34 +02:00
Ludwig Nussel
8eb7b6ba8f Run abichecker in tmux
screen on SLE doesn't like too long user names
2016-05-19 17:18:17 +02:00
Ludwig Nussel
a9a6dcb617 Add access control to abichecker apache config
The apache config file for abichecker needs to include access control
rules, otherwise apache will deny access.
2016-04-05 16:12:23 +02:00
Ludwig Nussel
ff67574c43 Install tmpfiles config to clean up downloads 2016-04-01 16:06:44 +02:00
Ludwig Nussel
826516a9fb also add SLE-11-SP1 to blacklist 2015-10-19 17:22:08 +02:00
Ludwig Nussel
efbcd75064 move check by project function to ReviewBot 2015-09-29 08:44:30 +02:00
Ludwig Nussel
dc05bb63af don't check sle11
Requested by Marcus. SLE11 uses some imported incidents that seem to
confuse the current code.
2015-07-09 15:58:40 +02:00
Ludwig Nussel
ca46bb33a7 don't treat random build service failures as no build success 2015-07-09 15:01:23 +02:00
Ludwig Nussel
2c053222c6 fix error message for not matching maintenance link 2015-06-11 17:28:59 +02:00
Ludwig Nussel
8d8eb2cbbe actually cleanup 2015-06-10 10:40:01 +02:00
Ludwig Nussel
710ac59ba1 remove aarch64 from sle12
The repo is disabled in some maintenance incident projects
2015-06-08 16:30:14 +02:00
Ludwig Nussel
011e8b959f improve missing debug info text again 2015-06-08 16:23:50 +02:00
Ludwig Nussel
fa845d6237 fix fallback text summary 2015-06-08 16:12:46 +02:00
Ludwig Nussel
c07fc13155 set cwd for abi-compliance-checker to CACHEDIR
it wants to write logs always to cwd which is ro by default when run
from the package
2015-06-08 15:56:36 +02:00
Ludwig Nussel
aff3c8e61e add recheck command 2015-06-08 15:47:08 +02:00
Ludwig Nussel
ac3879dc82 fix templates 2015-06-08 14:53:34 +02:00
Ludwig Nussel
a320775113 handle exceptions from findrepo as well 2015-06-08 14:53:34 +02:00
Ludwig Nussel
41372ab612 None is actually an error here 2015-06-08 14:53:34 +02:00
Ludwig Nussel
8ade1601e3 ignore missing archs in maintenance incidents 2015-06-08 14:53:34 +02:00
Ludwig Nussel
3fce8575bc better error message for missing debug info 2015-06-08 14:53:34 +02:00
Ludwig Nussel
3fe6aa86c3 arch whitelist 2015-06-08 14:51:46 +02:00
Ludwig Nussel
c15ffe194e print error if there's more than one path 2015-05-28 17:31:26 +02:00
Ludwig Nussel
a0516129d0 also accept the snapshot repo as target 2015-05-28 17:31:01 +02:00
Ludwig Nussel
3fed5d6f66 reset request list on each invocation 2015-05-28 17:30:44 +02:00
Ludwig Nussel
7299abb972 add config table 2015-05-28 14:45:27 +02:00
Ludwig Nussel
179be636c0 save report always 2015-05-28 13:16:50 +02:00
Ludwig Nussel
6913325628 refactor maintenance handling 2015-05-28 13:16:50 +02:00
Ludwig Nussel
84b697e92b maintenance hack 2015-05-28 13:16:50 +02:00
Ludwig Nussel
3f29cf3c0e don't try to delete comment in dry run mode 2015-05-28 13:16:50 +02:00
Ludwig Nussel
2b1ce57479 update systemd file 2015-05-28 13:16:50 +02:00
Ludwig Nussel
fb87e9ce17 improve visualization 2015-05-28 13:16:50 +02:00
Ludwig Nussel
b021de5554 always save result, even if there is no binary check
useful to know what a request was about
2015-05-28 13:16:49 +02:00
Ludwig Nussel
9d65318414 handle locked code for release requests 2015-05-28 13:16:49 +02:00
Ludwig Nussel
9836eba9e4 patchinfos have no release project 2015-05-28 13:16:49 +02:00
Ludwig Nussel
71fc7ce81a always log comment 2015-05-28 13:16:49 +02:00
Ludwig Nussel
227597a4cf commit after log 2015-05-28 13:16:49 +02:00
Ludwig Nussel
0e547f59e9 add --no-review 2015-05-28 13:16:49 +02:00
Ludwig Nussel
7076134699 add css 2015-05-28 13:16:49 +02:00
Ludwig Nussel
80accab1a4 add Makefile, systemd unit, apache config 2015-05-28 13:16:49 +02:00
Ludwig Nussel
e8e280712d common directories 2015-05-28 13:16:49 +02:00
Ludwig Nussel
daac13ff80 use runner function 2015-05-28 13:16:49 +02:00
Ludwig Nussel
7d11f0cf06 add fallback summary 2015-05-28 13:16:49 +02:00
Ludwig Nussel
2dc5b7bf19 handle unknown exceptions 2015-05-28 13:16:49 +02:00
Ludwig Nussel
d62f982f5d handle broken sources 2015-05-28 13:16:49 +02:00
Ludwig Nussel
fd1c0e8dfa use db in ~, add apache config 2015-05-28 13:16:49 +02:00