Testing local fdroidserver with update

I’m following the guide at [1] to test the build locally. I run the update check and see the latest version, but when I run the build it seems to select the base version in the fdroiddata yml. Do I need to update the Builds section of the yml?

fdroid checkupdates --allow-dirty com.bringyour.network # detects latest version!
fdroid build com.bringyour.network # uses the Builds version in fdroiddata/metadata/com.bringyour.network.yml
  1. Submitting to F-Droid Quick Start Guide | F-Droid - Free and Open Source Android App Repository

Run with --verbose and attach output

You need to add --auto to add the new version.

1 Like

Thanks that worked. It updated my local metadata/com.bringyour.network.yml. Do I need to submit a merge request for the updated version?

With the updated metadata/com.bringyour.network.yml, build works on the latest version.

It’s on autoupdate. You don’t need to do that manually.

1 Like

Hi, checking in on the build status of the latest com.bringyour.network . We’re trying to get an update out since the initial version that fixes an issue a lot of users are seeing. The latest version is passing the build locally. Can you check if there are any issues on the official build server we need to resolve? Thanks.

There is no issue. 60236783 has been built.

You’ve read FAQ · Wiki · F-Droid / wiki · GitLab yes?

As said, was built log: com.bringyour.network:60236783 - F-Droid Monitor and awaits for all the apps that need building to be built. Once that’s done there’s signing and publishing.

Thanks! Those links are very helpful.