1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Stop looking for builds when Maintainer Notes is found

This commit is contained in:
Daniel Martí 2014-04-07 18:14:36 +02:00
parent 7f822b01bf
commit 56b7326b9a

View File

@ -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