projects
/
opensuse:webpin2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
too many changes to list
[opensuse:webpin2.git]
/
api
/
webpin.api
/
src
/
main
/
templates
/
api1.json
1
{
2
"packages": [
3
[#list packages as p]
4
"package": {
5
"name": "${p.name}",
6
"version": "${p.version}",
7
"archs": [ "${p.arch}" ],
8
"repoURL": "${p.repourl}",
9
"distro": "${p.distname}_${p.distversion}",
10
"priority": "10",
11
"checksum": "${p.sha}",
12
"summary": "${p.summary}"
13
}[#if p_has_next],[/#if]
14
[/#list]
15
]
16
}