mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Commit package dirs as well
This commit is contained in:
parent
c2c1792727
commit
d103d79f55
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue