Skip to content

Commit

Permalink
Merge pull request #99 from razzeee/explain-delay
Browse files Browse the repository at this point in the history
Explain publishing delay
  • Loading branch information
razzeee authored Oct 26, 2023
2 parents 070d044 + e777cbe commit aa1c0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/02-for-app-authors/06-maintanance.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ The build information for each application on Flathub is stored in a repository

## Buildbot

There is a Buildbot instance running on https://flathub.org/builds, which monitors the GitHub repositories. Each time that `master`, `beta` or `branch/*` branch changes it queues a build of the application, and if the build succeeds on all the architectures, then a test repository is generated where you can download and test the build. The build is published (i.e. signed and imported) into the Flathub Flatpak repo manually (via the web ui) or automatically after 3 hours, and the build will be available to your users.
There is a Buildbot instance running on https://flathub.org/builds, which monitors the GitHub repositories. Each time that `master`, `beta` or `branch/*` branch changes it queues a build of the application, and if the build succeeds on all the architectures, then a test repository is generated where you can download and test the build. The build is published (i.e. signed and imported) into the Flathub Flatpak repo manually (via the web ui) or automatically after three hours, and the build will be available to your users. Use the three hours to test the build and make sure it works. If it doesn't, you can take the build down and try again.

You can track your build status, follow the build log for current and historic builds, start builds or publishe build on the Buildbot instance website.
You can track your build status, follow the build log for current and historic builds, start builds or publish a build on the Buildbot instance website. You will need to be logged in with your GitHub account to do this.

## Test builds and pull requests

Expand Down

0 comments on commit aa1c0b1

Please sign in to comment.