diff options
Diffstat (limited to 'Master/Tools/Check')
-rwxr-xr-x | Master/Tools/Check | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/Tools/Check b/Master/Tools/Check deleted file mode 100755 index a018592f5cb..00000000000 --- a/Master/Tools/Check +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -M=`cd \`dirname $0\`/.. && /bin/pwd` -cd `dirname $0` -perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=cov --arch=all --type=Package -perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=cov --arch=all --type=Documentation -perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=cov --arch=all --type=TLCore -# will check coverage -# -# Checking dependencies: -perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dep --arch=all --type=Package -perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dep --arch=all --type=Documentation -perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dep --arch=all --type=TLCore -# will check dependencies -# -# Checking duplicates: -#perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dup --arch=all --type=Package -#perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dup --arch=all --type=Documentation -#perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dup --arch=all --type=TLCore -# will check duplicate file names - |