aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-02-01prepare version 0.2.4HEAD0.2.4mainGravatar Christian Hesse1-1/+1
2024-01-31override only if not rebooting directly...Gravatar Christian Hesse1-7/+7
... and also make the timer a separate condition.
2024-01-30reload daemon from hook...Gravatar Christian Hesse1-1/+1
... to make it aware the symlink was removed.
2024-01-30force soft-reboot on regular rebootGravatar Christian Hesse3-2/+9
2024-01-01update copyright for 2024Gravatar Christian Hesse7-7/+7
2023-10-25prepare version 0.2.30.2.3Gravatar Christian Hesse1-1/+1
2023-10-11do not use pager when showing timersGravatar Christian Hesse1-1/+1
2023-09-21prepare version 0.2.20.2.2Gravatar Christian Hesse1-1/+1
2023-08-28also show the prepare timerGravatar Christian Hesse1-1/+1
2023-08-28show the timer (if active)Gravatar Christian Hesse1-0/+3
This has no output if the timer is stopped. But the timer is shown if a previous run startet it or it is enabled.
2023-08-07prepare version 0.2.10.2.1Gravatar Christian Hesse1-1/+1
2023-08-03add message on rebootGravatar Christian Hesse1-0/+2
2023-07-27README: document the timersGravatar Christian Hesse1-0/+18
2023-07-26clearly state the licenseGravatar Christian Hesse9-0/+737
2023-07-26README: add documentationGravatar Christian Hesse2-2/+61
Fixes GH-3
2023-07-26add basic support for plymouthGravatar Christian Hesse1-0/+2
I could speard the commands in the script, but this would be of little use only... Most of execution time is consumed by pacman anyway. So let's just change the mode and give an initial progress in service. Fixes GH-2
2023-07-11prepare version 0.2.00.2.0Gravatar Christian Hesse1-1/+1
2023-07-11support systemd without soft-rebootGravatar Christian Hesse3-3/+7
2023-07-10do a soft-reboot in second step...Gravatar Christian Hesse1-1/+5
... if the modules for running kernel are still available.
2023-07-10do a soft-reboot in first stepsystemd-254Gravatar Christian Hesse2-2/+2
2023-06-25prepare version 0.1.40.1.4Gravatar Christian Hesse1-1/+1
2023-06-25use pacman-conf...Gravatar Christian Hesse1-1/+1
... and drop the dependency for pacutils.
2023-06-25prepare version 0.1.30.1.3Gravatar Christian Hesse1-1/+1
2023-06-25only clean if clean method set to keep currentGravatar Christian Hesse1-1/+5
2023-06-25prepare version 0.1.20.1.2Gravatar Christian Hesse1-1/+1
2023-06-25add option to clean cacheGravatar Christian Hesse1-1/+11
2020-04-03prepare version 0.1.10.1.1Gravatar Christian Hesse1-1/+1
2020-02-14add option to start reboot timerGravatar Christian Hesse1-1/+9
2020-01-28act on specific packages on offline action onlyGravatar Christian Hesse4-3/+20
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.
2020-01-15prepare version 0.1.00.1.0Gravatar Christian Hesse1-1/+1
2020-01-15remove useless optionGravatar Christian Hesse1-1/+1
2020-01-08attempt to install archlinux-keyring only if neededGravatar Christian Hesse1-1/+3
2019-11-05run daily, but on calendar...Gravatar Christian Hesse1-1/+2
... to get latest changes before possible reboot.
2019-10-31drop conditions from timersGravatar Christian Hesse2-2/+0
2019-10-31add timer for rebootGravatar Christian Hesse3-0/+19
2019-10-18make hook act on installGravatar Christian Hesse1-0/+1
An install is likely to be followed by a sync...
2019-10-11always use long optionsGravatar Christian Hesse2-6/+6
2019-10-11install archlinux-keyring firstGravatar Christian Hesse1-0/+1
2019-09-05be verbose and give feedback on actionGravatar Christian Hesse1-1/+1
2019-09-04disabling scheduled pacman offline update...Gravatar Christian Hesse2-0/+11
... in libalpm hook on pacman transaction.
2019-07-01add reboot optionGravatar Christian Hesse1-1/+12
2018-08-14release: add comment with file name to signaturesGravatar Christian Hesse1-2/+2
2018-05-31prepare version 0.0.50.0.5Gravatar Christian Hesse1-1/+1
2018-05-31release: write tar signature to git notesGravatar Christian Hesse1-0/+1
2018-01-24remove grep that is no longer required with pacman >= 5.1.0pacman-5-1Gravatar Christian Hesse1-2/+1
2017-10-31prepare version 0.0.40.0.4Gravatar Christian Hesse1-1/+1
2017-10-31make counting updates independent from localeGravatar Christian Hesse1-1/+2
2017-10-16kill with SIGINT and make pacman clean up itselfGravatar Christian Hesse1-1/+1
2017-10-09prepare version 0.0.30.0.3Gravatar Christian Hesse1-1/+1
2017-10-09remove lockfile on stopGravatar Christian Hesse1-0/+1
This is our lockfile, so clean up if service is stopped.
2017-10-09only prepare if db is not lockedGravatar Christian Hesse2-0/+2
2017-10-02prepare version 0.0.20.0.2Gravatar Christian Hesse1-1/+1
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-28prepare for a release0.0.1Gravatar Christian Hesse1-0/+8
2017-09-28add timer to prepare system-updateGravatar Christian Hesse3-0/+21
2017-09-28clean up package cacheGravatar Christian Hesse1-0/+3
2017-09-25remove symlink earlyGravatar Christian Hesse1-3/+3
2017-09-24add refresh and help optionsGravatar Christian Hesse1-0/+19
2017-09-24check for available updatesGravatar Christian Hesse1-0/+6
2017-09-22check for symbolic link, not just existenceGravatar Christian Hesse1-1/+1
2017-09-22initial commitGravatar Christian Hesse6-0/+67