I started messing with Koji a bit again. I've been having a weird issue I can't seem to track down where if I build coreutils I can't build anything else. For whatever reason Koji couldn't find the package despite it being there. This is the sole reason why I decided to take a break from Oela Box for a while. Koji just stopped working correctly one day without any changes to its setup or Oela Box.
I decided to start doing some experimenting. I want to slim down EL development tools to make them a little easier to work with and at the same time hopefully make them more powerful.
Right now I'm getting myself familiar with some of Mock's other features. First I'm learning how building from SCM works in Mock. It's a little tricky and works quite differently from how Koji does it, but I find it fairly interesting.
Next I want to see if I can simulate Koji's tagging system by having a local repository that gets checked for package dependencies first.




