]> git.donarmstrong.com Git - cran2deb.git/commitdiff
explain why needs_build does this
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sun, 14 Jun 2009 16:38:17 +0000 (16:38 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sun, 14 Jun 2009 16:38:17 +0000 (16:38 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@243 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

trunk/R/build.R

index ad3892ad1124c9fa6c8f07e0955b5e73e30fe60a..74479fb9173c78db5c0f6b5033192a89fc76e31a 100644 (file)
@@ -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))) {