From 32ef99e612f1e4e7020acf03d7768157e437af0f Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Mon, 3 Feb 2025 15:13:31 +0100 Subject: [PATCH 1/3] Add rebottling documentation in BrewTestBot-For-Maintainers.md --- docs/BrewTestBot-For-Maintainers.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/BrewTestBot-For-Maintainers.md b/docs/BrewTestBot-For-Maintainers.md index ba55c436ef..c3648a0ec0 100644 --- a/docs/BrewTestBot-For-Maintainers.md +++ b/docs/BrewTestBot-For-Maintainers.md @@ -32,3 +32,13 @@ If a pull request needs its commit messages changed in a way that autosquash doe 1. Ensure that bottles have built successfully. 2. Run `brew pr-pull 12345` where `12345` is the pull request number (or URL). 3. Amend any relevant commits if needed, then run `git push` to push the commits to the pull request. + +## Rebottling + +If a formula needs rebottling for any reasons within homebrew-core: + +1. Navigate to the homebrew-core github page. +2. Click on the "Actions" tab. +3. Click on the "Dispatch rebottle" workflow on the left of the page. +4. Click on the "Run workflow" button on the right of the page. +5. Fill out any necessary fields. From 9311e45aa165e3bda5682d13cb4cb4623a7deb39 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Mon, 3 Feb 2025 17:40:13 +0100 Subject: [PATCH 2/3] Update docs/BrewTestBot-For-Maintainers.md Co-authored-by: Carlo Cabrera --- docs/BrewTestBot-For-Maintainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BrewTestBot-For-Maintainers.md b/docs/BrewTestBot-For-Maintainers.md index c3648a0ec0..db00fa3db3 100644 --- a/docs/BrewTestBot-For-Maintainers.md +++ b/docs/BrewTestBot-For-Maintainers.md @@ -35,7 +35,7 @@ If a pull request needs its commit messages changed in a way that autosquash doe ## Rebottling -If a formula needs rebottling for any reasons within homebrew-core: +If a formula in homebrew-core needs rebottling for any reason: 1. Navigate to the homebrew-core github page. 2. Click on the "Actions" tab. From ecc78324984b7a6dff36e8b2b9793d35d00915e3 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Mon, 3 Feb 2025 17:42:50 +0100 Subject: [PATCH 3/3] fixup! Update docs/BrewTestBot-For-Maintainers.md --- docs/BrewTestBot-For-Maintainers.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/BrewTestBot-For-Maintainers.md b/docs/BrewTestBot-For-Maintainers.md index db00fa3db3..63f1c307ee 100644 --- a/docs/BrewTestBot-For-Maintainers.md +++ b/docs/BrewTestBot-For-Maintainers.md @@ -37,8 +37,6 @@ If a pull request needs its commit messages changed in a way that autosquash doe If a formula in homebrew-core needs rebottling for any reason: -1. Navigate to the homebrew-core github page. -2. Click on the "Actions" tab. -3. Click on the "Dispatch rebottle" workflow on the left of the page. -4. Click on the "Run workflow" button on the right of the page. -5. Fill out any necessary fields. +1. Navigate to [homebrew-core's rebottling workflow page](https://github.com/Homebrew/homebrew-core/actions/workflows/dispatch-rebottle.yml) +2. Click on the "Run workflow" button on the right of the page. +3. Fill out any necessary fields.