X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fmultisys%2Fexec%2Fupdate;fp=branch%2Fmultisys%2Fexec%2Fupdate;h=0000000000000000000000000000000000000000;hb=f0787374aaeaade22d5f67f4ce317b64d670d829;hp=7d466b91fd49290b05f40d29ca296b447ae1186b;hpb=cba40064eef115e4aec5b1d089963d402a6b0965;p=cran2deb.git diff --git a/branch/multisys/exec/update b/branch/multisys/exec/update deleted file mode 100755 index 7d466b9..0000000 --- a/branch/multisys/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 -mini-dinstall --batch -c /etc/cran2deb/sys/$sys/mini-dinstall.conf || exit 1 -update_period=10800 -if (~ $1 full || ![ -e /var/cache/cran2deb/cache.rda ] ) { - delta=`{awk 'END{print '^$update_period^'+1}'