Adam Williamson
Adam Williamson
I am filing this issue because if I keep fixing every goddamn thing I come across while I'm trying to work on this pull request from hell, I'll never get...
I found a Rawhide update - https://bodhi.fedoraproject.org/updates/FEDORA-2023-7c0c58a874 , but it's fixed now - which was stuck in gating because greenwave was 502ing and tripping up Bodhi (see https://github.com/release-engineering/greenwave/issues/218 for the...
In Fedora's greenwave config, we define a decision context called `bodhi_update_push_testing`. The intent of this is clear: it's meant to let you gate the push of an update to updates-testing....
A post from @rwmjones on devel highlighted some issues with waivers and queued/running tests: https://lists.fedoraproject.org/archives/list/[email protected]/thread/CAGORC7P56D66CTYIQ4PT2SO4GJHGEB2/ I'll have to verify this, but I believe that as things stand, the web UI...
Bodhi lets you set whether the bug(s) associated with an update should be closed when the update is pushed stable - but this is an 'all or nothing' setting. Either...
The info on authenticating in the docs doesn't cover `clientlogin()`, and - as suggested in https://github.com/mwclient/mwclient/issues/315 - could make it clearer that the options that allow HTTP authentication aren't alternatives...
This was proposed by @RheingoldRiver in https://github.com/mwclient/mwclient/issues/284 , but I don't think it really makes sense to tie it to a 1.0 release, I think we can consider it a...
This is required to write an entry to the EFI boot manager, which we ought to do (anaconda does it when installing the bootloader itself). Without this, boot of the...
To reproduce: git clone https://src.fedoraproject.org/rpms/python-pymongo.git cd python-pymongo python3 >>> import pygit2 >>> pyrepo = pygit2.Repository("./") >>> pyrepo.checkout("a3432e746082d0c96811cbf87aa7ae8e7fe62bc8") Traceback (most recent call last): File "", line 1, in File "/usr/lib64/python3.11/site-packages/pygit2/repository.py", line...
In Fedora, we have recently added an openQA test intended to test the GNOME Disks application. It's backed by a 1.1GB disk image file, `/root/disk.img`, which we loopback mount with...