X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fpatch%2Fexec%2Fupdate;fp=branch%2Fpatch%2Fexec%2Fupdate;h=0000000000000000000000000000000000000000;hb=21489018a9c733dc99bb8899ef53088166d0f189;hp=7bcc78f0ecf4bab77fca4f6a87bf6d50570a6af4;hpb=49b44dc25b2664f0b2cbbed14a444d77c4d0ca07;p=cran2deb.git diff --git a/branch/patch/exec/update b/branch/patch/exec/update deleted file mode 100755 index 7bcc78f..0000000 --- a/branch/patch/exec/update +++ /dev/null @@ -1,29 +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 -mkdir -p /var/cache/cran2deb/results || exit 1 -mini-dinstall --batch -c /etc/cran2deb/mini-dinstall.conf || exit 1 -update_period=10800 -if (~ $1 full || ![ -e /var/cache/cran2deb/cache.rda ] ) { - delta=`{awk 'END{print '^$update_period^'+1}'