summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2020-02-14add option to start reboot timerGravatar Christian Hesse1-1/+9
2020-01-28act on specific packages on offline action onlyGravatar Christian Hesse1-2/+7
This adds a configuration file /etc/pacman.d/offline.conf that can be included to global pacman configuration file /etc/pacman.conf. By default it contains configuration to ignore linux packages. On offline action this include is removed, allowing to update linux packages on offline action only. This prevents from breaking module loading in a running system.
2019-10-11always use long optionsGravatar Christian Hesse1-3/+3
2019-07-01add reboot optionGravatar Christian Hesse1-1/+12
2018-01-24remove grep that is no longer required with pacman >= 5.1.0pacman-5-1Gravatar Christian Hesse1-2/+1
2017-10-31make counting updates independent from localeGravatar Christian Hesse1-1/+2
2017-10-02fix pending update with missing symlinkGravatar Christian Hesse1-1/+1
2017-10-02add option to force system-updateGravatar Christian Hesse1-1/+5
2017-10-02make sure no other update is pendingGravatar Christian Hesse1-0/+6
2017-10-02remove symlink before prepareGravatar Christian Hesse1-0/+3
2017-09-29count updates not ignoredGravatar Christian Hesse1-1/+1
2017-09-24add refresh and help optionsGravatar Christian Hesse1-0/+19
2017-09-24check for available updatesGravatar Christian Hesse1-0/+6
2017-09-22initial commitGravatar Christian Hesse1-0/+9