This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pdl".
The branch, travis-use-eumm-directly has been updated
discards 78c13abe245a29ce15dcbffbeee3de28a1bfef3d (commit)
via 22ecdce0711f0a76cbcc9c02cd92044bfc160f34 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (78c13abe245a29ce15dcbffbeee3de28a1bfef3d)
\
N -- N -- N (22ecdce0711f0a76cbcc9c02cd92044bfc160f34)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 22ecdce0711f0a76cbcc9c02cd92044bfc160f34
Author: Zakariyya Mughal <zak...@gm...>
Date: Fri Mar 13 23:15:04 2015 -0500
Travis-CI: use perl Makefile.PL directly
The Travis-CI helper's `build-dist` command uses Perl 5.20 for running
every build run. This simulates a module author releasing a dist for
CPAN with `META.*` files.
By switching that out and running `Makefile.PL` directly, the run uses
the Perl version specific to that run, but it also becomes necessary to
install the `CONFIGURE_REQUIRES` requirements beforehand because the
`META.*` files are not generated yet.
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
pdl
|