From 57c95d63ce02df7d03f9ed6c01ef9607b697659f Mon Sep 17 00:00:00 2001 From: tony Date: Fri, 16 May 2008 08:24:38 +0200 Subject: [PATCH] point from ASDF central directory to submodules. Doc how we get git submodules and darcs repos (non-converted) --- ASDF/ch-asdf.asd | 2 +- ASDF/ch-util-test.asd | 2 +- ASDF/ch-util.asd | 2 +- external/README | 16 ++++++++++++++++ 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 external/README diff --git a/ASDF/ch-asdf.asd b/ASDF/ch-asdf.asd index 40678e8..5119f76 120000 --- a/ASDF/ch-asdf.asd +++ b/ASDF/ch-asdf.asd @@ -1 +1 @@ -../external/ch-asdf/ch-asdf.asd \ No newline at end of file +../external/ch-asdf.git/ch-asdf.asd \ No newline at end of file diff --git a/ASDF/ch-util-test.asd b/ASDF/ch-util-test.asd index 1e9fb01..beb2b67 120000 --- a/ASDF/ch-util-test.asd +++ b/ASDF/ch-util-test.asd @@ -1 +1 @@ -../external/clem/ch-util-test.asd \ No newline at end of file +../external/ch-util.git/ch-util-test.asd \ No newline at end of file diff --git a/ASDF/ch-util.asd b/ASDF/ch-util.asd index c0bf243..ebd1c74 120000 --- a/ASDF/ch-util.asd +++ b/ASDF/ch-util.asd @@ -1 +1 @@ -../external/clem/ch-util.asd \ No newline at end of file +../external/ch-util.git/ch-util.asd \ No newline at end of file diff --git a/external/README b/external/README new file mode 100644 index 0000000..94702eb --- /dev/null +++ b/external/README @@ -0,0 +1,16 @@ + +Commands for external DARCS + + darcs get http://common-lisp.net/project/lift/darcs + cd lift.darcs ; darcs pull + darcs get http://common-linsp.net/project/cffi/darcs/cffi + cd cffi.darcs ; darcs pull + +Commands for external GIT: + + cd $(LISPSTAT-GIT-TOPLEVEL-DIR) # from here, cd .. (hopefully!) + git submodule add git://cyrusharmon.org/pub/git/ch-asdf.git external/ch-asdf.git + git submodule add git://cyrusharmon.org/pub/git/ch-util.git external/ch-util.git + git submodule status + git submodule update + git status -- 2.11.4.GIT