racket/collects/meta
Eli Barzilay 8ce2ec7580 Fix permissions on Windows.
The windows 7 build generated some weird permission issues: the toplevel
directory had a 000 permission as well as all *.exe files.  Looks like
it is due to how cygwin translates the permissions of the C:\ drive.  A
way to get around this is to have a build directory with pre-set
permissions that cygwin likes, then have the build directory in it.

(This hack might be needed for the other build machine too at some point
in the future.)

Also add /c/Windows/system32 to the PATH, otherwise MS batch files fail
(with obscure errors).
2011-05-06 14:46:39 -04:00
..
build Fix permissions on Windows. 2011-05-06 14:46:39 -04:00
contrib Handle new semantics for raco setup with no options. 2010-06-21 18:30:30 -04:00
drdr sync 2011-01-13 14:50:10 -07:00
drdr2 Testing replacing 2010-10-21 22:29:28 -07:00
tree Use regexp-match*' instead of regexp-split'. 2010-05-16 22:59:36 -04:00
web Added two x86_64 debian builds 2011-05-03 18:20:10 -04:00
check-dists.rkt Fixing problem introduce in 686ec83. Definitely fixes check-dists, may break bundle, but I don't think so 2010-11-25 11:27:22 -05:00
checker.rkt Fixing problem introduce in 686ec83. Definitely fixes check-dists, may break bundle, but I don't think so 2010-11-25 11:27:22 -05:00
dist-specs.rkt Added two x86_64 debian builds 2011-05-03 18:20:10 -04:00
info.rkt
props added robby to the collects/net part, and robby+mflatt to the tests 2011-05-03 18:20:09 -04:00
readme.txt Some "plt" -> "racket" in distribution files and other meta stuff. 2010-05-26 21:29:27 -04:00
spec-lang.rkt Some "plt" -> "racket" in distribution files and other meta stuff. 2010-05-26 21:29:27 -04:00
spec-reader.rkt
specs.rkt Lots of "~e" to "~.s" changes. 2010-08-25 17:17:01 -04:00

This directory contains code that is used to manage Racket infrastructure.