Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo Ishimaru
asdf
Commits
e9df2f58
Commit
e9df2f58
authored
Jul 06, 2015
by
Francois-Rene Rideau
Browse files
asdf-builder: fix make-archive
parent
029bfd4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/asdf-builder
View file @
e9df2f58
...
...
@@ -127,7 +127,7 @@
(values)))
(defun driver-files ()
(list* "README" "uiop.asd" "asdf-driver.asd" (system-source-files :uiop)))
(list* "README
.md
" "uiop.asd" "asdf-driver.asd" (system-source-files :uiop)))
(defun driver-name ()
(format nil "uiop-~A" *version*))
(defun make-driver-tarball ()
...
...
@@ -147,7 +147,7 @@
(defun make-git-tarball ()
(build-asdf)
(with-current-directory ((pn))
(run `(tar zcf ("build/" ,(asdf-git-name) ".tar.gz") build/asdf.lisp ,@(run/lines '(git ls-files)))
(run `(tar zcf ("build/" ,(asdf-git-name) ".tar.gz")
"--exclude" ext/
build/asdf.lisp ,@(run/lines '(git ls-files)))
:show t))
(values))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment