summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-08-06 10:20:50 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-08-06 10:20:50 -0400
commit2ebb02acd1d53e1bd88793ad67ea9d0c4354c03f (patch)
tree9f367e3a6046e59d2efb66ce97882f07d8aea40b /src/sbin
parent8c42c52a2afa99d92aa25d5d90f116faa6ea0bcc (diff)
downloadbcfg2-2ebb02acd1d53e1bd88793ad67ea9d0c4354c03f.tar.gz
bcfg2-2ebb02acd1d53e1bd88793ad67ea9d0c4354c03f.tar.bz2
bcfg2-2ebb02acd1d53e1bd88793ad67ea9d0c4354c03f.zip
bcfg2-yum-helper: fully download group metadata during makecache
Diffstat (limited to 'src/sbin')
-rwxr-xr-xsrc/sbin/bcfg2-yum-helper1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbin/bcfg2-yum-helper b/src/sbin/bcfg2-yum-helper
index b8c99953d..03b672ac7 100755
--- a/src/sbin/bcfg2-yum-helper
+++ b/src/sbin/bcfg2-yum-helper
@@ -262,6 +262,7 @@ class CacheManager(YumHelper):
self.yumbase.repos.populateSack(mdtype='metadata', cacheonly=1)
self.yumbase.repos.populateSack(mdtype='filelists', cacheonly=1)
self.yumbase.repos.populateSack(mdtype='otherdata', cacheonly=1)
+ self.yumbase.comps
def main():