From: blundellc Date: Sun, 14 Jun 2009 16:38:17 +0000 (+0000) Subject: explain why needs_build does this X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=729f83a15e4e2194b48613d2097aba6aaace8a59;p=cran2deb.git explain why needs_build does this git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@243 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/trunk/R/build.R b/trunk/R/build.R index ad3892a..74479fb 100644 --- a/trunk/R/build.R +++ b/trunk/R/build.R @@ -90,7 +90,7 @@ needs_build <- function(name,version) { notice('rebuilding',name,': no build record or previous build failed') return(T) } - # see if it has already been built + # see if it has already been built *and* successfully uploaded srcname <- pkgname_as_debian(name,binary=F) debname <- pkgname_as_debian(name,binary=T) if (file.exists(changesfile(srcname, version))) {