6589 Commits

Author SHA1 Message Date
Stephan Kulow
33da10611b pkglistgen: Also support zstd for weakremovers.inc 2022-02-25 09:43:34 +01:00
Stephan Kulow
e679863a88
Merge pull request #2719 from coolo/fix_2693
pkglistgen: Offer way to freeze EOL code stream
2022-02-24 15:09:15 +01:00
Stephan Kulow
7b329f1a57 pkglisten: Add option to remove refresh from target
- store new files in zstd compression

Fixes #2693
2022-02-24 11:44:17 +01:00
4d2a5a2ed3
Merge pull request #2718 from nilxam/empty_regex_list
skippkg_finder: fix unconditional matches if the first regex element is space
2022-02-23 01:44:22 +08:00
10cce44665 skippkg_finder: fix unconditional matches if the first regex element is space
In case regex list has not been defined any value, the first element
will be space only, this causes unconditional matched any binary name.
Exit the for loop if the first element is space only.
2022-02-23 00:40:38 +08:00
Stephan Kulow
31e0087399
Merge pull request #2717 from coolo/remove_operator
Remove the origin operator and its user scripts
2022-02-22 10:03:31 +01:00
Stephan Kulow
cc3734c88f Remove the origin operator and its user scripts
The service is down for 2 years and more and it was unused ever since.
The idea just never took off (also because it was pretty late in the
cycle and leap wasn't developed much longer the way it used to when
the design for this was created).

For the next SLE/Leap it's just very, very unclear how it will look
like and I'm 99% sure it's not going to go back to old Leap. So the
whole operator needs more work and maintenance than the current team
has, so keep it in the git history only.
2022-02-22 09:22:09 +01:00
Stephan Kulow
897039d3cf OBS Workflow: Fix project 2022-02-22 09:12:40 +01:00
Stephan Kulow
bb88862da8
Merge pull request #2715 from coolo/add_workflow
Use official OBS integration and retire osrt-puller
2022-02-22 09:01:43 +01:00
Stephan Kulow
a8b1fb4c69 Use official OBS integration and retire osrt-puller 2022-02-22 09:01:02 +01:00
Stephan Kulow
d8ef5897d5
Merge pull request #2713 from coolo/remove_sentry
Remove sentry integration
2022-02-22 08:41:46 +01:00
Stephan Kulow
d6fb5d680c Remove sentry integration
It was introduced by #2159 because the various machines were hard to
monitor. Since we moved to botmaster there is no longer a problem with
that and if it ever served us is hard to say as the sentry project's
password is lost for years. So simplify the exception handling by just
throwing it
2022-02-21 14:41:33 +01:00
Stephan Kulow
3e14e55fde
Merge pull request #2712 from coolo/fix_project
Fix output of staging reviews
2022-02-21 12:28:02 +01:00
Stephan Kulow
d3eb40c589
Merge pull request #2711 from coolo/remove_f841
Unignore all flake error rules
2022-02-21 12:27:42 +01:00
Stephan Kulow
90d8cd6cf0 Fix output of staging reviews
The staging status doesn't provide the by_project and it's not
really important here, so simplify

Before:
adi:39 review: None/ekiga for ekiga[955924]

