[PR #2276] [MERGED] [PS-2172] Fix repo url for F-Droid 1.15+ #3476

Closed
opened 2025-11-26 23:33:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2276
Author: @mpbw2
Created: 1/4/2023
Status: Merged
Merged: 1/4/2023
Merged by: @mpbw2

Base: masterHead: fix-fdroid-repo


📝 Commits (1)

  • dfc3e5f Fix repo url for F-Droid 1.15+

📊 Changes

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

View changed files

📝 store/fdroid/config.py (+1 -1)

📄 Description

Type of change

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

Objective

Recent changes to F-Droid have reduced tolerance for incorrect repo URLs. I can confirm that the latest 1.15 client no longer experiences the reported issue, the upcoming 1.16 build maintains the strict requirement. This will require re-publishing our F-Droid repo to get things moving again. More info:

https://gitlab.com/fdroid/fdroidclient/-/issues/2390
https://gitlab.com/rfc2822/fdroid-firefox/-/merge_requests/54

Code changes

  • config.py: Added /repo to the end of the repo_url

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/2276 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 1/4/2023 **Status:** ✅ Merged **Merged:** 1/4/2023 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `fix-fdroid-repo` --- ### 📝 Commits (1) - [`dfc3e5f`](https://github.com/bitwarden/android/commit/dfc3e5fa92fe7401456f0f898d3a0c7b7fcaa0cb) Fix repo url for F-Droid 1.15+ ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `store/fdroid/config.py` (+1 -1) </details> ### 📄 Description ## Type of change - [X] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] 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--> Recent changes to F-Droid have reduced tolerance for incorrect repo URLs. I can confirm that the latest 1.15 client no longer experiences the reported issue, the upcoming 1.16 build maintains the strict requirement. This will require re-publishing our F-Droid repo to get things moving again. More info: https://gitlab.com/fdroid/fdroidclient/-/issues/2390 https://gitlab.com/rfc2822/fdroid-firefox/-/merge_requests/54 ## 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--> * **config.py:** Added `/repo` to the end of the `repo_url` ## 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 2025-11-26 23:33:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3476