This is a very tardy response... but perhaps it's still better to be late than never.
If you look at the make file you'll find several useful (?) targets including * test -- test with SBCL (can be overridden with lisp= when invoking make) * test-all -- test all of the lisps in `lisps` * bump_revision -- bumps the git revision * archive -- make a tarball * archive-copy -- make a tarball and copy it to CL.net You'll need to make some changes to some of the definitions at the top of the GNUmakefile. HTH, On Nov 30, 2009, at 11:15 PM, Faré wrote: > Beside running tests with SBCL, what is the release process for ASDF? > > Are there a script to automatically increase the revision number, > commit, build tarballs, update online documentation? > > The bin/ directory suggests there are, but it's unclear what is the > correct usage pattern (if any), and I'd rather not learn the gotchas > the hard way. > > [ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] > The worst thing about totalitarian regimes is not that they make people poor, > miserable and unfree -- it's that they corrupt people's souls, and turning > everyone into a double-thinking, double-speaking liar for the sake of > survival. > > _______________________________________________ > asdf-devel mailing list > [email protected] > http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter _______________________________________________ asdf-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
