mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Stop looking for builds when Maintainer Notes is found
This commit is contained in:
parent
7f822b01bf
commit
56b7326b9a
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ while read line; do
|
|||
newbuild=false
|
||||
disable=false
|
||||
while read l; do
|
||||
if [[ "$l" == *"Maintainer Notes:"* ]]; then
|
||||
break
|
||||
fi
|
||||
if [[ "$l" == "-Build:"* ]]; then
|
||||
onlybuild=false
|
||||
elif [[ "$l" == "+Build:"* ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue