18 Jan
2013
18 Jan
'13
11:12 p.m.
Faré <fahree@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