index
:
gentoo-portage-update
master
Bash script to (mostly) do Gentoo Portage updates automatically
Luke Bratch <luke@bratch.co.uk>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
8 days
Don't modify world file for -9999 packages (use -1/--oneshot).
HEAD
master
Luke Bratch
8 days
Add --exclude and pass the next argument to emerge --exclude for @world and -...
Luke Bratch
8 days
Add etc-update.
Luke Bratch
8 days
Include -9999 packages inside the --skip-update block.
Luke Bratch
8 days
Layman is deprecated, so use emaint to sync all repositories. This also mean...
Luke Bratch
2022-07-14
Update SAFE_SERVICES.
Luke Bratch
2019-05-08
Fix some bad English
Luke Bratch
2019-05-08
Add ability to skip Portage and layman tree syncing
Luke Bratch
2019-03-13
Always remerge *-9999 packages since they don't get updated by a @world update
Luke Bratch
2018-01-09
Only try to run layman if the command seems to exist
Luke Bratch
2018-01-09
Add support for syncing Layman repositories before doing update @world
Luke Bratch
2017-12-27
Implement checking for new news items, plus the ability to skip the check
Luke Bratch
2017-12-12
Allow skipping preserved-rebuild
Luke Bratch
2017-12-12
Allow skipping depclean
Luke Bratch
2017-12-12
Only restart services if the safe list grep matched (this was a bad bug!)
Luke Bratch
2017-12-12
We're just doing rm -r, not rm -rf (to the Portage temporary directory)
Luke Bratch
2017-12-12
Add a finshing message which includes a warning to test SSHing in
Luke Bratch
2017-12-12
Set some saner default variables
Luke Bratch
2017-12-12
Initial commit
Luke Bratch