summaryrefslogtreecommitdiff
path: root/debian/apt.cron.daily
AgeCommit message (Collapse)Author
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