mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
Support new Build: format in commitupdates
This commit is contained in:
parent
a5472d9b9a
commit
0f375dba43
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ while read line; do
|
|||
version=${build%%,*}
|
||||
build=${build#*,}
|
||||
vercode=${build%%,*}
|
||||
elif [[ "$l" == "+Build:"* ]]; then
|
||||
newbuild=1
|
||||
build=${l#*:}
|
||||
version=${build%%,*}
|
||||
build=${build#*,}
|
||||
vercode=${build%%,*}
|
||||
fi
|
||||
done < <(git diff HEAD -- "$file")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue