[PR #3063] [MERGED] DEVOPS-1866 - Fix F-Droid Signing #10145

Closed
opened 2026-04-11 02:36:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3063
Author: @vgrassia
Created: 3/7/2024
Status: Merged
Merged: 3/7/2024
Merged by: @vgrassia

Base: mainHead: devops-1866_fix-fdroid-signing


📝 Commits (3)

📊 Changes

1 file changed (+15 additions, -17 deletions)

View changed files

📝 .github/workflows/build.yml (+15 -17)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

This PR fixes the F-Droid signing process.

Code changes

  • .github/workflows/build.yml: Update steps so that the F-Droid APK is signed properly.

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/3063 **Author:** [@vgrassia](https://github.com/vgrassia) **Created:** 3/7/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@vgrassia](https://github.com/vgrassia) **Base:** `main` ← **Head:** `devops-1866_fix-fdroid-signing` --- ### 📝 Commits (3) - [`735c34e`](https://github.com/bitwarden/android/commit/735c34e8eafade476115a28055736721b8ad1a8f) Fix FDroid signing - [`951f473`](https://github.com/bitwarden/android/commit/951f4734af62a131e173b4d3449d4ae76ce856a4) Fix path - [`af143a2`](https://github.com/bitwarden/android/commit/af143a20863af776d18bde5576aecdf3019e6aed) Test Fix ### 📊 Changes **1 file changed** (+15 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+15 -17) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [X] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> This PR fixes the F-Droid signing process. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **.github/workflows/build.yml:** Update steps so that the F-Droid APK is signed properly. ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-11 02:36:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#10145