]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/patch/exec/latest_log
Merged branch/patch into trunk
[cran2deb.git] / branch / patch / exec / latest_log
diff --git a/branch/patch/exec/latest_log b/branch/patch/exec/latest_log
deleted file mode 100644 (file)
index 055991a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env r
-## DOC: cran2deb latest_log package1 package2 ...
-## DOC:     show the latest log output for <package>
-suppressMessages(library(cran2deb))
-
-if (exists('argv')) {
-    for (pkg in argv) {
-        cat(db_latest_build(pkg)$log)
-        cat('\n')
-    }
-}