Stephan Kulow
4e9c8eabbe
Target E305 - Have two empty lines of a class
2022-02-18 17:11:46 +01:00
Stephan Kulow
579145b52c
Target F841 - Remove unused variables
2022-02-18 17:01:38 +01:00
Stephan Kulow
0561e06cb1
Target E261 - two spaces before inline comment
2022-02-18 16:39:16 +01:00
Stephan Kulow
a8f7146baf
Remove E713 offense from flaker
2021-09-21 14:20:08 +02:00
Fabian Vogt
367cf0959c
Fix crash in project-installcheck if there are no packages in the pra
2020-05-15 11:59:35 +02:00
Fabian Vogt
cb36beedcc
Add support for DoD repos to installcheck
2020-02-11 14:43:21 +01:00
aa0b8fcabe
Sanitize read rebuild yaml
...
In case the syntax was not parsing correctly, make sure we
have the expected type.
2019-12-10 12:30:06 +01:00
ddfcfe5586
Avoid crash when --store is not specified on save
2019-12-10 12:29:51 +01:00
ec88760187
Fix Flake E241
...
One more step towards white space sanity. Next group is E20x.
2019-12-10 08:46:02 +01:00
670c4ce8dc
Avoid crash when store project isn't set
...
Thats an optional parameter, so we need to handle when it is unset
2019-12-10 08:38:00 +01:00
52b46a8f47
Fix installcheck for arm architectures
...
armv6l/armv7l are the exception of the rule where the rpm architecture
specifying an abi marker that is not visible in the kernel uname
architecture (because the kernel can do either). The build service
decided to use the kernel architecture rather than the rpm architecture,
so we need to map armv6l (kernel arch) to armv6hl (hard float, rpm arch)
2019-12-10 08:36:19 +01:00
Stephan Kulow
30b4c8cfa3
Pass the packages to rebuild in the POST's body
...
osc's http_POST unfortunately hard codes parameters in URL, so I had
to use the underlying function
Fixes #2351
2019-12-04 14:48:10 +01:00
Stephan Kulow
a037f08cb0
rebuildpacs: Ignore order of problems
...
If comparing 2 rebuild worthy problems, ignore order of the problems.
Fixes #2232
2019-09-26 14:17:40 +02:00
Stephan Kulow
e073e7faa9
Fix parsing of the --no-rebuild option
...
I misread the documentation as it talks about generating defaults, but
without option it's None
2019-07-30 09:03:51 +02:00
Stephan Kulow
350027d8f3
Filter out release numbers from problem output
...
Otherwise the output will differ on rebuilds, making the whole stunt
useless
2019-07-29 17:18:33 +02:00
Stephan Kulow
4ce5d94664
Have the storage commit include the details what is was for
...
This way you can easily look only the commits affecting one repo
2019-07-29 15:43:47 +02:00
Stephan Kulow
3bb6d36e29
Combine project_only and rebuild into check
...
For SLE we run it --no-rebuild, for openSUSE check also rebuilds
2019-07-29 15:30:33 +02:00
Stephan Kulow
1e80f703a9
Rely on remote config and storage
2019-07-29 10:06:38 +02:00
Stephan Kulow
a44c65545b
Replace rebuildpacs.pl with project-installcheck functionality
2019-07-29 10:05:51 +02:00
Stephan Kulow
58af949797
Reduce repo_checker to check a project (and rename)
2019-06-06 11:52:46 +02:00