about summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAgeFilesLines
* pkgs: Add helper function for creating channels.aszlig2015-04-151-0/+29
We're going to create several channels and we don't want to code duplicates across vuizvui. This essentially not only creates a channel but also ties it to constituents, which make sure that channels are only updated whenever all constituent builds are successful. Signed-off-by: aszlig <aszlig@redmoonstudios.org>