[yadt] push by kay.voge...@googlemail.com - change the partial yum clean to yum clean all on 2013-03-08 16:30 GMT

1 view
Skip to first unread message

ya...@googlecode.com

unread,
Mar 8, 2013, 11:30:43 AM3/8/13
to yadt-...@googlegroups.com
Revision: e4d200a9a05c
Branch: default
Author: kay.vog...@gmail.com
Date: Fri Mar 8 08:29:49 2013
Log: change the partial yum clean to yum clean all
http://code.google.com/p/yadt/source/detail?r=e4d200a9a05c

Modified:
/yadt-client/src/usr/bin/yadt-yum

=======================================
--- /yadt-client/src/usr/bin/yadt-yum Thu Mar 7 01:23:14 2013
+++ /yadt-client/src/usr/bin/yadt-yum Fri Mar 8 08:29:49 2013
@@ -68,8 +68,8 @@
while true; do
# (2013-03-06 Kay Vogelgesang) clean up important yum cache parts if
it is configured
if [ $YUMCACHE_CLEAN == "true" ]; then
- echo "clean up and rebuild yum expire-cache and dbcache"
- yum clean expire-cache dbcache > /dev/null 2>&1
+ echo "clean up all yum caches"
+ yum clean all > /dev/null 2>&1
fi
# (2012-08-09 Kay Vogelgesang) build yum cache before determining
required updates
yum makecache > /dev/null 2>&1
Reply all
Reply to author
Forward
0 new messages