From: Don Armstrong Date: Tue, 26 Feb 2013 02:29:43 +0000 (-0800) Subject: because we are using wannabuild, we don't care about the dependency closure X-Git-Url: https://git.donarmstrong.com/?p=cran2deb.git;a=commitdiff_plain;h=e17ceb3ced8e563fbc70c23b5240c0fc13478f43 because we are using wannabuild, we don't care about the dependency closure --- diff --git a/trunk/exec/build_all b/trunk/exec/build_all index 64f125d..4913f5c 100644 --- a/trunk/exec/build_all +++ b/trunk/exec/build_all @@ -8,7 +8,7 @@ suppressPackageStartupMessages(library(cran2deb)) if (exists('argv')) { # check for littler db_update_package_versions() pkgs <- dimnames(available)[1] - build_order <- r_dependency_closure(pkgs) + build_order <- pkgs #r_dependency_closure(pkgs) notice('build order',paste(build_order,collapse=', ')) for (pkg in build_order) { build(pkg,c(),force=T)