luet/pkg/tree
Daniele Rondina c7652c8a70 Added labels to package definition
* cmd/search: Add support for search of the packages
  with a specific label.

* review Search method of Repositories for permit
  different search modes.

* labels are k/v attributes and could be matched
  through label key (with HasLabel method) or through
  regex that use "$key" + "=" + "$value"
2020-03-21 19:24:27 +01:00
..
builder/gentoo Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
builder.go Make recipes idempotent, allowing to load multiple trees 2020-03-15 13:31:12 +01:00
compiler_recipe.go Add 'tree bump' command 2020-03-16 22:18:48 +01:00
installer_recipe.go Make recipes idempotent, allowing to load multiple trees 2020-03-15 13:31:12 +01:00
parser.go Drop ResolveDeps, and the Tree structure #20 2019-11-29 19:01:46 +01:00
recipes_test.go Add pkg description, url and license 2019-12-16 23:56:58 +01:00
recipes.go Add 'tree bump' command 2020-03-16 22:18:48 +01:00
tree_suite_test.go Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
tree_test.go Added labels to package definition 2020-03-21 19:24:27 +01:00