Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cl-launch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xcvb
cl-launch
Commits
08d5d65d
Commit
08d5d65d
authored
11 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
4.0.1.1 debian release
parent
0206de5c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+3
-3
3 additions, 3 deletions
debian/changelog
release.lisp
+16
-16
16 additions, 16 deletions
release.lisp
with
19 additions
and
19 deletions
debian/changelog
+
3
−
3
View file @
08d5d65d
cl-launch (4.0.1
-1
) unstable; urgency=low
cl-launch (4.0.1
.1-3
) unstable; urgency=low
* Speed up startup time by not upgrading ASDF unless needed.
* Fix 4.0.0 bugs: support old implementations with older ASDF;
...
...
@@ -6,7 +6,7 @@ cl-launch (4.0.1-1) unstable; urgency=low
* Add alias -E for --entry.
* Eat our own dogfood with a CL release script.
-- Francois-Rene Rideau <fare@tunes.org>
Mon
, 28 Feb 2014 1
7:15
:26 -0500
-- Francois-Rene Rideau <fare@tunes.org>
Fri
, 28 Feb 2014 1
8:28
:26 -0500
cl-launch (4.0.0-1) unstable; urgency=low
...
...
@@ -16,7 +16,7 @@ cl-launch (4.0.0-1) unstable; urgency=low
* Unix interpreter style invocation: /usr/bin/cl script arguments...
* Require ASDF3 and its UIOP. No more headbanging with ASDF2.
-- Francois-Rene Rideau <fare@tunes.org>
Mon
, 27 Feb 2014 16:49:30 -0500
-- Francois-Rene Rideau <fare@tunes.org>
Thu
, 27 Feb 2014 16:49:30 -0500
cl-launch (3.22.1-1) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
release.lisp
+
16
−
16
View file @
08d5d65d
...
...
@@ -49,8 +49,8 @@ exec "$(dirname $0)/cl-launch.sh" \
(
up
(
pathname-parent-directory-pathname
(
getcwd
)))
(
origtarball
(
subpathname
up
(
strcat
"cl-launch_"
tag
".orig.tar.gz"
))))
(
delete-file-if-exists
origtarball
)
(
run
`
(
git-buildpackage
--git-debian-branch=master
--git-upstream-branch=master
(
--git-upstream-tag=
,
tag
)
--git-tag
--git-retag
--git-ignore-branch
))
(
run
`
(
lintian
-c
--fail-on-warnings
(
..
/cl-launch_
,
version
_
,
(
debian-arch
)
.
changes
))))
(
run
`
(
git-buildpackage
--git-debian-branch=master
--git-upstream-branch=master
(
--git-upstream-tag=
,
tag
)
--git-tag
--git-retag
--git-ignore-branch
)
:show
t
)
(
run
`
(
lintian
-c
--fail-on-warnings
(
..
/cl-launch_
,
version
_
,
(
debian-arch
)
.
changes
))
:show
t
))
(
clean
))
(
defun
debian-package-all
()
...
...
@@ -61,23 +61,23 @@ exec "$(dirname $0)/cl-launch.sh" \
(
cl-launch-tag
(
strcat
"cl-launch-"
tag
))
(
cldir
(
subpathname
home
"files/cl-launch/"
)))
(
debian-package
)
(
run
`
(
.
/cl-launch.sh
--include
"."
"-B"
install_path
))
(
run
`
(
.
/cl-launch.sh
--no-include
-o
cl-launch
"-B"
install_bin
))
(
run
`
(
.
/cl-launch.sh
--include
"."
"-B"
install_path
)
:show
t
)
(
run
`
(
.
/cl-launch.sh
--no-include
-o
cl-launch
"-B"
install_bin
)
:show
t
)
(
with-current-directory
(
up
)
(
run
`
(
rm
-f
,
cl-launch-tag
))
(
run
`
(
ln
-s
cl-launch
,
cl-launch-tag
))
(
run
`
(
rm
-f
,
cl-launch-tag
)
:show
t
)
(
run
`
(
ln
-s
cl-launch
,
cl-launch-tag
)
:show
t
)
(
run
`
(
tar
zcfh
(
,
cldir
,
cl-launch-tag
.
tar.gz
)
--exclude
.
git
,
cl-launch-tag
))
(
run
`
(
cp
cl-launch/cl-launch.sh
(
,
cldir
cl-launch.sh
)))
(
run
(
format
nil
"mv cl-launch_~A* ~A"
tag
cldir
))
(
run
`
(
rm
-f
,
cl-launch-tag
)))
--exclude
.
git
,
cl-launch-tag
)
:show
t
)
(
run
`
(
cp
cl-launch/cl-launch.sh
(
,
cldir
cl-launch.sh
))
:show
t
)
(
run
(
format
nil
"mv cl-launch_~A* ~A"
tag
cldir
)
:show
t
)
(
run
`
(
rm
-f
,
cl-launch-tag
)
:show
t
))
(
with-current-directory
(
cldir
)
(
run
`
(
ln
-sf
(
cl-launch
,
tag
.
tar.gz
)
cl-launch.tar.gz
))
(
run/interactive
`
(
gpg
-b
-a
(
cl-launch-
,
tag
.
tar.gz
)))
(
run
`
(
ln
-sf
(
cl-launch-
,
tag
.
tar.gz
)
cl-launch.tar.gz
))
(
run
`
(
ln
-sf
(
cl-launch-
,
tag
.
tar.gz.asc
)
cl-launch.tar.gz.asc
))
(
run
`
(
dput
mentors
(
cl-launch_
,
version
_
,
(
debian-arch
)
.
changes
)))
(
run
`
(
rsync
-av
--delete
,
cldir
"common-lisp.net:/project/xcvb/public_html/cl-launch/"
)))
(
run
`
(
ln
-sf
(
cl-launch
,
tag
.
tar.gz
)
cl-launch.tar.gz
)
:show
t
)
(
run/interactive
`
(
gpg
-b
-a
(
cl-launch-
,
tag
.
tar.gz
))
:show
t
)
(
run
`
(
ln
-sf
(
cl-launch-
,
tag
.
tar.gz
)
cl-launch.tar.gz
)
:show
t
)
(
run
`
(
ln
-sf
(
cl-launch-
,
tag
.
tar.gz.asc
)
cl-launch.tar.gz.asc
)
:show
t
)
(
run
`
(
dput
mentors
(
cl-launch_
,
version
_
,
(
debian-arch
)
.
changes
))
:show
t
)
(
run
`
(
rsync
-av
--delete
,
cldir
"common-lisp.net:/project/xcvb/public_html/cl-launch/"
)
:show
t
))
(
values
)))
(
defun
cl-launch-version
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment