summaryrefslogtreecommitdiff
path: root/debian/apt.cron.daily
AgeCommit message (Collapse)Author
2008-02-25* debian/apt.cron.daily:Michael Vogt
- sleep random amount of time (default within 0-30min) before starting the upate to hit the mirrors less hard
2007-12-16* Fix cron.daily job to not call fail if apt isn't installed, closes:Otavio Salvador
#443286.
2007-12-06* debian/apt.conf.daily:Michael Vogt
- print warning if the cache can not be locked (closes: #454561), thanks to Bastian Kleineidam
2007-10-12* debian/apt.cron.daily:Michael Vogt
- only run the cron job if apt-get check succeeds (LP: #131719)
2007-09-11* debian/apt.cron.daily:Michael Vogt
- move unattended-upgrade before apt-get autoclean
2007-06-08* fix error in AutocleanInterval, closes: #319339Michael Vogt
(thanks to Israel G. Lugo for the patch) * add "purge" commandline argument, closes: #133421) (thanks to Julien Danjou for the patch)
2007-06-08* fix error in AutocleanInterval, closes: #319339Michael Vogt
(thanks to Israel G. Lugo for the patch)
2005-12-09* unattended-upgrade integrated into the APT::Periodic systemMichael Vogt
2005-09-12* fix a typo Michael Vogt
2005-09-07* fix a stupid typo in apt.cron.dailyMichael Vogt
2005-09-06* check ctime as well in cron.daily when cleaning up packages in apt.cron.dailyMichael Vogt
2005-04-06* supress output when /var/cache/apt/archives is empty; break when min-age ↵Michael Vogt
is reached
2005-03-23* changelog entry for 0.6.34ubuntu1 added, MinAge default is 2 days nowMichael Vogt
2005-03-22* MinAge implemented, cron script variables documented, bugfix in ↵Michael Vogt
check_stamp() function
2005-03-15* check cache size after AUTOCLEAN was run (but independent)Michael Vogt
2005-03-15* run check_size_constraints independent of AUTOCLEAN (thanks Matt)Michael Vogt
2005-03-15* be more carefull when building the archive path (thanks to matt!)Michael Vogt
Patches applied: * apt@packages.debian.org/apt--main--0--patch-67 Open 0.6.35 * apt@packages.debian.org/apt--main--0--patch-68 Merge apt--mvo--0 * apt@packages.debian.org/apt--main--0--patch-69 Correct spelling in cron.daily * apt@packages.debian.org/apt--main--0--patch-70 Use find|xargs rather than find -exec in cron.daily * apt@packages.debian.org/apt--main--0--patch-71 Update changelog
2005-03-14Use find|xargs rather than find -exec in cron.dailyMatt Zimmerman
2005-03-14Correct spelling in cron.dailyMatt Zimmerman
2005-03-14* add APT::Archives::{MaxAge,MaxSize} to the cron.daily apt scriptMichael Vogt
2005-01-22Remove debugging from apt.cron.dailyMatt Zimmerman
2004-11-23Add APT::Periodic::Autoclean settingMatt Zimmerman
* Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to be run periodically. This is useful with APT::Periodic::Download-Upgradeable-Packages, and defaults to the same value, so that the cache size is bounded
2004-11-14Handle interval=0 correctly in apt.cron.daily:check_stampMatt Zimmerman
2004-11-14Improvements to apt.cron.dailyMatt Zimmerman
- Add the capability to download upgradeable packages, as well as package indexes - Place timestamp files in /var/lib/apt/periodic rather than /var/lib/apt itself
2004-11-14Don't hardcode paths in apt.cron.dailyMatt Zimmerman
2004-11-13Add cron.dailyMatt Zimmerman
* Patch from Michael Vogt to add an optional cron job which can run apt-get update periodically