]> git.donarmstrong.com Git - cran2deb.git/commitdiff
infomercial + host_arch regression
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 16:01:22 +0000 (16:01 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 16:01:22 +0000 (16:01 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@154 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

branch/multisys/R/zzz.R

index 44d70c8191ec98c158cda6fcfe5fa6d6fc5c3e07..58bf250a482d26578e51a2d158d618d9137ce24c 100644 (file)
     global("changesfile", function(srcname,version='*') {
         return(file.path(pbuilder_results
                         ,paste(srcname,'_',version,'_'
-                              ,host_arch(),'.changes',sep='')))
+                              ,host_arch,'.changes',sep='')))
     })
 
     cache <- file.path(cache_root,'cache.rda')
     if (file.exists(cache)) {
         load(cache,envir=.GlobalEnv)
     }
+    message(paste('I: cran2deb',scm_revision,'building for',which_sys))
 }