]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/multisys/R/zzz.R
infomercial + host_arch regression
[cran2deb.git] / 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))
 }