-
Notifications
You must be signed in to change notification settings - Fork 13
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
brewdo support? #12
Comments
Hi, thanks for the suggestion! I'll take a look and see if I can include it in the next release. Can you elaborate on what needs to be done to evaluate the |
Glad to hear! So basically, the way brewdo is typically used manually is that instead of running My recommendation is that in the code, wherever you run |
We can now test the custom path functionality introduced in version 1.5 to support this use case. |
Hmm, maybe I'm missing something obvious, but how does custom path functionality help? This is just about the process user as far as I'm aware (and executing |
The custom path includes the command itself, so you can set it to something like |
Oh, of course. I wasn't thinking straight. I've tested it for a day now and it seems to be working well. Thank you! Incidentally, does Brewlet check for outdated packages every when opening the drop-down menu from the system tray? Just curious. |
Maybe it's not working actually. It seems to crash a few seconds after launching now! |
Oh no! Sorry to hear that. Are you able to see any logs in the Console app to give us some clues? You may also be able to manually revert the
No it doesn't. It only checks when the interval timer goes off, and any manual clicks on the Update to force it (in case you don't want to wait). |
Nothing in the Console app. I just tried it again, and funnily enough, it seems to be working. At least, it's been "Updating..." for several minutes. (This is one of the reasons it would be nice to have finer-grained notifications like I mentioned in the other thread.)
Thanks for clarifying. What about separate "update" and "upgrade" buttons then, to match the CLI commands? |
(Or maybe not. It was stuck on "Updating..." for well over an hour.) |
That's true, sometimes the The If there are no packages to upgrade, then it will change to I found this strategy to be simpler and more streamlined than having both buttons. |
Ah, that UX makes a lot of sense. Thanks for explaining. Unfortunately, no Brewlet log is being created ( |
Sorry I completely missed this! If this is still unresolved by the weekend, I'll dedicate time to dive into the issue. In the meantime, you can find the log file as described in the README by running this command: |
Okay, thanks. No results for any log files, I'm afraid. |
I tried installing brewdo, I get this error on
|
Hmm, which macOS are you on? |
Big Sur. It is a fresh macOS VM but I installed command line tools etc. |
Ah yes, |
Ah, I have no experience with Ruby but that worked. Unfortunately I run into another problem installing it:
I tried multiple ways to try to run If I comment out line 208 I get another error than the directory already exists:
This maybe due to the In the next update to Brewlet, I'll include an easier way to access logs so we can see what's happening exactly. |
Okay, this is a bug. Thanks for drawing it to my attention. I'll try to fix it later today. (Are you installing off the master branch, incidentally?) |
Yea I did install off of your master branch. By the way, commit 9eae3c9 now logs to |
Hi @zkokaja. I just looked into this again, but it seems like no logs are being created... any thoughts? |
Thanks for creating this great little app.
Any chance of adding brewdo support? It would basically just mean being aware of the need to elevate to the
_homebrew
user and runningbrewdo
instead ofbrew
.The text was updated successfully, but these errors were encountered: