From: blundellc Date: Sat, 31 Jan 2009 22:25:55 +0000 (+0000) Subject: notes on data/, update TODO X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=63ae39b54286fc51a2103254cf92fd148deb4c94;p=cran2deb.git notes on data/, update TODO git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@172 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/TODO b/TODO index e69de29..ee38a27 100644 --- a/TODO +++ b/TODO @@ -0,0 +1,3 @@ + - exportable apt repository + - daily updates to minimise rebuilds + - check versioning is working correctly diff --git a/trunk/inst/doc/README b/trunk/inst/doc/README index 927ad38..25a2784 100644 --- a/trunk/inst/doc/README +++ b/trunk/inst/doc/README @@ -34,3 +34,12 @@ Let SYS be the system you wish to build for (e.g., debian-amd64) $ cran2deb help will display a short summary of help for each cran2deb command. + +Concerning data/: +This contains scripts necessary to recreate the database should you loose the +database. It's a backup that can be versioned by SVN. There is a script called +pull that, when run from the data directory will recreate all the files from +the database EXCEPT for the licenses. The licenses cannot be recreated because +licenses can be based on one-way hashes. This process could certainly be +improved. +