builds libnl and inotify-tools
[build.git] / getkexcludes.sh
1 #!/bin/bash
2
3 COMMAND=$(basename $0)
4 . $(dirname $0)/build.common
5
6 function usage () {
7     echo "Usage: $COMMAND"
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"
11     exit 1
12 }
13
14 [[ -n "$@" ]] && usage
15
16 echo "$pl_KEXCLUDES"
17
18
19
20         
21