#!/bin/bash

if [ $test_only -eq 0 ]; then
    yum clean all && yum repolist
fi
