-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup brew tap #218
Comments
Yeah, this is a good call. Changes should be made both in Want to open a PR? |
I plan on looking at this sometime before June. In the meantime, I think its worth pointing out Homebrew Bundle let’s you specify taps, casks, and MAS apps on top of regular brew packages all in one file. This is the solution I’ll probably end up hacking together soon. I would be glad that I throw together a PR at some point but it may be a few weeks. Thoughts, comments, suggestions? Let me know. Cheers. |
Yep, I like that approach. It would be great if you submitted a PR. Looks
like the command we should run is: $ brew bundler dump. Then maybe just
move the file into the backup. And we can also remove the code that creates
the “brew_list” file.
…On Wed, Mar 6, 2019 at 11:34 AM Ashley Woodard ***@***.***> wrote:
I plan on looking at this sometime before June. In the meantime, I think
its worth pointing out Homebrew Bundle
<https://github.com/Homebrew/homebrew-bundle> let’s you specify taps,
casks, and MAS apps on top of regular brew packages all in one file. This
is the solution I’ll probably end up hacking together soon. I would be glad
that I throw together a PR at some point but it may be a few weeks.
Thoughts, comments, suggestions? Let me know. Cheers.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#218 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATpW9bkP9-vpAkutS-0IiSklu6a9iQnNks5vT_wvgaJpZM4aUEo->
.
|
Sorry @alichtman I'm not that much in python, so I'll leave it to @ashley-woodard |
@ashley-woodard Any update on this? |
Yes please, that would be a great addition. If it weren't over my pay grade (yet) I'd do it myself. |
Just wondering what the hold up is for merging #294? |
@WorkInProgress-Development It's difficult to find time to maintain open source projects, excel in my professional full-time dev job and do what I want with my personal life. |
I understand. Anyways, thank you for an amazing tool, and I hope I haven't been cruel. |
Nah, that wasn't directed harshly at you. Just something I've been thinking about a lot ever since I (unintentionally) stepped back from open source. From a technical standpoint, #292 and #294 touch a lot of the same code are a difficult to merge since I'm anticipating merge conflicts / regressions, and don't particularly want to deal with them right now. |
@WorkInProgress-Development Done. Thanks for being patient. |
@alichtman Thanks for your commitment. |
I think
brew tap
list would be needed in case I downloaded formula from third-party repositories like (GitHub).The text was updated successfully, but these errors were encountered: