Lines Matching refs:clean
535 $YUM clean packages
658 clean()
685 [-p|--path=<path>] [-c|--clean] [-R|--release=<CentOS_release>] [-a|--arch=<arch of the container>]
691 -c,--clean clean the cache
701 options=$(getopt -o a:hp:n:cR: -l help,path:,rootfs:,name:,clean,release:,repo:,arch:,fqdn: -- "$@")
716 -c|--clean) clean=1; shift 1;;
726 if [ ! -z "$clean" -a -z "$path" ]; then
727 clean || exit 1
836 # This is needed to clean out bullshit like 6workstation and 6server.
892 if [ ! -z "$clean" ]; then
893 clean || exit 1