X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fpatch%2Fexec%2Flatest_log;fp=branch%2Fpatch%2Fexec%2Flatest_log;h=0000000000000000000000000000000000000000;hb=21489018a9c733dc99bb8899ef53088166d0f189;hp=055991a627b6ce5af68b052d0474451268959b0a;hpb=49b44dc25b2664f0b2cbbed14a444d77c4d0ca07;p=cran2deb.git diff --git a/branch/patch/exec/latest_log b/branch/patch/exec/latest_log deleted file mode 100644 index 055991a..0000000 --- a/branch/patch/exec/latest_log +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env r -## DOC: cran2deb latest_log package1 package2 ... -## DOC: show the latest log output for -suppressMessages(library(cran2deb)) - -if (exists('argv')) { - for (pkg in argv) { - cat(db_latest_build(pkg)$log) - cat('\n') - } -}