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 Marking release commits specially 2012-01-25 16:48:11 -07:00
tests A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
analyze.rkt Fixing slight error when a file fails to test properly 2011-10-05 16:29:16 -06:00
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 Switching to Racket 2010-11-11 15:59:50 -07:00
archive.rkt New archives, smaller 2012-05-17 10:29:55 -06:00
cache.rkt Switching to Racket 2010-11-11 15:59:50 -07:00
cc.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
config.rkt Trying xnest inside of real root 2011-01-13 14:50:10 -07:00
copy.sh Adding tgz 2011-08-27 06:54:50 -06:00
diff.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
diffcmd.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
dirstruct.rkt New archives, smaller 2012-05-17 10:29:55 -06:00
example.timing
formats.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
good-init.sh Switch tcsh(!) and bash scripts to use /bin/sh. 2011-07-14 12:06:00 -04:00
house-call.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
info.rkt drdr info file 2010-05-15 10:47:56 -04:00
INSTALL Note installation step 2011-08-08 12:39:23 -06:00
installed-software
list-count.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
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 A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
monitor-scm.rkt DrDr, test this push 2011-11-01 11:16:47 -06:00
notify.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
path-utils.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
pkgs - Removing planet package installation 2010-03-02 20:46:18 +00:00
plt-build.rkt Each file gets its own tmp dir 2012-05-17 10:29:55 -06:00
README Renaming files 2010-11-11 15:59:49 -07:00
README-PORTS A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
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 A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
replay-log.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
replay.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
retry.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
rewriting.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
run-collect.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
scm.rkt Fixing stupidity... for now 2012-01-25 16:48:11 -07:00
sema.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
set-browser.rkt Switching to Racket 2010-11-11 15:59:50 -07:00
status.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
svn.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
time-file.rkt Switching to Racket 2010-11-11 15:59:50 -07:00
time.rkt removing old graphing system 2011-09-06 16:07:06 -06:00
vdbm.rkt Switching to Racket 2010-11-11 15:59:50 -07:00

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.