blob: 7f688de04d87cfb3bcf7b451a930be94bcbd80e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"build_id_generator": "0x$(shell echo $(version) | sha1sum | awk '{print $$1}')",
"host": "github.com",
"include": [],
"kind": "package",
"name": "fake",
"tool": [],
"user": "icrowley",
"version_generator": "$(shell git rev-list --count HEAD).$(shell git rev-parse --short HEAD)",
"version_variable": "cli.version"
}
|