Branch: refs/heads/yves/more_sync_with_cpan_fun
Home: https://github.com/Perl/perl5
Commit: d063af068dcc6f57c237b822a383fc93d720b688
https://github.com/Perl/perl5/commit/d063af068dcc6f57c237b822a383fc93d720b688
Author: Yves Orton <[email protected]>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M Porting/sync-with-cpan
Log Message:
-----------
Porting/sync-with-cpan - Many improvements
* Clean up cpan directory before starting (after giving the user a
chance to bail out first).
* Use the "make" (now run_make) infra for all testing, this ensures that
it is all logged in a standard way, and that it all respects the
various parallelism flags that are passed in. We also extract the
test summary data if there is a failure. This massively speeds up the
process when TEST_JOBS is set.
* Always update the MANIFEST so that the lines for the files we have
synced show that they have a description if they are new or if they
have no existing description. We leave previous non empty descriptions
alone in case they have been customized manually.
* Hint to the user that they can use `tail -F mail.log` to watch what
is going on if they wish.
* Update Maintainers.pl early. A common issue with the old version of
the script was that if people bailed out early the maintainer data
would not be updated.
Various other minor tweaks not worth mentioning here.
Commit: 774a848d5a7bd6b5668306ed89170a963e946d07
https://github.com/Perl/perl5/commit/774a848d5a7bd6b5668306ed89170a963e946d07
Author: Yves Orton <[email protected]>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M MANIFEST
M Porting/Maintainers.pl
Log Message:
-----------
MANIFEST + P/Maintainers.pl - changes missed from Config::Perl::V 0.36 update
The MANIFEST file was not updated very artfully in older versions of the
sync script, and the porting tests took so long I bailed out of them
without letting the Maintainers.pl file get updated. Since there is no
test that the Maintainers.pl file is up to date (yet) I didn't notice
that doing so leaves the Maintainers.pl out of date.
The Porting/sync-with-cpan script has been updated to be nicer and
faster and avoid these problems in the future. See previous commit.
Compare: https://github.com/Perl/perl5/compare/474e8004b509...774a848d5a7b