mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 17:00:27 +03:00
Fix directories
This commit is contained in:
parent
d103d79f55
commit
a82076a5fe
1 changed files with 3 additions and 2 deletions
|
|
@ -23,10 +23,11 @@ while read line; do
|
||||||
|
|
||||||
id=${file##*/}
|
id=${file##*/}
|
||||||
id=${id%.txt*}
|
id=${id%.txt*}
|
||||||
|
[ -d metadata/$id ] && extra=metadata/$id
|
||||||
[ -n "$name" ] && id="$name ($id)"
|
[ -n "$name" ] && id="$name ($id)"
|
||||||
|
|
||||||
echo "> git commit -m \"Update $id to $version ($vercode)\" -- $file metadata/$id/"
|
echo "> git commit -m \"Update $id to $version ($vercode)\" -- $file $extra"
|
||||||
git commit -m "Update $id to $version ($vercode)" -- $file metadata/$id/
|
git commit -m "Update $id to $version ($vercode)" -- $file $extra
|
||||||
fi
|
fi
|
||||||
done < <(git status --porcelain)
|
done < <(git status --porcelain)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue