From: Zakariyya M. <zsm...@us...> - 2015-03-14 05:48:25
|
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 4aebf5deef2cf1d39bbd7cb7567be5779b01fee2 (commit) via ab7b3a802d5c16be4aeaec7c5b8a524d65179533 (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 (4aebf5deef2cf1d39bbd7cb7567be5779b01fee2) \ N -- N -- N (ab7b3a802d5c16be4aeaec7c5b8a524d65179533) 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 ab7b3a802d5c16be4aeaec7c5b8a524d65179533 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 | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) hooks/post-receive -- pdl |