X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fpatch%2Fexec%2Fbuild_ctv;fp=branch%2Fpatch%2Fexec%2Fbuild_ctv;h=0000000000000000000000000000000000000000;hb=21489018a9c733dc99bb8899ef53088166d0f189;hp=1e39e04269272862bff59d7ffe96a62051e961c2;hpb=49b44dc25b2664f0b2cbbed14a444d77c4d0ca07;p=cran2deb.git diff --git a/branch/patch/exec/build_ctv b/branch/patch/exec/build_ctv deleted file mode 100755 index 1e39e04..0000000 --- a/branch/patch/exec/build_ctv +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -## DOC: cran2deb build_ctv -## DOC: build all CRAN TaskViews. warning and error logs in ./ctv/ -## DOC: - -for ctv in $(cran2deb cran_pkgs query); do - echo task view $ctv... - if [ ! -e "ctv/$ctv" ]; then - cran2deb build_some "$ctv" - mkdir -p "ctv/$ctv" - mv warn fail "ctv/$ctv" - fi -done -