Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * fix a stupid typo in apt.cron.daily | Michael Vogt | 2005-09-07 | 1 | -1/+1 |
| | |||||
* | * check ctime as well in cron.daily when cleaning up packages in apt.cron.daily | Michael Vogt | 2005-09-06 | 1 | -4/+10 |
| | |||||
* | * supress output when /var/cache/apt/archives is empty; break when min-age ↵ | Michael Vogt | 2005-04-06 | 1 | -2/+2 |
| | | | | is reached | ||||
* | * changelog entry for 0.6.34ubuntu1 added, MinAge default is 2 days now | Michael Vogt | 2005-03-23 | 1 | -1/+1 |
| | |||||
* | * MinAge implemented, cron script variables documented, bugfix in ↵ | Michael Vogt | 2005-03-22 | 1 | -1/+56 |
| | | | | check_stamp() function | ||||
* | * check cache size after AUTOCLEAN was run (but independent) | Michael Vogt | 2005-03-15 | 1 | -3/+3 |
| | |||||
* | * run check_size_constraints independent of AUTOCLEAN (thanks Matt) | Michael Vogt | 2005-03-15 | 1 | -1/+4 |
| | |||||
* | * be more carefull when building the archive path (thanks to matt!) | Michael Vogt | 2005-03-15 | 1 | -6/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Use find|xargs rather than find -exec in cron.daily | Matt Zimmerman | 2005-03-14 | 1 | -1/+1 |
| | | |||||
| * | Correct spelling in cron.daily | Matt Zimmerman | 2005-03-14 | 1 | -2/+2 |
|/ | |||||
* | * add APT::Archives::{MaxAge,MaxSize} to the cron.daily apt script | Michael Vogt | 2005-03-14 | 1 | -0/+46 |
| | |||||
* | Remove debugging from apt.cron.daily | Matt Zimmerman | 2005-01-22 | 1 | -1/+0 |
| | |||||
* | Add APT::Periodic::Autoclean setting | Matt Zimmerman | 2004-11-23 | 1 | -2/+9 |
| | | | | | | | * 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 | ||||
* | Handle interval=0 correctly in apt.cron.daily:check_stamp | Matt Zimmerman | 2004-11-14 | 1 | -0/+4 |
| | |||||
* | Improvements to apt.cron.daily | Matt Zimmerman | 2004-11-14 | 1 | -28/+40 |
| | | | | | | | - 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 | ||||
* | Don't hardcode paths in apt.cron.daily | Matt Zimmerman | 2004-11-14 | 1 | -2/+2 |
| | |||||
* | Add cron.daily | Matt Zimmerman | 2004-11-13 | 1 | -0/+54 |
* Patch from Michael Vogt to add an optional cron job which can run apt-get update periodically |