mirror of https://github.com/linuxdeepin/dtkcore
17 lines
549 B
JSON
17 lines
549 B
JSON
{
|
|
"commit": {
|
|
"quilt": false,
|
|
"pkgver": "echo $(git tag | sort -V | tail -n1)'+r'$(git log $(git describe --abbrev=0 --tags)..HEAD --oneline|wc -l)'+g'$(git rev-parse --short HEAD);",
|
|
"dist": "experimental"
|
|
},
|
|
"release": {
|
|
"quilt": true,
|
|
"pkgver": "git describe --abbrev=0 --tags %(ref)s",
|
|
"dist": "unstable"
|
|
},
|
|
"release-candidate": {
|
|
"quilt": true,
|
|
"dist": "unstable"
|
|
}
|
|
}
|