mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-07 07:50:11 +01:00
Commit package dirs as well
This commit is contained in:
parent
c2c1792727
commit
d103d79f55
@ -25,7 +25,8 @@ while read line; do
|
||||
id=${id%.txt*}
|
||||
[ -n "$name" ] && id="$name ($id)"
|
||||
|
||||
echo "> git commit -m \"Update $id to $version ($vercode)\" -- \"$file\""
|
||||
git commit -m "Update $id to $version ($vercode)" -- "$file"
|
||||
echo "> git commit -m \"Update $id to $version ($vercode)\" -- $file metadata/$id/"
|
||||
git commit -m "Update $id to $version ($vercode)" -- $file metadata/$id/
|
||||
fi
|
||||
done < <(git status --porcelain)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user