git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
PAM: fix crash in the pam expansion condition. Bug 2489
[exim.git]
/
release-process
/
scripts
/
quickrelease
1
#!/bin/sh
2
#
3
# A really dumb script for making a quick tarball of Exim
4
5
set -e
6
trap 'test -n "$TMP_DIR" && rm -r "$TMP_DIR"' EXIT
7
commit="${1:-HEAD}"
8
version=`git describe "$commit"`
9
`dirname $0`/mk_exim_release --no-sizes --no-doc --comp gzip --no-sig --quick "$commit" .
10
echo $version*