Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
;;;; release.lisp |
|
|
|
(in-package #:quicklisp-controller) |
|
|
|
(defun release-maker (directory) |
|
(ensure-directories-exist directory) |
|
(lambda (source) |
|
(make-release-tarball source |
|
(make-pathname :name (project-name source) |
|
:type "tgz" |
|
:defaults directory)))) |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Press h to open a hovercard with more details.