Faré <[email protected]> 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 _______________________________________________ asdf-devel mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
