]> git.donarmstrong.com Git - cran2deb.git/commitdiff
README: document some of the cran2deb commands.
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:24:34 +0000 (13:24 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:24:34 +0000 (13:24 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@108 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

pkg/trunk/inst/doc/README

index c514b3c41fbe290e80c3986f670f32edf017fd76..038e70af199e94d521aecd11bcf958c4c9b0c55c 100644 (file)
@@ -24,3 +24,24 @@ Let ROOT be the value returned by running: cran2deb root
 6. Try building a simple package: cran2deb build zoo
    (The result will be in /var/cache/cran2deb/results)
 
+
+
+Useful commands:
+cran2deb build <foo>
+
+cran2deb autobuild
+ - tries to build everything in the database that is out of date or failed on last build.
+
+cran2deb license
+ - license console for adding new licenses. see ROOT/data/populate_licenses for examples
+
+cran2deb depend
+ - dependency console for adding more dependencies, forced dependencies, system requirement patterns, and aliases.
+    see ROOT/data/populate_depend_aliases
+                  populate_forcedep
+                  populate_sysreq
+
+cran2deb update
+ - update the various caches and databases from the latest cran2deb static data, CRAN/BioC repos, and Debian
+ repos (for the pbuilder chroot)
+