X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fdouble_build%2Fexec%2Fupdate;fp=branch%2Fdouble_build%2Fexec%2Fupdate;h=0000000000000000000000000000000000000000;hb=42bff07893104a11db95c8d65fe518a336463351;hp=b457c912bb08f71ef134abbf06df13b028073f1d;hpb=f0817a2fbc3df0f5daad0a9e1a11d9f295218c0a;p=cran2deb.git diff --git a/branch/double_build/exec/update b/branch/double_build/exec/update deleted file mode 100755 index b457c91..0000000 --- a/branch/double_build/exec/update +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/rc -## DOC: cran2deb update -## DOC: update the cran2deb cache and database -## DOC: cran2deb update full -## DOC: force a full update of the cran2deb cache and database -## DOC: - -umask 002 -root=$1 -shift -sys=`{cran2deb which_system} -mkdir -p /var/cache/cran2deb/results/$sys || exit 1 -update_period=10800 -if (~ $1 full || ![ -e /var/cache/cran2deb/cache.rda ] ) { - delta=`{awk 'END{print '^$update_period^'+1}'