| Age | Commit message (Collapse) | Author |
|
- Remove taps that are (or will shortly be) deprecated.
- Remove commands that are only relevant to the boneyard (which will
shortly be removed).
|
|
Also update command specifications to match descriptions.
|
|
Make its behavior more consistent with that of bump-formula-pr.
|
|
Make its behavior more consistent with that of bump-formula-pr.
|
|
|
|
|
|
Used to provide a user-facing reason why this formula was boneyarded.
|
|
|
|
Also, flag those that we never want to be in a manpage.
|
|
|
|
Don't force installation of the `hub` formula if it can be found in the
search path. (Avoids unnecessary installation when switching between
multiple Homebrew installations for different tasks.)
Closes #384.
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
|
|
In local-only mode, the created branches end up tracking `origin/master`
which isn't desirable.
|
|
Allow boneyarding a formula locally, i.e. make all the necessary changes
in the local repositories but don't push them to a remote and don't open
a pull request automatically.
|
|
Add a new developer command (i.e., requires `HOMEBREW_DEVELOPER` set in
your environment) to "boneyard" a formula, by creating one pull request
removing the formula from its current tap and updating (or creating)
tap_migrations.json, and another pull request importing the formula into
homebrew/boneyard with any bottle block removed.
Closes #53.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
|