1 Getting required external files.
4 Commands for external DARCS
6 darcs get http://common-lisp.net/project/lift/darcs
7 cd lift.darcs ; darcs pull
8 darcs get http://common-linsp.net/project/cffi/darcs/cffi
9 cd cffi.darcs ; darcs pull
11 Need to find a script that will help us convert and update from the
12 actual darcs repository.
15 Commands for external GIT:
17 cd $(LISPSTAT-GIT-TOPLEVEL-DIR) # from here, cd .. (hopefully!)
18 git submodule add git://cyrusharmon.org/pub/git/ch-asdf.git \
20 git submodule add git://cyrusharmon.org/pub/git/ch-util.git \
26 ## How do we update locally?
27 git submodule update ...?? (test using the submodule that we need to get when connected).