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
0ed8785d
Commit
0ed8785d
authored
Jul 06, 2015
by
Francois-Rene Rideau
Browse files
tools: fixing some tarball names.
parent
a2054286
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/release.lisp
View file @
0ed8785d
...
...
@@ -120,7 +120,7 @@
(
deftestcmd
publish-archive
()
"publish tarballs to the website"
(
let
((
tarballs
(
mapcar
'tarname
(
list
(
driver
-name
)
(
asdf-defsystem-name
)
(
asdf-
git
-name
)))))
(
let
((
tarballs
(
mapcar
'tarname
(
list
(
uiop
-name
)
(
asdf-defsystem-name
)
(
asdf-
all
-name
)))))
(
run*
`
(
rsync
"--times"
"--chmod=a+rX,ug+w"
,@
tarballs
,
(
asdf-lisp-name
)
(
,
*clnet*
":"
,
(
public-path
"archives/"
)))
:show
t
:directory
(
pn
"build/"
)))
...
...
@@ -131,11 +131,11 @@
(
deftestcmd
link-archive
()
"symlink new tarballs on the website"
(
run*
(
format
nil
"ln -sf ~S ~S ; ln -sf ~S ~S ; ln -sf ~S ~S ; ln -sf ~S ~S"
(
tarname
(
driver
-name
))
(
tarname
(
uiop
-name
))
(
public-path
"archives/uiop.tar.gz"
)
(
tarname
(
asdf-defsystem-name
))
(
public-path
"archives/asdf-defsystem.tar.gz"
)
(
tarname
(
asdf-
git
-name
))
(
tarname
(
asdf-
all
-name
))
(
public-path
"archives/asdf.tar.gz"
)
(
asdf-lisp-name
)
(
public-path
"archives/asdf.lisp"
))
...
...
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