On Tue, Apr 16, 2019 at 11:11 AM Petr Pisar <ppi...@redhat.com> wrote:
>
> On 2019-04-16, Igor Gnatenko <ignatenkobr...@fedoraproject.org> wrote:
> > You can do something like:
> >
> > rpms:
> >   foo-bootstrap:
> >     name: foo
> >   bar:
> >     buildafter:
> >       - foo-bootstrap
> >   foo:
> >     buildafter:
> >       - bar
> >
>
> How does foo.spec get to know that it should enable bootstrapping in
> foo-bootstrap component, but disable it in foo component?

You can use different refs (and therefore different spec files) for
foo and foo-bootstrap.

--
Mikolaj Izdebski
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to