4 . $(dirname $0)/build.common
7 echo "Usage: $COMMAND [-f fcdistro]"
8 echo "outputs the list of packages to exclude from the stock repositories"
9 echo "this is set in build.common, and needs to fit the set of packages"
10 echo "that we override in the planetlab build"
14 while getopts "f:" opt ; do
16 f) FCDISTRO=$OPTARG ;;
21 toshift=$(($OPTIND - 1))
24 [[ -n "$@" ]] && usage
26 # if the fcdistro is passed in argument
27 if [ -n "$FCDISTRO" ] ; then
28 pl_getKexcludes "$FCDISTRO"
29 # otherwise use the value for the current system