Ondřej Súkup
fd0124a9b2
Merge pull request #2537 from foursixnine/feature/leap-15.2
...
Add Leap 15.3 Maintenance configuration
2021-03-19 16:03:48 +01:00
Ludwig Nussel
de08ea9d81
Merge pull request #2536 from lnussel/master
...
findfileconflicts: handle usrmerge
2021-03-19 11:10:38 +01:00
59f7b2361a
Add release to PUBLISH for containers
2021-03-18 12:25:58 -03:00
1055871b00
Add missing repos for 15.3
2021-03-17 14:09:59 +01:00
8f5cb1bf4a
Add Leap 15.3 Maintenance configuration
2021-03-17 12:19:37 +01:00
Fabian Vogt
d6cd012549
Merge pull request #2494 from Vogtinator/dockerfile
...
Support for Dockerfile builds
2021-03-15 14:05:29 +01:00
Ludwig Nussel
7a6d0f09fa
findfileconflicts: hardcode exception for glibc and bash
...
Legacy helper packages that will be removed again
2021-03-15 13:46:33 +01:00
Ludwig Nussel
0a9788aee7
handle usrmerge
...
When a filesystem package with usrmerge is detected (/bin, /sbin, /lib
or /lib64 link to /usr), pretend all files in the affected dirs are
actually in /usr.
2021-03-15 10:53:40 +01:00
Douglas DeMaio
167397b8d3
Merge pull request #2533 from ggardet/add_15.3_step
...
Add Leap:15.3:ARM to test armv7 Step:15
2021-03-15 10:31:45 +01:00
Stephan Kulow
1b7e79b9d7
Merge pull request #2535 from DimStar77/escape
...
build-fail-reminder: don't use cgi.escape, but rather html escape the fixed string directly
2021-03-11 15:24:47 +01:00
d95ac4a8d1
build-fail-reminder: don't use cgi.escape, but rather html escape the fixed string directly
...
cgi.escape was removed with python 3.8; this in turn has stopped us
from creating delete requests ever since.
As this is a static string, we can live perfectly with a pre-encoded string
2021-03-11 15:19:11 +01:00
Fabian Vogt
cd32d69bb8
Build containerfile and images repos against each other
2021-03-10 15:22:33 +01:00
Fabian Vogt
4b84f7a9df
Add containerfile_products type to totest-manager
2021-03-10 15:21:04 +01:00
Fabian Vogt
1ae33041ba
Add a containerfile repo to adi stagings
...
It builds against the adi's images repo (if available) and standard as well.
2021-03-10 15:19:05 +01:00
Fabian Vogt
54decdef37
Make Dockerfile builds pass check_source.py
2021-03-10 15:18:02 +01:00
Douglas DeMaio
18652691b0
Merge pull request #2527 from lnussel/master
...
thanks @lnussel
2021-03-10 14:53:04 +01:00
Emily Gonyer
a383117bc7
grammar-gender
2021-03-05 01:42:52 +00:00
Gustavo Yokoyama Ribeiro
440e1a881c
Merge pull request #2529 from gyr/gyr/check-publish
...
Monitor release process
2021-03-03 11:18:56 -03:00
72b4575077
Merge pull request #2531 from DimStar77/master
...
adi: stage Non-Ring delete requests in adi projects
2021-03-03 11:15:37 +01:00
0acbe1bfc9
Add Leap:15.3:ARM to test armv7 Step:15
2021-02-25 11:03:48 +01:00
a7bb286bd4
adi: stage Non-Ring delete requests in adi projects
...
This is now acceptable as the installcheck bot verifies that we
cannot remove binaries we still care for.
2021-02-23 14:59:28 +01:00
c16521dc68
Monitor release process
...
Stage will finish when all images were published
2021-02-17 15:03:15 -03:00
Fabian Vogt
e68b5e0bce
Merge pull request #2528 from Vogtinator/fixpkglistgen
...
Fix repo state error handling in pkglistgen
2021-02-15 15:38:31 +01:00
Fabian Vogt
440b0f7def
Fix repo state error handling in pkglistgen
...
repository_arch_state doesn't raise HTTPError for 404 any more, but that's what
pkglistgen uses to skip that repo/arch. Handle None as replacement instead.
2021-02-15 14:43:37 +01:00
Ludwig Nussel
cc4280d0f6
metrics: add sample Apache vhost config
2021-02-08 11:23:24 +01:00
Ludwig Nussel
cb668a6e39
metrics: accept more flavors
2021-02-08 11:13:45 +01:00
Stephan Kulow
2caa5a9e00
Merge pull request #2523 from s-t-e-v-e-n-k/no-more-python-shebang
...
Switch to python3 shebang
2021-02-03 09:04:36 +01:00
Steve Kowalik
326a087168
Switch to python3 shebang
...
With the python shebang remaining as Python 2, switch the scripts to
using Python 3. This also allows us to clean up some imports.
2021-02-03 14:53:42 +11:00
Stephan Kulow
29b776fd9f
Merge pull request #2521 from coolo/solve_i686
...
Calculate the i586 DVD as i686 package set
2021-01-22 14:45:22 +01:00
Stephan Kulow
ad9119d4b2
Calculate the i586 DVD as i686 package set
...
mozjs is now i686 exclusive and GNOME and KDE depends on it
2021-01-22 11:24:39 +01:00
Stephan Kulow
d564b3d050
Merge pull request #2519 from coolo/fix_2381
...
Accept: Don't crash on actions that aren't submit/delete
2021-01-19 17:59:36 +01:00
Stephan Kulow
734af63a1b
Accept: Don't crash on actions that aren't submit/delete
...
If a change_devel request is grouped into a staging, it shouldn't crash
on it - the API will accept it, and we have no specific action for this
type
Fixes #2381
2021-01-19 16:29:06 +01:00
Stephan Kulow
75c001c96d
Merge pull request #2520 from coolo/fix_2517
...
pkglistgen: Check the return code of Popen calls
2021-01-19 16:21:22 +01:00
Stephan Kulow
279c95eaf9
pkglistgen: Check the return code of Popen calls
...
Not updating the product in case of failure is preferred over creating
bogus products
Fixes #2517
2021-01-19 11:41:21 +01:00
Stephan Kulow
bb3c6e1ccf
Merge pull request #2508 from coogor/patch-2
...
Update aggregate.php
2021-01-18 16:39:27 +01:00
Stephan Kulow
2de03a183b
Merge pull request #2518 from coolo/add_required_flag
...
pkglistgen: Allow to set require_all for some groups to disable ignore
2021-01-18 16:39:07 +01:00
Stephan Kulow
2bb1d8a1ce
pkglistgen: Allow to set require_all for some groups to disable ignore
...
For Factory we want the DVD to catch all (and only require some), but the
smaller products kubic and microos should have a require all policy
2021-01-15 15:52:54 +01:00
deab50eb50
Merge pull request #2516 from nilxam/monitor_backports
...
monitor: remove Jump from monitor and add Backports to monitor
2021-01-06 00:07:48 +08:00
fa4f899ff8
fix typo in pkglistgen.leap.15.3
2021-01-05 19:11:16 +08:00
5f8c62a258
monitor: remove Jump from monitor and add Backports to monitor
2021-01-05 18:46:56 +08:00
7b7d4aa8d0
Merge pull request #2515 from nilxam/staging_backports
...
gocd: enable staging bot and staging installcheck on SLE15 SP3 Backports
2021-01-04 21:59:54 +08:00
eb901e98c2
gocd: enable staging bot and staging installcheck on SLE15 SP3 Backports
2021-01-04 21:26:32 +08:00
7cd9d7496a
Merge pull request #2514 from nilxam/prjinstallcheck_backports
...
rebuild-trigger: run project-installcheck on SLE15-SP3 Backports
2020-12-18 23:19:18 +08:00
Stephan Kulow
06e44bca30
Merge pull request #2513 from coolo/fix_service
...
Fix typo in the source checker
2020-12-17 19:46:41 +01:00
af3357e225
rebuild-trigger: run project-installcheck on SLE15-SP3 Backports
2020-12-18 00:27:48 +08:00
Stephan Kulow
839737cd8c
Fix typo in the source checker
2020-12-17 17:15:51 +01:00
Stephan Kulow
b9ce7bf183
Merge pull request #2511 from Vogtinator/addcheck
...
Also add required checks to adi stagings after adding architectures
2020-12-16 09:37:51 +01:00
Stephan Kulow
bb412fe43a
Merge pull request #2509 from Vogtinator/fix-installcheck
...
Fix staging-installcheck.py being ignored if i586 is present
2020-12-16 09:21:19 +01:00
Fabian Vogt
63c7292ee8
Also add required checks to adi stagings after adding architectures
...
Otherwise the newly added archs don't have any required checks assigned.
2020-12-16 08:48:23 +01:00
Fabian Vogt
76b63b74c6
Merge pull request #2510 from Vogtinator/leap_15.3_images
...
Enable TTM for openSUSE:Leap:15.3:Images
2020-12-15 14:40:00 +01:00