Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcvb
cl-launch
Commits
6cd794b5
Commit
6cd794b5
authored
Jun 14, 2014
by
Francois-Rene Rideau
Browse files
More fixing the release script.
parent
c46c70b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
release.lisp
View file @
6cd794b5
...
...
@@ -110,16 +110,15 @@ exec "$(dirname $0)/cl-launch.sh" \
(
with-current-directory
()
(
run
`
(
.
/cl-launch.sh
--include
,
(
getcwd
)
"-B"
install_path
))))
(
defun
quickrelease
()
(
let*
((
version
(
script-version
))
;; no need to compare with the debian version
(
link
(
strcat
"cl-launch-"
version
))
(
tarball
(
strcat
link
".tar.gz"
)))
(
clean
)
(
source
)
(
with-current-directory
()
(
clean
)
(
source
))
(
with-current-directory
((
pn
"../"
))
(
run
`
(
pwd
)
:show
t
)
(
clean
)
(
run
`
(
rm
-f
,
link
))
(
run
`
(
ln
-s
cl-launch
,
link
))
(
run
`
(
tar
zcfh
,
tarball
--exclude
.
git
,
link
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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