#!/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