Skip to content

Commit

Permalink
more external clean up, moved info into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blindglobe committed Oct 4, 2012
1 parent b69bef8 commit 8c57af1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
17 changes: 13 additions & 4 deletions Externals.org
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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:

Expand Down
10 changes: 0 additions & 10 deletions lib-deps.txt

This file was deleted.

0 comments on commit 8c57af1

Please sign in to comment.