fedora-modularity / libmodulemd

C Library for manipulating module metadata files
MIT License
31 stars 52 forks source link

Add Mageia Cauldron tests #197

Open Conan-Kudo opened 5 years ago

Conan-Kudo commented 5 years ago

Since DNF 4.x landed in Mageia Cauldron, libmodulemd is now present in this distribution.

We should make sure we don't accidentally break building and using the library on this distribution.

Conan-Kudo commented 5 years ago

Note that dnf is used as a system package manager in Mageia and package names tend to be similar to Fedora, so it may not require much tweaks to the Fedora configuration to work for Mageia.

ghost commented 5 years ago

HI! I want to start contribution in the project. Please guide me how to proceed. Your help is appriciated. Thanks

NishkaDG commented 5 years ago

May I work on this issue?

sgallagher commented 5 years ago

@SunitiJain, I apologize. I missed this request. If you're still interested, I won't stop you, but @NishkaDG has already done one of these for openSUSE, so you may be facing competition.

It's fine if you both want to submit an attempt at this.

ghost commented 5 years ago

Yes I want to work on this issue. On Thu, Mar 14, 2019, 2:34 AM Stephen Gallagher notifications@github.com wrote:

@SunitiJain https://github.com/SunitiJain, I apologize. I missed this request. If you're still interested, I won't stop you, but @NishkaDG https://github.com/NishkaDG has already done one of these for openSUSE, so you may be facing competition.

It's fine if you both want to submit an attempt at this.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fedora-modularity/libmodulemd/issues/197#issuecomment-472604888, or mute the thread https://github.com/notifications/unsubscribe-auth/AssFWPOjg5vgA7KIrbLF1Jjb0bRHuJOkks5vWWfpgaJpZM4bS94V .

athira-selvam commented 5 years ago

HI , Is anyone working on this?

NishkaDG commented 5 years ago

Hello, I'm still working on this.

sgallagher commented 4 years ago

This issue is open for anyone to take.

nasirhm commented 3 years ago

I would like to work on it @sgallagher

sgallagher commented 3 years ago

I would like to work on it @sgallagher

Be my guest. If you have questions, don't hesitate to ask.

nasirhm commented 3 years ago

@sgallagher , While I was working on adding test cases configuration for Mageia Cauldron, I found that Magiea doesn't ship a container image for Cauldron. To have cauldron, you have to fetch the repos and distro-sync it and then we can install the packages and run our test cases.

What do you think about it ?

Conan-Kudo commented 3 years ago

@juanluisbaptiste, could we get an updated Cauldron container image?

sgallagher commented 3 years ago

@nasirhm Also, be aware that we just replaced the CI configuration upstream; we're now using Github Actions.

juanluisbaptiste commented 3 years ago

@juanluisbaptiste, could we get an updated Cauldron container image?

Sure, I will let you know when its ready.

juanluisbaptiste commented 3 years ago

@Conan-Kudo sorry, I misread, we currently do not have cauldron images, only stable versions.

nasirhm commented 3 years ago

@nasirhm Also, be aware that we just replaced the CI configuration upstream; we're now using Github Actions.

Noted. :)