repo.or.cz
/
claws.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
some updates
[claws.git]
/
tools
/
check-appstream.sh
blob
5cb76d8c5d7f8630d9dc7f258cc2351f3285b28f
1
#!/bin/bash
2
exec
2
>&
1
3
files
=
`find $(dirname $(readlink -f
$0
))/../ -regextype posix-extended -regex "^.*\.(metainfo|appdata).xml(.in)?"`
4
appstream-util validate
${files}