X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fpatch%2Fexec%2Fautobuild;fp=branch%2Fpatch%2Fexec%2Fautobuild;h=0000000000000000000000000000000000000000;hb=21489018a9c733dc99bb8899ef53088166d0f189;hp=0b24cba32edaff51fbce22e25f9d965e189193ba;hpb=49b44dc25b2664f0b2cbbed14a444d77c4d0ca07;p=cran2deb.git diff --git a/branch/patch/exec/autobuild b/branch/patch/exec/autobuild deleted file mode 100755 index 0b24cba..0000000 --- a/branch/patch/exec/autobuild +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env r -## DOC: cran2deb autobuild -## DOC: automatically builds all out of date packages. -## DOC: -suppressMessages(library(cran2deb)) - -if (exists('argv')) { # check for littler - db_update_package_versions() - outdated <- db_outdated_packages() - build_order <- r_dependency_closure(outdated) - notice('build order',paste(build_order,collapse=', ')) - for (pkg in build_order) { - build(pkg,c()) - } -}