racket/collects/meta/drdr
Eli Barzilay d2cee683e4 Improve drdr suffix-decision code, and the help text for prop setting.
The code is improved, and also the default changes for *.rkt files:
there is no need for any flags -- "-q" is redundant, and with no flags
it's doing "-u" which is the same as "-t" (with an added "-N").
2012-06-19 12:52:22 -04:00
..
static
tests
analyze.rkt
archive-repair.rkt New archives, smaller 2012-05-17 10:29:55 -06:00
archive-repair.sh Only repair the big archives 2012-05-17 10:29:55 -06:00
archive-test.rkt
archive.rkt New archives, smaller 2012-05-17 10:29:55 -06:00
cache.rkt
cc.rkt
config.rkt
copy.sh
diff.rkt
diffcmd.rkt
dirstruct.rkt New archives, smaller 2012-05-17 10:29:55 -06:00
example.timing
formats.rkt
good-init.sh
house-call.rkt
info.rkt
INSTALL
installed-software
list-count.rkt
main.rkt New archives, smaller 2012-05-17 10:29:55 -06:00
make-archive-lib.rkt New archives, smaller 2012-05-17 10:29:55 -06:00
make-archive.rkt New archives, smaller 2012-05-17 10:29:55 -06:00
metadata.rkt Improve drdr suffix-decision code, and the help text for prop setting. 2012-06-19 12:52:22 -04:00
monitor-drdr.rkt
monitor-scm.rkt
notify.rkt
path-utils.rkt
pkgs
plt-build.rkt Each file gets its own tmp dir 2012-05-17 10:29:55 -06:00
README
README-PORTS
recompress.sh Start improving file system usage 2012-05-17 10:29:55 -06:00
render.rkt Fixing commit message display re newlines re Robby 2012-05-28 11:52:56 -06:00
rendering.rkt
replay-log.rkt
replay.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
retry.rkt
rewriting.rkt
run-collect.rkt
scm.rkt
sema.rkt
set-browser.rkt
status.rkt
svn.rkt
time-file.rkt
time.rkt
vdbm.rkt

This is the implementation of DrDr.

It currently only runs on a single machine that is set up in an intricate way.
-- In particular, config.rkt mentions many of those details
-- Also, static/data must be a link to a data directory (/opt/plt/data)

It uses a few of my PLaneT packages and some other ones as well.