oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
14 stars 3 forks source link

Find a way to specify deps (build.cfg) when building from local spec file. (apitest) #667

Closed dikim33 closed 7 years ago

dikim33 commented 7 years ago

Reported by olahaye74 on 1 Jul 2014 08:13 UTC Find a way to specify deps (build.cfg) when building from local spec file. (apitest)

When build that way (no build.cfg), oscar-packager is able to trie several method to build the package. if it finds a spec file it creates the tarball and tries to build the package, unfortunately, BuildRequires are not always met and build may fail.

This random result need to be fixed.

dikim33 commented 7 years ago

Comment by olahaye74 on 1 Jul 2014 09:05 UTC oscar-packager can work with incomplete build.cfg. Just fill sections with requirements and dont put any common or app build order. oscar-packager will continue with already present material. (Makefile, debian dir, spec file)