Re: Modularity tooling intro?

2019-06-03 Thread Vít Ondruch
I wish the initiative started with something simple like "get module-build-macros SRPM out of modulemd YAML" [1]. Vít [1] https://pagure.io/fm-orchestrator/issue/1217 Dne 03. 06. 19 v 10:03 Adam Samalik napsal(a): > The local module builds we have documented at the moment [1] should > work

Re: Modularity tooling intro?

2019-06-03 Thread Adam Samalik
The local module builds we have documented at the moment [1] should work if you have an access to the Fedora infrastructure (==internet connection) and your packages are in the Fedora dist-git. I know that Merlin (merlinm) is working on tooling that allow you to do local module builds without

Re: Modularity tooling intro?

2019-06-01 Thread Jun Aruga
> However, I want to do it on my own infrastructure and hence use the lower-level tooling such as mbs-manager/mock and local git repos rather than fedpkg/koji/dist-git. Sorry I missed your above message. Maybe you can open the ticket at below repository's issue page.

Re: Modularity tooling intro?

2019-05-31 Thread Neal Gompa
On Fri, May 31, 2019 at 9:57 AM Paul Howarth wrote: > > On Thu, 30 May 2019 13:30:10 +0200 > Miroslav Suchý wrote: > > > Dne 30. 05. 19 v 11:16 Paul Howarth napsal(a): > > > Any pointers anyone? > > > > http://frostyx.cz/posts/how-to-build-modules-in-copr > > Thanks, but copr is on Fedora

Re: Modularity tooling intro?

2019-05-31 Thread Paul Howarth
On Thu, 30 May 2019 12:44:20 +0200 Jun Aruga wrote: > Maybe this is the document. > https://docs.fedoraproject.org/en-US/modularity/making-modules/ > > In my understanding below command executes "mbs-manager" internally. > I do not run "mbs-manager" command directly. > > ``` > $ fedpkg

Re: Modularity tooling intro?

2019-05-31 Thread Paul Howarth
On Thu, 30 May 2019 13:30:10 +0200 Miroslav Suchý wrote: > Dne 30. 05. 19 v 11:16 Paul Howarth napsal(a): > > Any pointers anyone? > > http://frostyx.cz/posts/how-to-build-modules-in-copr Thanks, but copr is on Fedora infrastructure and I want to use my own. Surely it can't be that hard to

Re: Modularity tooling intro?

2019-05-30 Thread Miroslav Suchý
Dne 30. 05. 19 v 11:16 Paul Howarth napsal(a): > Any pointers anyone? http://frostyx.cz/posts/how-to-build-modules-in-copr -- Miroslav Suchy, RHCA Red Hat, Associate Manager ABRT/Copr, #brno, #fedora-buildsys ___ devel mailing list --

Re: Modularity tooling intro?

2019-05-30 Thread Jun Aruga
Maybe this is the document. https://docs.fedoraproject.org/en-US/modularity/making-modules/ In my understanding below command executes "mbs-manager" internally. I do not run "mbs-manager" command directly. ``` $ fedpkg module-build ``` On Thu, May 30, 2019 at 11:17 AM Paul Howarth wrote: > >

Modularity tooling intro?

2019-05-30 Thread Paul Howarth
Hi everyone, I have a bunch of packages in a local repo built for various versions of Fedora and CentOS, and am looking to build some of them for EL-8. Clearly the way to go for an EL-8 add-on repo is to build modules, so that it what I'd like to do. However, I want to do it on my own