"Pascal J. Bourguignon" <pjb@informatimago.com> writes:
Raymond Toy <toy.raymond@gmail.com> writes:
> "Fare" == Far <Far> writes:
Fare> After discussion with people on #lisp and via private chat, I decided Fare> to use a shorter name. Here is what was released in 2.27:
Fare> :long-name "Another System Definition Facility" Fare> :homepage "http://common-lisp.net/projects/asdf/" Fare> :bug-tracker "https://launchpad.net/asdf/" Fare> :mailto "asdf-devel@common-lisp.net" Fare> :source-control (:git "git://common-lisp.net/projects/asdf/asdf.git")
Are the valid key values for :source-control specified? I guess they're all pretty obvious like :git, :cvs, :darcs, etc. But mercurial is a bit odd. Is it :mercurial or :hg?
:svn or :subversion ?
Are :sccs and :rcs supported?
And :tarball ? But actually nowadays, most of the asdf systems are obtained thru quicklisp. Should quicklisp update the source url? Or should we add a :obtained-from-url ? -- __Pascal Bourguignon__ http://www.informatimago.com/ A bad day in () is better than a good day in {}.