Hello together,
Can someone help me please?
Here is my yaml metadate file that already crashed on checkupdate.
Categories:
- Reading
License: Apache-2.0
AuthorName: Marcus Radisch
AuthorEmail: info@palatschinkencounter.de
AuthorWebSite: https://amarradi.github.io/palatschinkencounter/
WebSite: https://amarradi.github.io/palatschinkencounter/
SourceCode: https://github.com/amarradi/palatschinkencounter
IssueTracker: https://github.com/amarradi/palatschinkencounter/issues
AutoName: Pancake counter
Summary: The recipe the preparation and counting pancakes
Description: |-
If you like pancakes, then of course they should be the best in the world. With the pancake
counter and the recipe, everyone is able to prepare the best pancakes in the world and even count them.
RepoType: git
Repo: https://github.com/amarradi/palatschinkencounter
Builds:
- versionName: 1.0.6
versionCode: 8
commit: 4c9116adab6d2486df05762456107e61dda045b2
subdir: app
gradle:
- yes
- versionName: 1.0.7
versionCode: 10
commit: 009a4c61e5a78288aece74688cd3f7e1aac1aee8
subdir: app
gradle:
- yes
- versionName: 1.0.8
versionCode: 11
commit: 5ac9d3aa23bf09c98a1e3d25c6b9a2ea7c399e8e
subdir: app
gradle:
- yes
- versionName: 1.0.9
versionCode: 12
commit: 52d49dc948068575c7e12bf645b8876443af3eba
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.9
CurrentVersionCode: 12
I am new to f-droid with my first app.
The checkupdates failr and here are my thoughts on it. Maybe someone can help me.
The Error and Warnings
fetch_real_name: Checking manifest at build/com.git.amarradi.palatschinkencounter/app/src/main/AndroidManifest.xml
[519](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L519)2022-07-04 08:16:29,044 DEBUG: ...got autoname 'Pancake counter'
[520](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L520)2022-07-04 08:16:29,066 DEBUG: Outputting JSON
[521](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L521)2022-07-04 08:16:29,068 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/builds/amarradi/fdroiddata, universal_newlines=False, shell=None)
[522](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L522)2022-07-04 08:16:29,074 DEBUG: Popen(['git', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/builds/amarradi/fdroiddata, universal_newlines=False, shell=None)
[523](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L523)2022-07-04 08:16:29,103 DEBUG: Popen(['git', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/builds/amarradi/fdroiddata, universal_newlines=False, shell=None)
[524](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L524)2022-07-04 08:16:29,307 DEBUG: Popen(['git', 'ls-files', '--modified'], cwd=/builds/amarradi/fdroiddata, universal_newlines=False, shell=None)
[525](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L525)2022-07-04 08:16:29,437 DEBUG: Popen(['git', 'status', '--porcelain', '--untracked-files'], cwd=/builds/amarradi/fdroiddata, universal_newlines=False, shell=None)
[526](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L526)2022-07-04 08:16:30,158 DEBUG: skip deploying full build logs: not enabled in config
[527](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L527)2022-07-04 08:16:30,161 DEBUG: skip deploying full build logs: not enabled in config
AutoName:
[538](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L538)+AutoName: Pancake counter
[539](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L539) Summary: The recipe the preparation and counting pancakes
[540](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L540) Description: |-
[541](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L541) If you like pancakes, then of course they should be the best in the world. With the pancake
[542](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L542)@@ -18,7 +18,7 @@ RepoType: git
[543](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L543) Repo: https://github.com/amarradi/palatschinkencounter
[544](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L544)
[545](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L545) Builds:
[546](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L546)- - versionName: '1.0.9'
[547](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L547)+ - versionName: 1.0.9
[548](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L548) versionCode: 12
[549](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L549) commit: 52d49dc948068575c7e12bf645b8876443af3eba
[550](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L550) subdir: app
[551](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L551)Cleaning up project directory and file based variables00:00
[552](https://gitlab.com/amarradi/fdroiddata/-/jobs/2673634129#L552)ERROR: Job failed: exit code 1
checkupdates goes into the AndroidManifest.xml
Here my AndroidManifest.xml
<application
android:allowBackup="true"
android:fullBackupContent="true"
android:icon="@drawable/logo_psc_512_transparent"
android:label="@string/app_name"
android:roundIcon="@drawable/logo_psc_512_transparent"
android:supportsRtl="true"
android:theme="@style/Theme.Palatschinkencounter">
The label is set in the strings.xml
<string name="app_name" translatable="true">Pancake counter</string>
Is the Problem with the translatable? Or is the subdir incorrect (I use the “normal” setup of Androidapps)