W-Floyd / solus-deepin

Collection of Solus packages for Deepin
2 stars 1 forks source link

Clean up and document build system #4

Open W-Floyd opened 6 years ago

W-Floyd commented 6 years ago

Currently, it's incredibly janky and unnecessarily verbose (because I don't parse the YAML to avoid that).

In order to facilitate the easy contributions of others (or even just for other people to know how to build this stuff at all), I really aught to clean up and consolidate my scripts, and document them much better.

Additionally, I should include a script that may bootstrap the entire process from a vanilla Solus installation (including solbuild initialization and all that).

W-Floyd commented 6 years ago

As a heads up, I'm working on a single script to handle all elements of building these packages (or, it will defer to my existing scripts, which I'll be cleaning up).

Edit: I'm in school now, so don't expect anything any time soon... :cry:

W-Floyd commented 5 years ago

Obviously, the work on that script hasn't gotten anywhere (motivation is hard, I really should do it though). However, in other good news, I've quickly whipped up a script to feed my packages through cuppa, giving me an easy to check output like so: image

Should make updates quicker for me to find.

W-Floyd commented 5 years ago

Current Status: Rewriting my built utility in Golang. Preliminary results seem promising, though I am learning as I go... Goodness is it nice to use a compiled language though.

W-Floyd commented 4 years ago

Current Status: Yeah, I'm in school... Not happening. I hope to return to this some day if I fix up my tooling in Golang. I have learned a lot more in Golang though, so I should find it easier if I try this again.