[racket] easiest way to build from updated source with all packages?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Fri Jan 2 14:05:53 EST 2015

I usually do something like that git pull, then 'make base' and then
'raco pkg update --all --auto' and then 'raco setup'.

IIUC, these are in flux, however, so maybe there will be a different
recommendation at some point.

Robby

On Fri, Jan 2, 2015 at 12:51 PM, Matthew Butterick <mb at mbtype.com> wrote:
> I have a fork of Racket, so it used to be I could update to the current version by doing this:
>
> git pull --ff-only upstream master
>
> Then I would get all the updates to Racket + core packages.
>
> Now, of course, with the repo split, the above command only pulls in updates to Racket itself.
>
> What is the simplest way to amend my build command to behave the way it used to?
>
> git pull --ff-only upstream master
> raco pkg update --all
>
> ?
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.