Dirk Mueller
Dirk Mueller
Using chef calls while the propsal is still being modified can cause delays that would cause the transaction to be delayed so long that other workers get a busy exception....
Currently there is a hard reboot executed which is interrupting a currently pending chef-client run. Normally that shouldn't be a problem but in the HA cluster case it can cause...
I learned now by asking that we have special handling tags in the prjconf for changing the style of releases generated, like for example ``` Release: ``` to generate rhel-like...
> Leap uses source from SUSE Linux Enterprise (SLE), which gives Leap a level of stability unmatched by other Linux distributions Leap doesn't use the "source" from SLE, it uses...
For certain products, like the SLE family of products (as an example) we'd like to ensure that at any point in time, given the latest state of released updates, provided...
On SUSE systems the gosrc'es are installed in a different location, namely /usr/share/go/1.18/contrib/src. Extend the config checks to detect that location also
This addresses GO-2024-2937 / CVE-2024-24792
pytest -k "test_setup" gives ``` def test_setup_py(): hooks = get_hooks("setup-py") with modified_env({"PYTHONPATH": BUILDSYS_PKGS}): res = hooks.get_requires_for_build_wheel({}) # Some versions of setuptools list setuptools itself here res = [x for x...
I'm getting this test failure with Sphinx 7.3.x: ``` =================================== FAILURES =================================== ____________ make_app_.unused_kwargs_become_releases_config_options ____________ self = def unused_kwargs_become_releases_config_options(self): app = make_app(debug=True, document_name="notchangelog") assert app.config.releases_debug is True > assert app.config.releases_document_name...
when you execute the installation on SLES 15.6, you're getting the following error message on `zypper ref`: ``` ca398dea2018:~/backup # zypper ref Refreshing service 'container-suseconnect-zypp'. Repository 'SLE_BCI' is up to...