<div class="gmail_quote">On Tue, Aug 31, 2010 at 9:12 PM, Faré <span dir="ltr"><<a href="mailto:fahree@gmail.com">fahree@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">> Alternatively, I would contemplate the possibility of including a<br>
> configuration step in ECL that downloads the latest ASDF. That would be<br>
> easy, just looking for the existence of internet connection + wget/curl, but<br>
> we would need a stable and permanent address for ASDF files to be<br>
> downloaded. I mean individual files, not really a tarball.<br>
><br>
</div>I wrote a script to do just that in sbcl's contrib/asdf. They didn't<br>
get my latest version, but here's the Makefile target, that you can<br>
tailor to your needs:<br>
<br>
up:<br>
        if [ -d asdf-upstream ] ; then \<br>
        cd asdf-upstream ; git checkout release ; git reset --hard<br>
release ; git pull -a ; else \<br>
        git clone --branch release \<br>
        git://<a href="http://common-lisp.net/projects/asdf/asdf.git" target="_blank">common-lisp.net/projects/asdf/asdf.git</a> asdf-upstream ; fi</blockquote></div><div><br></div><div>Do you realize that "git" is not a suitable distribution method for many users? It would be more interesting to have a permanent web address for the latest stable release, from which to download it -- a process that can then be performed in many other ways.</div>

<div><br></div><div>Juanjo</div><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>