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 <[email protected]> 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
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to