[asdf-devel] distributing asdf
Zach Beane
xach at xach.com
Fri Jan 18 23:12:15 UTC 2013
Faré <fahree at gmail.com> writes:
>>> OK, so I've put in the archives/ directory of asdf a few tarballs. See:
>>> http://common-lisp.net/project/asdf/archives/
>>>
>> Would you consider adding an URL like asdf-driver-latest.tgz that will
>> always refer to the latest version?
>>
> Done:
>
> (defun link-archive ()
> (run `(ln -sf ,(tarname (driver-name))
> (,*clnet-asdf-public* "archives/asdf-driver.tar.gz"))
> :show t :host *clnet*)
> (values))
>
> While I'm at it, a present for foom, 2.26.119 will do its best
> to avoid resolving pathnames at all if *resolve-symlinks* is nil
> (please test with your setting).
Does it also fix the issue with the asdf-utils package name conflict?
Zach
More information about the asdf-devel
mailing list