X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fmultisys%2Fexec%2Flatest_log;fp=branch%2Fmultisys%2Fexec%2Flatest_log;h=055991a627b6ce5af68b052d0474451268959b0a;hb=413d9e15b7bd5f8f36685c2cccbb9bbed3a3a0b9;hp=0000000000000000000000000000000000000000;hpb=65fce8cd87d7d6f0209611ff7a264819e42a6c9e;p=cran2deb.git diff --git a/branch/multisys/exec/latest_log b/branch/multisys/exec/latest_log new file mode 100644 index 0000000..055991a --- /dev/null +++ b/branch/multisys/exec/latest_log @@ -0,0 +1,11 @@ +#!/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') + } +}