diff options
Diffstat (limited to 'tools/scripts/autoport.sh')
-rw-r--r-- | tools/scripts/autoport.sh | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tools/scripts/autoport.sh b/tools/scripts/autoport.sh deleted file mode 100644 index 9965936..0000000 --- a/tools/scripts/autoport.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -# Root Directory -DIR=$(dirname "$PWD"); - -DIR_CONF=$DIR"/conf" -COL_DIR=$DIR"/c9-ports/" - -#rm ck4up.conf -for port in ${COL_DIR}*/ ; do - - echo "Checking port $port" - # (cd $port && git clean -f -d . ) - # prtwash -p -s $port - prtverify -m clean-repo $port - - #echo "${port}Pkgfile;" - #source ${port}Pkgfile; - - #echo "$name md5 ${source[0]} @TAR@" >> ck4up.conf -done - -portspage --title=c9-ports . > index.html -httpup-repgen $COL_DIR |