Commit Graph

14 Commits

Author SHA1 Message Date
Matthew Flatt
9579db1b15 update copyright to 2016 2016-01-13 19:44:43 -07:00
Matthew Flatt
a4b7d3bbba Windows code-signing and ".tgz" options 2016-01-07 19:22:02 -07:00
Matthew Flatt
490d1677fe HTTPS references 2016-01-07 08:53:47 -07:00
Matthew Flatt
609f3f5f10 avoid "." files when packing "racket/collects" 2016-01-01 14:39:27 -07:00
Matthew Flatt
73ef7423da adjust copyright date, 2014->2015 2015-10-20 15:44:48 -06:00
Matthew Flatt
f969d3ecd1 fix content of README for cross-compilation 2015-08-30 10:50:03 -06:00
Matthew Flatt
4da153ff2c propagate -j for native-for-cross build 2015-08-30 10:01:24 -06:00
Matthew Flatt
6c3971172a simplify cross-compilation with a #:cross-target option 2015-08-30 09:14:23 -06:00
Matthew Flatt
8a1d196ff3 support cross-compilation of installers
At least, support Windows installer creation on a non-Windows
machine.
2015-08-29 20:55:02 -06:00
Matthew Flatt
cf4e6d2b8a distro-build/config: fix string checking for uppercase 2015-08-29 20:55:02 -06:00
Matthew Flatt
8047476af3 manage snapshots: don't fail due to mangled previous build 2015-01-18 06:53:39 -07:00
Matthew Flatt
e2fde3acbf assume a binary package only when a shared libary is included 2014-12-08 12:36:12 -07:00
Matthew Flatt
a2a59d942c pack native-library packages as 'binary instead of 'built
Otherwise, a distribution and/or installation ends up with two copies
of the native library. This change is needed because
http://pkgs.racket-lang.org/ now has a "source" variant of each
native-library package.

More generally, use the `distribution-preference` value in a
package's "info.rkt", where the default is 'binary for a
native-library package because it has only "info.rkt" sources.
2014-12-05 16:53:28 -07:00
Sam Tobin-Hochstadt
7e93502014 Remove extra directory. 2014-11-29 14:21:41 -05:00