git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9bade1
)
release: no .lz by default for now
author
Phil Pennock
<pdp@exim.org>
Fri, 25 May 2012 14:57:25 +0000
(10:57 -0400)
committer
Phil Pennock
<pdp@exim.org>
Fri, 25 May 2012 14:57:25 +0000
(10:57 -0400)
release-process/scripts/mk_exim_release.pl
patch
|
blob
|
history
diff --git
a/release-process/scripts/mk_exim_release.pl
b/release-process/scripts/mk_exim_release.pl
index 46d63e516ecc75758620319248254dac10441bed..fe18da106c609af9ed77ae1b9316c485cc819f32 100755
(executable)
--- a/
release-process/scripts/mk_exim_release.pl
+++ b/
release-process/scripts/mk_exim_release.pl
@@
-357,7
+357,7
@@
sub create_tar_files {
compressors => {
gzip => 1,
bzip2 => 1,
- lzip =>
1
,
+ lzip =>
0
,
},
};
my $delete;
@@
-435,9
+435,9
@@
Use to override the path to the tar command; without this, will search for
gtar, and if not found use tar. Need GNU tar for lzip, unless --no-lzip is
used.
-=item B<--
no-
lzip>
+=item B<--lzip>
-
Do not b
uild the lzip tarballs.
+
B
uild the lzip tarballs.
=item B<--verbose>