PhysixProject / physix

Physix is an Experimental, Automated, Build-From-Source, Punk Rock Linux Distribution for i386, and x86_64
GNU General Public License v2.0
24 stars 7 forks source link

Convert json build recipes to yaml #13

Closed PhysixProject closed 3 years ago

PhysixProject commented 3 years ago

Convert json build recipes to yaml and tweak catalyst to know how to use it.

PhysixProject commented 3 years ago

This may be more trouble than it is worth. Catalyst being python uses json module which is included in python core. the yaml module is not. This is add another dependency to catalyst.

On the other hand, maybe catalyst could be re-written in another language? food for thought...

PhysixProject commented 3 years ago

not going to do this.