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

fd-commit: read entire metadata files

This commit is contained in:
Daniel Martí 2015-01-10 20:04:49 +01:00
parent 2edddda234
commit d1cf1c37b4

View File

@ -78,7 +78,6 @@ while read line; do
disable=false
while read line; do
case "$line" in
*'Maintainer Notes:'*) break ;;
'-Build:'*) onlybuild=false ;;
'+Build:'*)
$newbuild && onlybuild=false