Re: An update on RHEL moving to issues.redhat.com

2023-09-15 Thread Cristian Le via devel
It might also be worth mentioning that both gitea and forgejo support Github Actions [1][2]. I did not personally test them, but it might be good for the familiarity and reuse of the maintained Github Actions library. One missing thing are Github applications, but I don't think we are using

Re: Automate your Fedora package maintenance using Packit

2023-09-15 Thread Cristian Le via devel
Agree it should be in Fedora CI. Maybe it can be added to the Zuul CI, or the default scratch build. But to run Fedora CI, the source would need to be in the look-aside cache. I think it would be ok that if the packit run is pull_from_upstream that a licensecheck is run (after the spectool -g

Re: Specify koji build machine mem req via. spec file

2023-10-04 Thread Cristian Le via devel
Hi Stephen, Could you also share the links for where the strategies for large builds is, I am also curious about this? Is it within koji or another framework? On 2023/10/04 14:41, Stephen Smoogen wrote: On Wed, 4 Oct 2023 at 05:44, Martin Stransky wrote: Hello guys, Is there's a

Re: libsodium upcoming update (soname change ?)

2023-10-04 Thread Cristian Le via devel
Just want to share about fedrq, since I was also bitten by such issues. It gets all packages that BuildRequires/Requires a specific package. Should be able to make a thread of the corresponding -maintainers mailing list and share a copr project about this upgrade. On 2023/10/04 15:43, Remi

Re: Specify koji build machine mem req via. spec file

2023-10-04 Thread Cristian Le via devel
take this into account? I believe %ctest ones do that, but I've found an MPI related situation where I need to override this. Also are the options equivalent in copr as well? On 2023/10/04 15:32, Stephen Smoogen wrote: On Wed, 4 Oct 2023 at 09:24, Cristian Le via devel wrote: Hi

Re: zuul-config-generator - add your packages to Zuul CI seamlessly

2024-02-06 Thread Cristian Le via devel
Are you using IRC? The IRC bridge is dead I think around that time. You might have to use a proper matrix client in this case. We are active even yesterday. On 2024/02/06 14:38, Sandro wrote: On 06-02-2024 14:27, Cristian Le via devel wrote: Can join the #fedora-ci:fedoraproject.org matrix

Re: zuul-config-generator - add your packages to Zuul CI seamlessly

2024-02-06 Thread Cristian Le via devel
Can join the #fedora-ci:fedoraproject.org matrix group. On 2024/02/06 14:16, Sandro wrote: On 06-02-2024 10:32, Karolina Surma wrote: Please note, if you want to add hundreds of packages at once, coordinate with the Zuul folks -- they know best how much it can handle. Do you happen to have

Re: zuul-config-generator - add your packages to Zuul CI seamlessly

2024-02-06 Thread Cristian Le via devel
, Cristian Le via devel wrote: Are you using IRC? The IRC bridge is dead I think around that time. You might have to use a proper matrix client in this case. I joined the Matrix room (https://matrix.to/#/#fedora-ci:fedora.im). We are active even yesterday. Then I somehow do not get to see

Re: convert everything to rpmautospec?

2024-04-08 Thread Cristian Le via devel
Zbyszek While I am in favor of autospec, I agree with the comment that it doesn't work well outside of koji. - builds in copr work. The builds themselves work, but in my experience they do not increase the `release`, nor do they handle `autochangelog`. Are there ways around it if we want

Re: Donate 1 minute of your time to test upgrades from F39 to F40

2024-03-01 Thread Cristian Le via devel
Hi, Here's my contribution to this: error upgrading `flang-devel` https://bugzilla.redhat.com/show_bug.cgi?id=2267221 On 2024/02/21 8:11, Miroslav Suchý wrote: Do you want to make Fedora 40 better? Please spend 1 minute of your time and try to run: # Run this only if you use default Fedora

Re: Adding additional flag in cmake-rpm-macros to disallow the use of the FetchContent module

2024-05-27 Thread Cristian Le via devel
On 2024/05/27 10:09, Vitaly Zaitsev via devel wrote: On 27/05/2024 02:46, Kan-Ru Chen wrote: It is documented that FIND_PACKAGE_ARGS argument in FetchContent_Declare should instruct it to find system packages first. This only works as expected in very rare cases. The library name in