F-Droid can't build #576
Replies: 33 comments 9 replies
-
Now it will build properly |
Beta Was this translation helpful? Give feedback.
-
@licaon-kter Do i need to do any thing to start build process? |
Beta Was this translation helpful? Give feedback.
-
Depends on what "now" means. Latest commit? Latest release? If it's a commit or you've retagged the disabled version without bumping versionCode then something has to be updated F-Droid side. If a new release then no, checkupdate will pick it up soon™ |
Beta Was this translation helpful? Give feedback.
-
I ve deleted the older version (v1.4.9) and create new version (v1.4.9) |
Beta Was this translation helpful? Give feedback.
-
What needs to be changed on F-Droid? |
Beta Was this translation helpful? Give feedback.
-
@yogeshpaliyal that disable line needs to be removed and the commit needs to be updated to the proper one |
Beta Was this translation helpful? Give feedback.
-
I'm building locally to test now. |
Beta Was this translation helpful? Give feedback.
-
Cool thanks @licaon-kter |
Beta Was this translation helpful? Give feedback.
-
done https://gitlab.com/fdroid/fdroiddata/-/commit/e35da1c1984cbaf539ee14ab77fa24a10d2b5d5c |
Beta Was this translation helpful? Give feedback.
-
Thanks @licaon-kter |
Beta Was this translation helpful? Give feedback.
-
@licaon-kter new versions are not published to F-Droid can you please help, where can I find the issue |
Beta Was this translation helpful? Give feedback.
-
@yogeshpaliyal not sure, some info here: https://gitlab.com/fdroid/fdroidserver/-/issues/1115#note_1381384818 Can you remove the |
Beta Was this translation helpful? Give feedback.
-
@licaon-kter removed the latest master tag |
Beta Was this translation helpful? Give feedback.
-
@licaon-kter can't we pick the latest release version instead of pre-release version? |
Beta Was this translation helpful? Give feedback.
-
Added 1.4.12 manually for now: https://gitlab.com/fdroid/fdroiddata/-/commit/2f3a5189c83eba048e332f92558d109bee019a69
We need a way to differentiate them, eg. keep stable as |
Beta Was this translation helpful? Give feedback.
-
Umm, is this https://github.com/yogeshpaliyal/KeyPass/blob/v1.4.13/settings.gradle.kts#L6 really needed? I've removed it and it builds: https://gitlab.com/fdroid/fdroiddata/-/commit/712b11b0b90589bdf958470f387aade33787dfbb ref: https://gitlab.com/fdroid/fdroiddata/-/jobs/4300043877#L271 |
Beta Was this translation helpful? Give feedback.
-
Why do we have to remove this? This is the open source project, and in future multiple projects can come with this. |
Beta Was this translation helpful? Give feedback.
-
It's not on the list of trusted repos: https://gitlab.com/fdroid/fdroidserver/-/blob/2488cb57102582fdc3575f1c2f21705c32c85256/fdroidserver/scanner.py#L447-L467 related: https://f-droid.org/2022/07/22/maven-central.html /LE: where can I read the policy of that repo exactly? Who pushes what and how? |
Beta Was this translation helpful? Give feedback.
-
Here is the one repo that publish to this repository |
Beta Was this translation helpful? Give feedback.
-
Anyway since the libs are on Maven Central too...
We'll see that when we get there 🤷
Not what I've asked 🙂 |
Beta Was this translation helpful? Give feedback.
-
Can't we add check tags |
Beta Was this translation helpful? Give feedback.
-
What are those? |
Beta Was this translation helpful? Give feedback.
-
Hi @licaon-kter can we add an update check on tags starting like these v*.. Only not for latest-master tag. |
Beta Was this translation helpful? Give feedback.
-
We can't differenciate Release (of Github) vs general Tags (of git). But... we can regex tags, eg. pickup only those that end in numbers like |
Beta Was this translation helpful? Give feedback.
-
can you please add regex for tags eg: v1.2.3 |
Beta Was this translation helpful? Give feedback.
-
Done https://gitlab.com/fdroid/fdroiddata/-/commit/c8c2a3151cb7d1e4acc8414838179faf02b4199a |
Beta Was this translation helpful? Give feedback.
-
Thanks 🙌 |
Beta Was this translation helpful? Give feedback.
-
@licaon-kter is there any way to rollback my android app from v1.4.18 to 1.4.17 |
Beta Was this translation helpful? Give feedback.
-
Seeing some bugs on the latest build |
Beta Was this translation helpful? Give feedback.
-
@licaon-kter can you please change build command from |
Beta Was this translation helpful? Give feedback.
-
ref: https://gitlab.com/fdroid/fdroiddata/-/jobs/3839112546#L910
/LE: https://gitlab.com/fdroid/fdroiddata/-/commit/5353695af509eeaddd130fc5940e917c701c8f2d
Beta Was this translation helpful? Give feedback.
All reactions