After:
adi:39 review: package:ekiga for ekiga[955924]
2022-02-20 12:57:39 +01:00
Stephan Kulow
aaab4af930 Target F401 - Unused imports 2022-02-18 18:29:27 +01:00
Stephan Kulow
f86579642b Target E501 - Line too long
https://www.flake8rules.com/rules/E501.html - but 79 characters is a
joke
2022-02-18 18:17:27 +01:00
Stephan Kulow
f38bd3a7ed Target E128 - Continuation line under-indented for visual indent
https://www.flake8rules.com/rules/E128.html
2022-02-18 17:35:33 +01:00
Stephan Kulow
27c364b0c9 Target E251 - Unexpected spaces around keyword
https://www.flake8rules.com/rules/E251.html
2022-02-18 17:28:13 +01:00
Stephan Kulow
d8f5d0874e Remove E201 - Whitespace after '('
https://www.flake8rules.com/rules/E201.html
2022-02-18 17:23:19 +01:00
Stephan Kulow
54079e949f Target E202 - Whitespace before ')'
https://www.flake8rules.com/rules/E202.html
2022-02-18 17:18:29 +01:00
Stephan Kulow
529d1dafae Target E302 - add two comment lines before class 2022-02-18 17:15:48 +01:00
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
a8623bb8d8 Handle E712 - don't compare with == to Booleans 2022-02-18 16:34:58 +01:00
Stephan Kulow
1383ae9725 Targetting E126 - Continuation line over-indented for hanging indent
https://www.flake8rules.com/rules/E126.html
2022-02-18 16:02:08 +01:00
Stephan Kulow
dc62b2ed78 Target E711 - compare against None with 'is' not != 2022-02-18 15:56:45 +01:00
Stephan Kulow
d6628beadf Target E125 - Continuation line with same indent
https://www.flake8rules.com/rules/E125.html
2022-02-18 15:52:53 +01:00
Stephan Kulow
2023ccbe6e Target E124 - Closing bracket does not match visual indentation
https://www.flake8rules.com/rules/E124.html
2022-02-18 15:52:47 +01:00
Stephan Kulow
66a0f152ff Target E129 - Visually indented line with same indent
https://www.flake8rules.com/rules/E129.html
2022-02-18 15:52:47 +01:00
Stephan Kulow
5df665ccc5 Targeting E123 - Closing bracket does not match indentation
https://www.flake8rules.com/rules/E123.html
2022-02-18 15:52:47 +01:00
Stephan Kulow
a7ac9876b2
Merge pull request #2709 from coolo/fix_suse_openqa
rabbit-openqa: Don't crash on openqa jobs without BUILD
2022-02-18 15:52:22 +01:00
Stephan Kulow
b3d0cc665d
Merge pull request #2710 from dcermak/use-unversioned-ruby
Use the unversioned ruby interpreter
2022-02-18 15:09:26 +01:00
4f78826b1e
Use the unversioned ruby interpreter
This avoids issues when the Ruby version is bumped in Factory
2022-02-18 15:07:59 +01:00
Stephan Kulow
54d2979d15
Merge pull request #2705 from coolo/remove_e741
Replace variable name 'l' (x is fine)
2022-02-18 14:59:53 +01:00
Stephan Kulow
fcd43743fb rabbit-openqa: Don't crash on openqa jobs without BUILD 2022-02-18 14:44:50 +01:00
Stephan Kulow
ae734ba555 Fix indent of statements E127
https://www.flake8rules.com/rules/E127.html
2022-02-18 14:23:59 +01:00
Stephan Kulow
2de74cfc52 Replace variable name 'l' (x is fine)
https://www.flake8rules.com/rules/E741.html
2022-02-18 14:21:59 +01:00
Stephan Kulow
5f2e5dc04e
Merge pull request #2706 from coolo/remove_e701
Only have one statement in a line E701
2022-02-18 14:20:16 +01:00
Stephan Kulow
f705a24db1 Only have one statement in a line E701
https://www.flake8rules.com/rules/E701.html
2022-02-18 13:42:57 +01:00
Stephan Kulow
52dbb52b7f
Merge pull request #2703 from coolo/drop_etree
Harmonize imports on using lxml for XML parsing
2022-02-18 12:50:18 +01:00
Stephan Kulow
c1a66f9997
Merge pull request #2704 from coolo/remove_bare_excepts
Remove bare excepts - https://www.flake8rules.com/rules/E722.html
2022-02-18 12:50:05 +01:00
Stephan Kulow
1152d4c419 Remove bare excepts - https://www.flake8rules.com/rules/E722.html
The bare except in osc-credentials lead me to remove it and the scripts
using it
2022-02-18 12:03:56 +01:00
Stephan Kulow
e52dc6ce2b Harmonize imports on using lxml for XML parsing 2022-02-18 11:16:01 +01:00
Stephan Kulow
8b1acc1d2d
Merge pull request #2702 from coolo/remove_by_devel
Remove --by-develproject for adi command
2022-02-17 12:55:16 +01:00
Stephan Kulow
177a654eb1 Remove --by-develproject for adi command
It's pointless by now as we have no project that uses devel projects
and would accept submissions not coming from there

Fixes #1366 (kindof)
2022-02-17 12:04:25 +01:00
Fabian Vogt
3f8763ae56
Merge pull request #2701 from suntorytimed/master
rename JeOS to Minimal and remove Vagrant images
2022-02-17 11:51:05 +01:00
Stefan Weiberg
ddd2304022 use set -e to catch more issues with the script 2022-02-17 10:39:07 +00:00
Stefan Weiberg
ce5615cb53 rename JeOS to Minimal and remove Vagrant images 2022-02-17 10:23:19 +00:00