From: David Mitchell Date: Sat, 25 Jul 2009 10:54:16 +0000 (+0100) Subject: add -b option to makerel to make a .bz2 file X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=85bdf03b25729816eedfea55a7f2c32c4bb80fba;p=p5sagit%2Fp5-mst-13.2.git add -b option to makerel to make a .bz2 file --- diff --git a/Porting/makerel b/Porting/makerel index b126164..8c9e9c1 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -16,16 +16,17 @@ use Getopt::Std; $|=1; sub usage { die < or similar, copies all the MANIFEST files into it, sets the correct permissions on them, adds DOS line endings to some, then tars it up as -F<../perl-x.y.z-RC1.tar.gz>. +F<../perl-x.y.z-RC1.tar.gz>. With C<-b>, it also creates a C file. XXX if we go for extra tags and branches stuff, then add the extra details here =item * -Copy the tarball to a web server somewhere you have access to. +Copy the tarballs (.gz and possibly .bz2) to a web server somewhere you +have access to. =item * -Download the tarball to some other machine (for a release candidate, to two or -more servers: IRC is good for this). +Download the tarball to some other machine (for a release candidate, to +two or more servers: IRC is good for this). =item * @@ -157,7 +158,7 @@ Install an XS module. =item * -If all is well, announce the snaphot to p5p. (For a release candidate, +If all is well, announce the snapshot to p5p. (For a release candidate, instead follow the further steps described later.) =back