This repository was archived by the owner on Jan 16, 2025. It is now read-only.
Commit d32d78d
committed
various: add remote migration hack
Depends on what local revision users start with, there will be
several places which can be used to trigger remote migrations.
* `tap_migrations`: some old system will load `tap_migrations` during
`brew update`
* `formula_revision`: old system whose revision is after
c010cc8 but before
ac5707c will load `formula_revision`
during `brew update`. This will help to solve #42553 on these
systems
* `update-reporter`: system since we implement bash update script.
Closes #50653.
Signed-off-by: Xu Cheng <xucheng@me.com>1 parent 5f53fc3 commit d32d78d
File tree
4 files changed
+19
-0
lines changed- Library/Homebrew
- cmd
4 files changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
0 commit comments