Corrected AutoUpdateMode after source release. Will it apply?

hello, on our source repository (GitHub - die-tageszeitung/taz-neo: android reader app for the German newspaper taz) we released last version 1.2.2 five days ago.

Then we discovered, that none of our releases are distributed here on F-Droid (shame on us). That was due to wrong parameter in metadata. So we corrected it:

AutoUpdateMode: Version %v
UpdateCheckMode: Tags .*[0-9]\.*[0-9]+$

That way we really match tag 1.2.2 but not 1.2.3-alpha.1. That was merged 4 days ago.

Now our question: Will the updated metadata be applied to older releases or only on new release tags?

Normally it should check every day, so I was somewhat surprised it didn’t find a new version yet. So I’ve ran this locally to debug.

Basically, as I understand it, the problem is that you generate the version code on build time. The update checker doesn’t actually build anything, it just git clones and parses the build.gradle files. Because of that, automatic updating isn’t possible if you generate the version code in code instead of just having something like versionCode 62 in build.gradle.

I’ve included the whole debug logs where you can see that it finds the versions but fails to actually parse the build.gradle:

2021-03-01 20:03:50,733 WARNING: No config.yml found, using defaults.
2021-03-01 20:03:57,798 INFO: Processing de.taz.android.app.free
2021-03-01 20:03:57,806 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:03:57,806 DEBUG: > git rev-parse --show-toplevel
2021-03-01 20:03:58,013 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:03:58,013 DEBUG: > git submodule foreach --recursive git reset --hard
2021-03-01 20:03:58,119 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:03:58,120 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-03-01 20:03:58,226 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:03:58,226 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch origin
2021-03-01 20:03:59,234 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:03:59,234 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch --prune --tags --force origin
2021-03-01 20:03:59,947 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:03:59,947 DEBUG: > git remote set-head origin --auto
2021-03-01 20:04:00,657 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:00,657 DEBUG: > git checkout -f origin/HEAD
2021-03-01 20:04:01,165 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:01,166 DEBUG: > git clean -dffx
2021-03-01 20:04:01,272 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:01,272 DEBUG: > git rev-parse --show-toplevel
2021-03-01 20:04:01,495 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:01,495 DEBUG: > git log --tags --simplify-by-decoration --pretty=format:%d
2021-03-01 20:04:01,701 DEBUG: All tags: 1.2.2,1.2.2-rc.1,1.2.1-rc.1,1.2.1,1.2.0-rc.3,1.2.0,1.2.0-rc.2,1.2.0-rc.1,1.2.0-alpha.3,1.2.0-alpha.2,1.2.0-alpha.1,1.1.2-rc.1,1.1.2,1.1.1-rc.1,1.1.1,1.1.0-rc.4,1.1.0,1.1.0-rc.3,1.1.0-rc.2,1.1.0-rc.1,1.1.0-alpha.5,1.1.0-alpha.4,1.1.0-alpha03,1.1.0-alpha02,1.1.0-alpha01,1.0.1-rc01,1.0.1,1.0.0-rc04,1.0.0,1.0.0-rc03,1.0.0-rc02,1.0.0-rc01,0.9.13,0.9.12,0.9.11,0.9.10,0.9.9,0.9.8,0.9.7,0.9.6,0.9.5,0.9.4,0.9.3,0.9.2,0.9.1,0.9,0.8.6,0.8.5,0.8.4.1,0.8.4,0.8.3,0.8.2,0.8.1,0.8,0.7.5,0.7.4.1,0.7.4,0.7.3,0.7.2,0.7.1,0.7,0.6.9,0.6.8,0.6.7,0.6.6.2,0.6.6.1,0.6.6,0.6.5.1,0.6.5,0.6.4,0.6.3,0.6.2,0.6.1,0.6,0.5.10,0.5.8,v0.5.6,v0.5.3,v0.5.2,v0.5.1,v0.5
2021-03-01 20:04:01,702 DEBUG: Matching tags: 1.2.2,1.2.1,1.2.0,1.1.2,1.1.1,1.1.0,1.1.0-alpha03,1.1.0-alpha02,1.1.0-alpha01,1.0.1-rc01,1.0.1,1.0.0-rc04,1.0.0,1.0.0-rc03,1.0.0-rc02,1.0.0-rc01,0.9.13,0.9.12,0.9.11,0.9.10,0.9.9,0.9.8,0.9.7,0.9.6,0.9.5,0.9.4,0.9.3,0.9.2,0.9.1,0.9,0.8.6,0.8.5,0.8.4.1,0.8.4,0.8.3,0.8.2,0.8.1,0.8,0.7.5,0.7.4.1,0.7.4,0.7.3,0.7.2,0.7.1,0.7,0.6.9,0.6.8,0.6.7,0.6.6.2,0.6.6.1,0.6.6,0.6.5.1,0.6.5,0.6.4,0.6.3,0.6.2,0.6.1,0.6,0.5.10,0.5.8,v0.5.6,v0.5.3,v0.5.2,v0.5.1,v0.5
2021-03-01 20:04:01,702 DEBUG: Latest tags: 1.2.2,1.2.1,1.2.0,1.1.2,1.1.1
2021-03-01 20:04:01,702 DEBUG: Check tag: '1.2.2'
2021-03-01 20:04:01,702 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:01,702 DEBUG: > git rev-parse --show-toplevel
2021-03-01 20:04:01,910 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:01,910 DEBUG: > git submodule foreach --recursive git reset --hard
2021-03-01 20:04:02,018 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:02,018 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-03-01 20:04:02,126 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:02,126 DEBUG: > git checkout -f 1.2.2
2021-03-01 20:04:02,334 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:02,334 DEBUG: > git clean -dffx
2021-03-01 20:04:02,440 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/build.gradle'
2021-03-01 20:04:02,441 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:02,534 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:02,590 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:02,590 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/build.gradle'
2021-03-01 20:04:02,595 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:02,596 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/nonfree/AndroidManifest.xml'
2021-03-01 20:04:02,596 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:02,597 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:02,597 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:02,599 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/debug/AndroidManifest.xml'
2021-03-01 20:04:02,604 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:02,604 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/androidTest/AndroidManifest.xml'
2021-03-01 20:04:02,604 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:02,605 DEBUG: Check tag: '1.2.1'
2021-03-01 20:04:02,605 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:02,605 DEBUG: > git rev-parse --show-toplevel
2021-03-01 20:04:02,811 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:02,811 DEBUG: > git submodule foreach --recursive git reset --hard
2021-03-01 20:04:02,917 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:02,918 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-03-01 20:04:03,024 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:03,024 DEBUG: > git checkout -f 1.2.1
2021-03-01 20:04:03,230 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:03,231 DEBUG: > git clean -dffx
2021-03-01 20:04:03,337 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/build.gradle'
2021-03-01 20:04:03,337 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:03,338 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:03,338 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:03,339 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/build.gradle'
2021-03-01 20:04:03,340 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:03,340 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/nonfree/AndroidManifest.xml'
2021-03-01 20:04:03,340 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:03,341 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:03,341 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:03,343 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/debug/AndroidManifest.xml'
2021-03-01 20:04:03,343 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:03,343 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/androidTest/AndroidManifest.xml'
2021-03-01 20:04:03,343 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:03,343 DEBUG: Check tag: '1.2.0'
2021-03-01 20:04:03,343 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:03,343 DEBUG: > git rev-parse --show-toplevel
2021-03-01 20:04:03,566 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:03,566 DEBUG: > git submodule foreach --recursive git reset --hard
2021-03-01 20:04:03,672 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:03,673 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-03-01 20:04:03,780 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:03,780 DEBUG: > git checkout -f 1.2.0
2021-03-01 20:04:03,986 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:03,987 DEBUG: > git clean -dffx
2021-03-01 20:04:04,093 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/build.gradle'
2021-03-01 20:04:04,094 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:04,094 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:04,095 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:04,095 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/build.gradle'
2021-03-01 20:04:04,096 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:04,096 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/nonfree/AndroidManifest.xml'
2021-03-01 20:04:04,096 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:04,097 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:04,097 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:04,099 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/debug/AndroidManifest.xml'
2021-03-01 20:04:04,099 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:04,099 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/androidTest/AndroidManifest.xml'
2021-03-01 20:04:04,099 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:04,099 DEBUG: Check tag: '1.1.2'
2021-03-01 20:04:04,100 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:04,100 DEBUG: > git rev-parse --show-toplevel
2021-03-01 20:04:04,306 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:04,306 DEBUG: > git submodule foreach --recursive git reset --hard
2021-03-01 20:04:04,513 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:04,513 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-03-01 20:04:04,941 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:04,941 DEBUG: > git checkout -f 1.1.2
2021-03-01 20:04:05,366 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:05,366 DEBUG: > git clean -dffx
2021-03-01 20:04:05,473 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/build.gradle'
2021-03-01 20:04:05,473 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:05,474 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:05,474 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:05,474 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/build.gradle'
2021-03-01 20:04:05,475 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:05,475 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/nonfree/AndroidManifest.xml'
2021-03-01 20:04:05,475 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:05,476 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:05,476 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:05,478 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/debug/AndroidManifest.xml'
2021-03-01 20:04:05,478 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:05,478 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/androidTest/AndroidManifest.xml'
2021-03-01 20:04:05,478 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:05,478 DEBUG: Check tag: '1.1.1'
2021-03-01 20:04:05,479 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:05,479 DEBUG: > git rev-parse --show-toplevel
2021-03-01 20:04:05,685 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:05,685 DEBUG: > git submodule foreach --recursive git reset --hard
2021-03-01 20:04:05,793 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:05,793 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-03-01 20:04:05,901 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:05,901 DEBUG: > git checkout -f 1.1.1
2021-03-01 20:04:06,108 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:06,108 DEBUG: > git clean -dffx
2021-03-01 20:04:06,214 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/build.gradle'
2021-03-01 20:04:06,214 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:06,215 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:06,216 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:06,216 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/build.gradle'
2021-03-01 20:04:06,217 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:06,217 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/nonfree/AndroidManifest.xml'
2021-03-01 20:04:06,217 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:06,218 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:06,218 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:06,220 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/debug/AndroidManifest.xml'
2021-03-01 20:04:06,220 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:06,220 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/androidTest/AndroidManifest.xml'
2021-03-01 20:04:06,220 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:06,220 WARNING: ...de.taz.android.app.free : Couldn't find package ID
2021-03-01 20:04:06,221 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:06,221 DEBUG: > git rev-parse --show-toplevel
2021-03-01 20:04:06,428 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:06,428 DEBUG: > git submodule foreach --recursive git reset --hard
2021-03-01 20:04:06,535 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:06,535 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-03-01 20:04:06,863 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:06,863 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch origin
2021-03-01 20:04:07,670 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:07,671 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch --prune --tags --force origin
2021-03-01 20:04:08,178 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:08,178 DEBUG: > git remote set-head origin --auto
2021-03-01 20:04:08,787 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:08,787 DEBUG: > git checkout -f origin/HEAD
2021-03-01 20:04:08,993 DEBUG: Directory: build/de.taz.android.app.free
2021-03-01 20:04:08,993 DEBUG: > git clean -dffx
2021-03-01 20:04:09,099 DEBUG: ...fetch auto name from build/de.taz.android.app.free
2021-03-01 20:04:09,100 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/build.gradle'
2021-03-01 20:04:09,100 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:09,101 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:09,101 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:09,101 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/build.gradle'
2021-03-01 20:04:09,102 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:09,102 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/nonfree/AndroidManifest.xml'
2021-03-01 20:04:09,103 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:09,103 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/main/AndroidManifest.xml'
2021-03-01 20:04:09,103 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:09,105 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/debug/AndroidManifest.xml'
2021-03-01 20:04:09,105 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:09,105 DEBUG: Parsing manifest at 'build/de.taz.android.app.free/app/src/androidTest/AndroidManifest.xml'
2021-03-01 20:04:09,105 DEBUG: ..got package=None, version=None, vercode=None
2021-03-01 20:04:09,106 DEBUG: ...couldn't get autoname
2021-03-01 20:04:09,106 DEBUG: Outputting JSON
2021-03-01 20:04:09,107 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/sylvia/Projects/Forks/fdroiddata, universal_newlines=False, shell=None, istream=<valid stream>)
2021-03-01 20:04:09,114 DEBUG: Popen(['git', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/home/sylvia/Projects/Forks/fdroiddata, universal_newlines=False, shell=None, istream=None)
2021-03-01 20:04:09,331 DEBUG: Popen(['git', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/home/sylvia/Projects/Forks/fdroiddata, universal_newlines=False, shell=None, istream=None)
2021-03-01 20:04:09,651 DEBUG: Popen(['git', 'ls-files', '--modified'], cwd=/home/sylvia/Projects/Forks/fdroiddata, universal_newlines=False, shell=None, istream=None)
2021-03-01 20:04:09,788 DEBUG: Popen(['git', 'status', '--porcelain', '--untracked-files'], cwd=/home/sylvia/Projects/Forks/fdroiddata, universal_newlines=False, shell=None, istream=None)
2021-03-01 20:04:21,398 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/sylvia/Projects/Forks/fdroidserver, universal_newlines=False, shell=None, istream=<valid stream>)
2021-03-01 20:04:21,454 DEBUG: Popen(['git', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/home/sylvia/Projects/Forks/fdroidserver, universal_newlines=False, shell=None, istream=None)
2021-03-01 20:04:21,488 DEBUG: Popen(['git', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/home/sylvia/Projects/Forks/fdroidserver, universal_newlines=False, shell=None, istream=None)
2021-03-01 20:04:21,564 DEBUG: Popen(['git', 'ls-files', '--modified'], cwd=/home/sylvia/Projects/Forks/fdroidserver, universal_newlines=False, shell=None, istream=None)
2021-03-01 20:04:21,575 DEBUG: Popen(['git', 'status', '--porcelain', '--untracked-files'], cwd=/home/sylvia/Projects/Forks/fdroidserver, universal_newlines=False, shell=None, istream=None)
2021-03-01 20:04:21,636 DEBUG: skip deploying full build logs: not enabled in config
2021-03-01 20:04:21,637 DEBUG: skip deploying full build logs: not enabled in config
2021-03-01 20:04:21,637 INFO: Finished
1 Like

Thanks for the quick reply!

Okay, then we will update the metadata at every release for now.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.