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:
| 6086 | Here the related fresh test builds: |
|---|---|
| 6087 | |
| 6088 | APK for **arm64\-v8a**: |
| 6089 | [Download HEAD\~1\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD~1-arm64-v8a-signed.apk) |
| 6090 | APK sha256: `1f3005285b325c8ce1fdb11b2a57cde2b0db18bd8f86a8cec91641842da190d6` |
| 6091 | |
| 6092 | APK for **armeabi\-v7a**: |
| 6093 | [Download HEAD\~1\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD~1-armeabi-v7a-signed.apk) |
| 6094 | APK sha256: `8ac9c5026b215ba86f97f65e1b4b58152bd50d4546716fcade53d7f68816db2a` |
| 6095 | |
| 6096 | APK for **universal**: |
| 6097 | [Download HEAD\~1\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD~1-universal-signed.apk) |
| 6098 | APK sha256: `dec402ad890d59d10684ce7a3d0a7fd19f29776e6c4e9a472de910106dad1ee1` |
| 6099 | |
| 6100 | APK for **x86**: |
| 6101 | [Download HEAD\~1\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD~1-x86-signed.apk) |
| 6102 | APK sha256: `5e38e2166dd5b977d5b74c42421a1611fc0f892c5960015b8c399ef6a14a8958` |
| 6103 | |
| 6104 | APK for **x86\_64**: |
| 6105 | [Download HEAD\~1\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD~1-x86_64-signed.apk) |
| 6106 | APK sha256: `3cd65918dece08a93e2b091ca158fc2f35a5e2aca3a08d71f03ce80033ba5009` |
| 6107 | |
| 6108 | [INFO][2025-11-17 10:34:16] Cleaning old artifacts |
| 6109 | [INFO][2025-11-17 10:34:16] Done |
| 6110 |
| 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 | Note: Some input files use or override a deprecated API. |
|---|---|
| 2 | Note: Recompile with -Xlint:deprecation for details. |
| 3 | /var/drydock/workingcopy-79/repo/libre-busto/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] |
| 4 | <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/> |
| 5 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 6 | |
| 7 | Explanation for issues of type "MockLocation": |
| 8 | Using a mock location provider (by requiring the permission |
| 9 | android.permission.ACCESS_MOCK_LOCATION) should only be done in debug |
| 10 | builds (or from tests). In Gradle projects, that means you should only |
| 11 | request this permission in a test or debug source set specific manifest |
| 12 | file. |
| 13 | |
| 14 | To fix this, create a new manifest file in the debug folder and move the |
| 15 | <uses-permission> element there. A typical path to a debug manifest |
| 16 | override file in a Gradle project is src/debug/AndroidManifest.xml. |
| 17 | |
| 18 | 1 error |
| 19 | |
| 20 |
| 98 | > Task :app:generateGitpullLintVitalReportModel |
|---|---|
| 99 | > Task :app:processGitpullJavaRes |
| 100 | > Task :app:mergeGitpullJavaResource |
| 101 | > Task :app:mergeDexGitpull |
| 102 | > Task :app:compileGitpullArtProfile |
| 103 | > Task :app:lintVitalAnalyzeGitpull |
| 104 | > Task :app:lintVitalReportGitpull |
| 105 | |
| 106 | > Task :app:lintVitalGitpull |
| 107 | |
| 108 | > Task :app:packageGitpull |
| 109 | > Task :app:createGitpullApkListingFileRedirect |
| 110 | > Task :app:assembleGitpull |
| 111 | |
| 112 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/problems/problems-report.html |
| 113 | |
| 114 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 115 | |
| 116 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 117 | |
| 118 | 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. |
| 119 | |
| 120 | BUILD SUCCESSFUL in 1m 9s |
| 121 | 54 actionable tasks: 53 executed, 1 up-to-date |
| 122 |
| Passed |
| 1 | Found 8.13 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/8.13/bin/gradle clean |
| 3 | > Task :app:clean |
| 4 | |
| 5 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/problems/problems-report.html |
| 6 | |
| 7 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 8 | |
| 9 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 10 | |
| 11 | 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. |
| 12 | |
| 13 | BUILD SUCCESSFUL in 1s |
| 14 | 1 actionable task: 1 executed |
| 15 |
| Passed |
| Passed |