mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
files_opds: updated dist file, it contained duplicate files...
This commit is contained in:
parent
3e63fff7ba
commit
36ed86bbfb
2 changed files with 1 additions and 1 deletions
2
dist.sh
2
dist.sh
|
@ -6,7 +6,7 @@ ls */appinfo/info.xml|while read f;do
|
||||||
app=$(echo $f|cut -d '/' -f 1)
|
app=$(echo $f|cut -d '/' -f 1)
|
||||||
version=$(xml2json < $f|jq -r '.info.version["$t"]')
|
version=$(xml2json < $f|jq -r '.info.version["$t"]')
|
||||||
if [ ! -f dist/${app}-${version}.tar.gz ]; then
|
if [ ! -f dist/${app}-${version}.tar.gz ]; then
|
||||||
find ${app} -print0 -type f|tar cvzf dist/${app}-${version}.tar.gz --null -T -
|
find ${app} -type f -print0|tar cvzf dist/${app}-${version}.tar.gz --null -T -
|
||||||
else
|
else
|
||||||
echo ${app} version ${version} up to date
|
echo ${app} version ${version} up to date
|
||||||
fi
|
fi
|
||||||
|
|
BIN
dist/files_opds-0.6.6.tar.gz
vendored
BIN
dist/files_opds-0.6.6.tar.gz
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue