Peter Storch

Results 62 comments of Peter Storch

What are your plans here? The old version on f-droid is still being build everytime the job runs and fails: https://f-droid.org/wiki/page/menion.android.whereyougo/lastbuild_45 Do you want to include WhereYouGo in c:geo f-droid...

Ok, I'll file a change request, let's see if they allow an owner change of an app. https://gitlab.com/fdroid/fdroiddata/-/merge_requests/6977

Hmmm, the dynamic versioning let the f-droid build fail: https://gitlab.com/peter.storch/fdroiddata/-/jobs/601981402 The last Tag is `2020.04.07`, but the build produces a version of the current date `2020.06.18`: ``` ERROR: Could not...

F-Droid scans the source repository for Tags (regex can be defined) to check what to build. At the moment old and new tags have same pattern (Numbers with dots). If...

What is the purpose of the legacy branch? When we tag the releases of the legacy branch `x.y.z-fdroid` or `x.y.z-legacy` then we could instruct f-droid to build those.

@bekuno there is no tag `2020.06.25-legacy`, yet. Should F-Droid only pick up and build for tags with `-legacy` postfix? The F-Droid configuration will not be a one off, it will...

Ok, both `legacy` and the normal `release` should be published as separate versions on F-Droid? Then I guess a separate F-Droid config is needed. Then I propose to use a...

Ah, I see it's published with the same id on PlayStore, but the legacy has the `maxSdkVersion 15`. I'm wondering if that is possible on F-Droid, too. I need to...

I found a way to overcome the dynamic versioning issue on the F-Droid build. Now it is building and setting the versionName to the Tag and the versionCode to the...

Turns out to be more complicated. F-Droid build fails because of the ndk version which is needed. I'll have to figure out how to configure it correctly. Current merge request...