6916 Commits

Author SHA1 Message Date
Stephan Kulow
80f2461188
Merge pull request #2841 from dmarcoux/legal-auto-prepare-review-GET
Use HTTP GET for /search/request/id API endpoint
2022-08-29 12:02:14 +02:00
f861a75036
Merge pull request #2830 from mloviska/leap_updates_aarch64
Trigger aarch64 updates jobs
2022-08-26 14:59:13 +02:00
79f900e7d6
Merge pull request #2845 from lkocman/publish_distro
publish_distro: Provide missing link target in %files
2022-08-26 14:55:28 +02:00
324b78ef93 publish_distro: Provide missing link target in %files 2022-08-26 14:26:08 +02:00
34659a4662
Merge pull request #2844 from dirkmueller/fixup_publish_distro
install and link publish_dist
2022-08-23 13:57:38 +02:00
4b4aa54831 install and link publish_dist 2022-08-23 11:18:02 +02:00
b40d8c0053 Fix E275: missing whitespace around keywords 2022-08-18 11:05:55 +02:00
Dany Marcoux
a61a8e10b9
Use HTTP GET for /search/request/id API endpoint
This API endpoint is currently accepting the GET and POST methods, but
the POST method will be deprecated soon. After looking at the logs from
build.opensuse.org, I noticed that the `licensedigger` user is heavily
relying on this endpoint with the POST method. Using the GET method is
also fine as noted by the W3C[1] in "URIs, Addressability, and the use
of HTTP GET and POST", under the section "5.2 Ephemeral Limitations":

> **URIs cannot be longer than 256 characters**
> This was a limitation in some server implementations, and while
servers continue to have limitations to prevent denial-of-service
attacks, they are generally at least 4000 characters, and they evolve as
the legitimate uses of application developers evolve.

According to the logs, all calls to the /search/request/id API endpoint
coming from this code, with the query string included, are well under
4000 characters long.

[1]: https://www.w3.org/2001/tag/doc/whenToUseGet-20030922#ephemeral
2022-08-17 15:36:58 +02:00
Stephan Kulow
b3ea77e966
Merge pull request #2840 from coolo/fix_build_reminder
project-installcheck: Don't record unresolvables/fails during building
2022-08-11 17:54:42 +02:00
Stephan Kulow
e0c18e090d project-installcheck: Don't record unresolvables/fails during building
While the project is building, the unresolvables may be temporarily but
more important packages that failed before, can become blocked and then
fail again. But we don't want to remove it from 'failed' because it had
an interim state of blocked

