asdf-build-package
Nikodemus Siivola <[email protected]> Thu, 18 Mar 2004 12:38:03 +0200 (EET)
| Newsgroups | gmane.lisp.clump,gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
Preliminary versions of release-op and lint-op for ASDF are at: http://random-state.net/tmp/asdf-build-package-latest.tar.gz http://random-state.net/tmp/asdf-build-package-latest.tar.gz.asc Release-op makes a release tarball based on an asdf system-definition, signs it, and makes the appropriate *-latest.* symlinks. (oos 'release-op :some-system :directory "/my/tarball/dir/") Lint-op walks the system -- well more like tiptoes -- and looks for bad names, "unstylish" forms, etc. (oos 'lint-op :some-system) Both contain some cheeky hacks, and may yet break on systems that invoke asdf-features I don't usually use. A better name for the bundle might be asdf-packaging-tools. I'm proposing to add these as #.(pick-a-name) to cclan CVS & repository. Duck and cover, -- Nikodemus