makerel should not add -uncommitted to tarballs
authorRicardo Signes <rjbs@cpan.org>
Mon, 20 Feb 2012 22:35:29 +0000 (17:35 -0500)
committerRicardo Signes <rjbs@cpan.org>
Mon, 20 Feb 2012 23:09:10 +0000 (18:09 -0500)
commit699a100d18271a1f1a0c15c2f52c2ebe8e077995
tree8b529286bd890f1c478e37728d9bfc9fe5a14204
parent8f4390f7214488e43b5a5a02fe8c983dcb0c636b
makerel should not add -uncommitted to tarballs

For some time now (I suspect since 691ce773f), makerel has always tried
to build releases as perl-5.x.y-uncommitted.tar.gz.  This always
confuses and/or panics new release engineers, who see the error before
the "don't worry, use -s ''" advice in the RMG.

This change just makes makerel skip the usually-#ifdef-ed-away line that
is getting that -uncommitted.  makerel still picks up other
locally-applied patches, but will skip uncommitted.
Porting/makerel