Re: Issue building modules with package branches

2018-12-16 Thread Orion Poplawski
Thanks. On 12/15/18 10:08 PM, Igor Gnatenko wrote: git commit -m "rebuild" --allow-empty On Sat, Dec 15, 2018, 23:10 Orion Poplawski wrote: I'm trying to build some modules that specify the branch for the package to use, e.g.:    components:    

Re: Issue building modules with package branches

2018-12-15 Thread Igor Gnatenko
git commit -m "rebuild" --allow-empty On Sat, Dec 15, 2018, 23:10 Orion Poplawski I'm trying to build some modules that specify the branch for the package > to use, e.g.: > >components: > rpms: >openmpi: > rationale: The core package > ref: 2.1 > buildo

Issue building modules with package branches

2018-12-15 Thread Orion Poplawski
I'm trying to build some modules that specify the branch for the package to use, e.g.: components: rpms: openmpi: rationale: The core package ref: 2.1 buildorder: 10 My first builds failed because I had failed to push the proper commits to the new branches.