Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-14 | Use find|xargs rather than find -exec in cron.daily | Matt Zimmerman | |
2005-03-14 | Correct spelling in cron.daily | Matt Zimmerman | |
2005-03-14 | * add APT::Archives::{MaxAge,MaxSize} to the cron.daily apt script | Michael Vogt | |
2005-01-22 | Remove debugging from apt.cron.daily | Matt Zimmerman | |
2004-11-23 | Add APT::Periodic::Autoclean setting | Matt 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-14 | Handle interval=0 correctly in apt.cron.daily:check_stamp | Matt Zimmerman | |
2004-11-14 | Improvements to apt.cron.daily | Matt 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-14 | Don't hardcode paths in apt.cron.daily | Matt Zimmerman | |
2004-11-13 | Add cron.daily | Matt Zimmerman | |
* Patch from Michael Vogt to add an optional cron job which can run apt-get update periodically |