https://github.com/iepathos/brewmaster
Automatic package updates and logging for HomeBrew.
https://github.com/iepathos/brewmaster
Last synced: 13 days ago
JSON representation
Automatic package updates and logging for HomeBrew.
- Host: GitHub
- URL: https://github.com/iepathos/brewmaster
- Owner: iepathos
- Created: 2016-01-16T22:08:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T22:12:37.000Z (over 10 years ago)
- Last Synced: 2026-07-17T15:35:28.973Z (13 days ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Brew Master Automatic Updates and Logging for HomeBrew
-----------------------
Built using Python 3.4.3, should be compatible with other Python 3 releases.
## Execute Brew Master
./brewmaster.py -l /custom/log/path.log
The default log path ~/brewmaster.log is used if brewmaster is called without any argument.
./brewmaster.py
## Add Crontab
Use whatever interval you like. I use two crontabs 0 6 * * * and 0 18 * * * to update packages in the morning and evening after changes have been pushed up for the day.
pyenv activate brewmaster; /Users/glen/dev/brewmaster/brewmaster.py
## Read Log
cat ~/brewmaster.log