From 8c57af1917af1de4269fc7901c33c5c71b2e4222 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 4 Oct 2012 16:02:40 +0200 Subject: [PATCH] more external clean up, moved info into docs --- Externals.org | 17 +++++++++++++---- lib-deps.txt | 10 ---------- 2 files changed, 13 insertions(+), 14 deletions(-) delete mode 100644 lib-deps.txt diff --git a/Externals.org b/Externals.org index 74f4a70..bdcd502 100644 --- a/Externals.org +++ b/Externals.org @@ -1,6 +1,9 @@ * Introduction + This document describes external dependencies and how I think I + should be tracking them. It is a bit outdated as of + <2012-10-04 Thu> but hopefully that will be fixed soon. * Getting required external files. @@ -13,11 +16,17 @@ cd cffi.darcs ; darcs pull #+end_src - We can use darcs-to-git script to convert, and ideally upload to - GitHub or the CommonLisp.net Git repository. + We can use darcs-to-git script to convert (findable on github), and + ideally upload to GitHub, CommonLisp.net, or repo Git + public-repository repositories. - Once it is there, we can register as a submodule, and then use git - submodule commands to get the versions we need to use. + IS THIS A GOOD IDEA? Once it is there, we can register as a + submodule, and then use git submodule commands to get the versions + we need to use. + + I think it's a good idea, only for core development. For + developers of CLS programs (away from core), provide the core + packages and have people develop on top of them. ** Commands for external GIT: diff --git a/lib-deps.txt b/lib-deps.txt deleted file mode 100644 index bdb8ef4..0000000 --- a/lib-deps.txt +++ /dev/null @@ -1,10 +0,0 @@ - 0 ~/sandbox/xarray.git - 1 ~/sandbox/foreign-numeric-vector.git - 2 ~/sandbox/trivial-features.git - 3 ~/sandbox/alexandria.git - 4 ~/sandbox/babel.git - 5 ~/sandbox/cffi.git - 6 ~/sandbox/cl-utilities - 7 ~/sandbox/metabang-bind.git - 8 ~/sandbox/iterate.git - 9 ~/sandbox/array-operations.git -- 2.11.4.GIT