Fixes #2838
2022-08-11 16:38:34 +02:00
a79aecee3d
Merge pull request #2832 from lkocman/publish_distro
Move publish_distro 817e024 into openSUSE-release-tools
2022-08-11 11:54:23 +02:00
Stephan Kulow
ed45159136
Merge pull request #2831 from coolo/fix_with_new_osc
Fix cache handling with osc from git master
2022-08-11 08:38:05 +02:00
b731ff342c MirrorCache does not require mb makehashes
* Confirmed with Andrii Nikitin
2022-08-10 14:40:02 +02:00
5337f5cea1 Add publish-distro subpackage to spec 2022-08-10 14:39:01 +02:00
Stephan Kulow
97f838f2c2
Merge pull request #2835 from DimStar77/stagingbot
StagingBot: call staging rebuild first (support random fails) and handle Factory:NonFree
2022-08-10 08:32:48 +02:00
93b821a4e8 Setup for SLE15 SP4 Quarterly Update 2022-08-09 15:22:58 -03:00
Stephan Kulow
46872b136e
Merge pull request #2836 from gyr/SLE15SP5
Do not fail when there is no cloud image to be released to TEST
2022-08-09 09:27:06 +02:00
cb5643905e Do not fail when there is no cloud image to be released to TEST 2022-08-08 20:37:42 -03:00
Stephan Kulow
9f802cc1cd Fix cache handling with osc from git master
osc master no longer wraps urlopen, so use the underlying function
2022-08-08 17:32:18 +02:00
5acd5f0d02
StagingBot: call staging rebuild first (support random fails) and handle Factory:NonFree 2022-08-08 12:20:47 +02:00
Stephan Kulow
0414dd1616
Merge pull request #2834 from fcrozat/master
gocd: LEO is replaced with ALP
2022-08-05 15:16:10 +02:00
16546c4710 gocd: keep LEO group name in botmaster 2022-08-05 15:07:59 +02:00
ed051461d2 gocd: more rename from LEO to ALP 2022-08-05 15:03:46 +02:00
015657f4fc gocd: LEO is replaced with ALP 2022-08-05 14:40:43 +02:00
3846ec49c6 Add basic README for publish_distro 2022-08-05 10:57:28 +02:00
f952b4f4c7 Correct publish_distro_conf path in CONTENTS.md 2022-08-05 10:57:28 +02:00
420ade7f0f Copy of publish_distro configuration 817e024 2022-08-05 10:57:28 +02:00
132f68ff51 Add basic docs to the script 2022-08-05 10:57:28 +02:00
b8c8911fcd Add short summary to publish_distro 2022-08-05 10:57:28 +02:00
cfee7fd08f Move publish_distro 817e024 into openSUSE-release-tools
https://github.com/openSUSE/publish_distro/issues/13
2022-08-05 10:57:28 +02:00
Stephan Kulow
2601ff9343
Merge pull request #2833 from dirkmueller/master
Dont use garbled patches for test fixture
2022-08-04 17:06:57 +02:00
a5a65fe69c Dont use garbled patches for test fixture
obs-service-source_validator recently gained the feature to reject
empty or garbled patches, and hence this was failing. Use a validly
formatted patch instead.
2022-08-04 16:43:30 +02:00
Richard Brown
db4d05c0bb Change MicroOS announcer email addresses 2022-08-04 13:20:20 +02:00
Martin Loviska
3267ddc06e Trigger aarch64 updates jobs
Motivation: [[qe-core] Increase the coverage of test scenarios in Leap
Maintainance - Proposal for tests from SLES to be added to leap](https://progress.opensuse.org/issues/113297)
2022-08-02 16:27:27 +02:00
5c03f1492a
Merge pull request #2829 from nilxam/rebuild_trigger_15_5
Enable Leap 15.5 rebuild-trigger
2022-07-29 15:39:36 +08:00
b183a06498 Enable Leap 15.5 rebuild-trigger 2022-07-28 22:43:45 +08:00
5b31dfffe1
Merge pull request #2828 from nilxam/leap_15_5
Enable 15.5 and SLE15 SP5 Backports
2022-07-28 19:13:05 +08:00
7131167301 Enable Leap 15.5 TTM 2022-07-28 18:37:59 +08:00
79092e445b Enable 15.5 and SLE15 SP5 Backports 2022-07-28 18:31:17 +08:00
Stephan Kulow
0fe292df77
Merge pull request #2826 from gyr/SLE15SP5
Update for SLE15.Target
2022-07-22 08:16:19 +02:00
1ea0140f70 Update for SLE15.Target
- Remove SLE15.SP*.RelPkgs and SLE15.SP*.Package.Lists pipelines that
  will be handle by SLSA botmaster server
- Update service pack (SP4 -> SP5) on Images pipeline
2022-07-21 15:24:08 -03:00
Stephan Kulow
1fe31ebf9d gocd: Fix previous change - comments don't work in scripts 2022-07-18 15:28:06 +02:00
Stephan Kulow
53c5567041
Merge pull request #2825 from coolo/remove_staging_bot
gocd: Don't run staging-bot for SP5 (for now)
2022-07-18 13:32:23 +02:00
Stephan Kulow
0837f21d0a gocd: Don't run staging-bot for SP5 (for now) 2022-07-18 12:33:43 +02:00
Stephan Kulow
4fd15522c9
Merge pull request #2824 from coolo/rabbit_continue
rabbit-openqa: If OSRT:OpenQAMapping contains garbage, just continue
2022-07-15 13:36:27 +02:00
Stephan Kulow
9dd1cad299 rabbit-openqa: If OSRT:OpenQAMapping contains garbage, just continue 2022-07-15 12:59:17 +02:00
70a1c6478a
Merge pull request #2823 from lkocman/micro53
Add LeapMicro 5.3 bot configuration
2022-07-14 16:12:25 +02:00
Lubos Kocman
c354a3fe71 Add Micro 5.3 into ttm 2022-07-14 15:08:19 +02:00
Lubos Kocman
03d6733b19 Add LeapMicro 5.3 bot configuration 2022-07-14 14:27:28 +02:00
Stephan Kulow
9b973c9bc4
Merge pull request #2822 from gyr/SLE15SP5
Update checkers and stagings pipelines for SLE15 (SP4 -> SP5)
2022-07-06 11:06:48 +02:00