rbalint/unattended-upgrades forked from mvo5/unattended-upgrades
-
Stop asking debconf question about Origins-Pattern and modifying 50un…
rbalint committedSep 19, 2017 …attended-upgrades 50unattended-upgrades now contains multiple origins by default and setting them from debconf can't be made really easy. Users should change the configuration file itself instead. Handling 50unattended-upgrades as a regular conffile also prevent leaving it around accidentally Closes: #808336 LP: #1577215
-
Install upgrades from ${distro_codename}, label=Debian by default
rbalint committedSep 19, 2017 This enables updates from stable point releases but also lets testing and sid being updated with the package updates. Fixes #33. Closes: #787945, #597061
-
Fix calling dh_installinit during build
rbalint committedOct 18, 2017 -
Test for running systemd on Debian, too, when applying workaround for it
rbalint committedOct 16, 2017
-
Merge pull request #82 from peternowee/feat-suggest-rpi
rbalint committedNov 9, 2017 Add RPi-specific comment to Raspbian config file
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Enable RPi-specific upgrades on Raspbian
peternowee committedNov 9, 2017 In addition to the Raspbian repository, Raspbian images distributed by the Raspberry Pi Foundation (RPF) depend on the RPF repository for kernel and firmware updates. This commit adds a pattern matching line for packages from the RPF repository to the Raspbian config file for unattended-upgrades.
This commit was signed with a verified signature.peternowee Peter Nowee
GPG key ID: DB4E8AD69A0414CD Learn about signing commits -
Merge pull request #81 from peternowee/fix-raspbian-pattern
rbalint committedNov 9, 2017 Fix Raspbian default config codename matching
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Fix Raspbian default config codename matching
peternowee committedNov 9, 2017 Using `archive=${distro_codename}` does not match, at least not in Raspbian Stretch anymore. Changing it to `codename=${distro_codename}`. I tested that it now works and did not notice any regressions. Same change was made to the Debian-specific configuration 3 years ago, see commit 9a2afa5.This commit was signed with a verified signature.peternowee Peter Nowee
GPG key ID: DB4E8AD69A0414CD Learn about signing commits
-
rbalint committed
Sep 26, 2017 -
Update README.md with the fact that unattended=upgrades is enabled by…
rbalint committedSep 20, 2017 … default Closes: #865519
-
Stop already running unattended-upgrades before hibernation even with…
rbalint committedSep 21, 2017 … systemd LP: #1455097
-
Add --stop-only option to unattended-upgrade-shutdown and use it on h…
rbalint committedSep 20, 2017 …ibernation This prevents starting unattended-upgrades right before hibernating when Unattended-Upgrade::InstallOnShutdown is true. Closes: #610333
-
Rename test to test_non_minimal_steps_upgrade to reflect content
rbalint committedSep 19, 2017 -
rbalint committed
Sep 19, 2017 -
rbalint committed
Sep 19, 2017 -
Merge pull request #77 from rbalint/master
mvo5 committedSep 19, 2017 ~90 % speedup and minor fixes
-
rbalint committed
Sep 19, 2017 -
Store candidate versions to adjust in UnattendedUpgradesCache()'s con…
rbalint committedSep 19, 2017 …structor and adjust only those when clearing cache. Iterating over all packages in the cache for each upgrade set accounted for 80% of CPU time used by u-u. Fixes #76
-
Check only changed packages in check_changes_for_sanity()
rbalint committedSep 18, 2017
-
Default to MinimalSteps=True in most tests to excercise default setting
rbalint committedSep 15, 2017
-
Catch SystemError from fetcher.run(), too
rbalint committedSep 14, 2017
-
Run u-u-s only when running on AC power
rbalint committedSep 1, 2017 When InstallOnShutdown it set to true u-u-s is running the upgrades step which is risky when a laptop's battery is almost depleted because the remaining power may not be enough to install all upgrades leaving the system in an inconsistent state. When InstallOnShutdown is false, then apt-daily-upgrade.service performs the upgrade in recent apt versions and it does not run on battery power thus u-u-s does not have to stop it. Apt-daily-upgrade.service also runs u-u in a way that ensures graceful termination even without u-u-s.
-
rbalint committed
Aug 31, 2017
-
Declare needs-reboot for autopkgtests
rbalint committedAug 30, 2017 -
Handle recovering from broken dh_installinit override on Ubuntu, too
rbalint committedAug 30, 2017 -
rbalint committed
Aug 30, 2017
-
rbalint committed
Aug 29, 2017 -
Merge pull request #72 from rbalint/master
mvo5 committedAug 29, 2017 Use test/aptroot instead of / as APT root directory in tests
-
Use test/aptroot instead of / as APT root directory in tests
rbalint committedAug 29, 2017 This prevents prevents system configuration from affecting test results. Closes: #873079
-
Merge pull request #71 from rbalint/master
mvo5 committedAug 23, 2017 Minor fixes and preparing new upload