Source code:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/publish-latest-branch-build.sh
(ex P23)
This step will copy the built .apk to an indexed HTTP directory exposed by Apache, signing them:
| Passed |
Source code:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/publish-latest-branch-build.sh
(ex P23)
This step will copy the built .apk to an indexed HTTP directory exposed by Apache, signing them:
| 5903 | Here the related fresh test builds: |
|---|---|
| 5904 | |
| 5905 | APK for **arm64\-v8a** |
| 5906 | [⬇️ D230\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D230-arm64-v8a-signed.apk) |
| 5907 | APK arm64-v8a sha256: `1108d167e83b097fa089c0a22e99372205d197ce46a1a2b34bf41e88f2819df6` |
| 5908 | |
| 5909 | APK for **armeabi\-v7a** |
| 5910 | [⬇️ D230\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D230-armeabi-v7a-signed.apk) |
| 5911 | APK armeabi-v7a sha256: `ded3b0b819b459e99d4eb27e68410462ba2834a236b8bf10710bb87f81e659c2` |
| 5912 | |
| 5913 | APK for **universal** |
| 5914 | [⬇️ D230\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D230-universal-signed.apk) |
| 5915 | APK universal sha256: `6281750949ede342bb3109fce1ae1c4099d44d3be96eaed1623f5e9477b30b01` |
| 5916 | |
| 5917 | APK for **x86** |
| 5918 | [⬇️ D230\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D230-x86-signed.apk) |
| 5919 | APK x86 sha256: `5eac9fbf25055604004fc009a1cbbd7d138d0a063142f32e8471175821b1d7a6` |
| 5920 | |
| 5921 | APK for **x86\_64** |
| 5922 | [⬇️ D230\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D230-x86_64-signed.apk) |
| 5923 | APK x86_64 sha256: `0371403f59f8f603a6e62aea093f515db8a3424aa3a7218264f7802f29fcfc86` |
| 5924 | |
| 5925 | [INFO][2026-04-28 07:38:46] Cleaning old artifacts |
| 5926 | [INFO][2026-04-28 07:38:46] Done |
| 5927 |
| Passed |
This step will build an .apk using Gradle using this fantastic Docker image:
https://gitlab.com/fabmazz/android-fdroid-build-container/-/tree/ubuntu
Source code of this build step:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/fdroid-docker-builder.sh
TODO: Use the official image by Fabio Mazza, when the "DESIRED_UID" / "DESIRED_GID" features will be merged.
| 1 | + docker run -e DESIRED_UID=1004 -e DESIRED_GID=1004 --rm -v /var/drydock/workingcopy-79/repo/libre-busto:/home/vagrant/appbuild:Z fdroid-asder launch_build_local -Dorg.gradle.jvmargs=-Xmx2g --stacktrace assembleGitpull |
|---|---|
| 2 | Note: Some input files use or override a deprecated API. |
| 3 | Note: Recompile with -Xlint:deprecation for details. |
| 4 | /home/vagrant/appbuild/app/src/gitpull/AndroidManifest.xml:4: Error: Mock locations should only be requested in a test or debug-specific manifest file (typically src/debug/AndroidManifest.xml) [MockLocation] |
| 5 | <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/> |
| 6 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 7 | |
| 8 | Explanation for issues of type "MockLocation": |
| 9 | Using a mock location provider (by requiring the permission |
| 10 | android.permission.ACCESS_MOCK_LOCATION) should only be done in debug |
| 11 | builds (or from tests). In Gradle projects, that means you should only |
| 12 | request this permission in a test or debug source set specific manifest |
| 13 | file. |
| 14 | |
| 15 | To fix this, create a new manifest file in the debug folder and move the |
| 16 | <uses-permission> element there. A typical path to a debug manifest |
| 17 | override file in a Gradle project is src/debug/AndroidManifest.xml. |
| 18 | |
| 19 | 1 error |
| 20 | |
| 21 |
| 144 | > Task :app:processGitpullJavaRes |
|---|---|
| 145 | > Task :app:mergeDexGitpull |
| 146 | > Task :app:compileGitpullArtProfile |
| 147 | > Task :app:mergeGitpullJavaResource |
| 148 | > Task :app:lintVitalAnalyzeGitpull |
| 149 | > Task :app:lintVitalReportGitpull |
| 150 | |
| 151 | > Task :app:lintVitalGitpull |
| 152 | |
| 153 | > Task :app:packageGitpull |
| 154 | > Task :app:createGitpullApkListingFileRedirect |
| 155 | > Task :app:assembleGitpull |
| 156 | |
| 157 | [Incubating] Problems report is available at: file:///home/vagrant/appbuild/build/reports/problems/problems-report.html |
| 158 | |
| 159 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 160 | |
| 161 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 162 | |
| 163 | For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. |
| 164 | |
| 165 | BUILD SUCCESSFUL in 4m 2s |
| 166 | 56 actionable tasks: 56 executed |
| 167 | ==> Build completed |
| 168 |
| Passed |
| Passed |