Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RMG: suggest a simpler way of reviewing perlhist changes | Aaron Crane | 2016-11-11 | 1 | -6/+8 |
| | |||||
* | RMG: break a list over multiple lines | Aaron Crane | 2016-11-11 | 1 | -3/+17 |
| | | | | | I found these three similar filenames hard to read when flowed into a single paragraph. | ||||
* | RT now imports new tags automatically | Alex Vandiver | 2016-06-21 | 1 | -12/+0 |
| | | | | | New perl releases are detected via an every-hour cron job, which will update the relevant custom fields. This step is thus now unnecessary. | ||||
* | Correct POD for release managers document: | Sawyer X | 2016-05-19 | 1 | -1/+1 |
| | | | | A literal / (solidus) is E<sol>. | ||||
* | fix typo in RMG | Karen Etheridge | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | document the ?pair option to beforemaintrelease | Ricardo Signes | 2016-05-11 | 1 | -0/+5 |
| | |||||
* | Fix some pod errors | Karl Williamson | 2016-04-22 | 1 | -6/+6 |
| | | | | | These were discovered while testing the Pod::Checker that is intended to be used in 5.25. | ||||
* | Suggest having the previous release ready. | Abigail | 2016-03-25 | 1 | -0/+7 |
| | | | | | | | Each time I do a release, I find myself scrambling to download the tarball of the previous release, and install it so it can be compared to the release that's worked on. Added a paragraph as a reminder to that before the day of the release. | ||||
* | List perl.develop-help.com in the RMG regarding smoke reports. | Matthew Horsfall | 2016-03-22 | 1 | -2/+2 |
| | |||||
* | Point out that at some stage, porting tests will fail. | Abigail | 2016-03-21 | 1 | -4/+3 |
| | | | | | | | | | | This trips me each and every time I make a release. Whenever the release manager guide calls for a compile/make test cycle, I run "make test_harness", and this fails at this stage, because Module::CoreList has not been updated yet (the next action described in the release managers guide is updating Module::CoreList). I also removed some suboptimal advice I've written here in the past. | ||||
* | Mention (relative) path to Module::CoreList's Changes file. | Abigail | 2016-03-20 | 1 | -0/+1 |
| | | | | So we can easily copy-and-paste it. | ||||
* | The public_html directory on dromedary is working again. | Abigail | 2016-03-17 | 1 | -4/+2 |
| | | | | So, I removed the references that it wasn't working in December 2015. | ||||
* | Updated outdated link to smoke reports for HP-UX | H.Merijn Brand | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | Remove outdated task in release: | Sawyer X | 2016-02-09 | 1 | -6/+0 |
| | | | | | | | | | | I checked with Graham Barr, who said the list of PAUSE accounts that can upload perl distributions is automated and taken from: http://pause.perl.org/pause/query?ACTION=who_pumpkin;OF=YAML This means that if you're already on the list, you do not need to check again on search.cpan.org or to bug Graham. :) | ||||
* | RMG: fix typo, clarify instructions a bit | Karen Etheridge | 2016-01-01 | 1 | -2/+2 |
| | |||||
* | Update release manager's guide | David Golden | 2015-12-22 | 1 | -6/+41 |
| | |||||
* | Start fixing some pod pedantic errors | Karl Williamson | 2015-09-03 | 1 | -26/+26 |
| | | | | This fixes a bunch of them, but there are many more | ||||
* | RMG - Manually adding perldelta for Module::CoreList isn't needed | Matthew Horsfall | 2015-07-21 | 1 | -1/+4 |
| | |||||
* | RMG: Note that Porting/cmpVERSION.pl requires -Ilib to run | Matthew Horsfall | 2015-07-20 | 1 | -1/+1 |
| | |||||
* | RMG: avoid saying "final" release; gets confused with BLEAD-FINAL | Ricardo Signes | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | RMG: Encourage use of http://analysis.cpantesters.org/beforemaintrelease | Steve Hay | 2015-02-16 | 1 | -0/+9 |
| | |||||
* | RMG - Update local_patches[] code snippet with current code | Steve Hay | 2015-02-01 | 1 | -2/+6 |
| | |||||
* | RMG - Module::CoreList's CAVEATS is no longer updated, since 64eeb2c06c | Steve Hay | 2015-01-31 | 1 | -10/+3 |
| | |||||
* | RMG - Remove a trailing space | Steve Hay | 2015-01-31 | 1 | -1/+1 |
| | |||||
* | RMG - Put all version-bump related information about INSTALL in one place | Steve Hay | 2015-01-31 | 1 | -4/+6 |
| | | | | | | Also correct the phrase referred to by the RMG to match what INSTALL actualy says, and change the wording of one section of INSTALL to match the other. | ||||
* | RMG - Consistent four-space indent; wrap all lines to 79 characters | Steve Hay | 2015-01-31 | 1 | -60/+68 |
| | |||||
* | RMG - Module/CoreList.pod is no longer updated, since 64eeb2c06c | Steve Hay | 2015-01-31 | 1 | -11/+2 |
| | |||||
* | RMG - Show correct Porting/corelist-perldelta.pl command for MAINT releases | Steve Hay | 2015-01-31 | 1 | -0/+4 |
| | |||||
* | RMG - Note that Porting/cmVERSION.pl should be used to check more releases | Steve Hay | 2015-01-29 | 1 | -0/+14 |
| | | | | | | | t/porting/cmp_version.t only runs Porting/cmVERSION.pl for the previous release of the current branch, but we need to check that our versions differ from modules in releases from other branches too. For example, when releasing 5.20.2 we need to check against 5.18.4 too. | ||||
* | Update RMG to mention uploading .xz to pause, and fix grammar | Matthew Horsfall | 2015-01-20 | 1 | -2/+2 |
| | |||||
* | RMG: Note that Porting/release_schedule.pod should be updated | Steve Hay | 2014-12-24 | 1 | -0/+8 |
| | |||||
* | Update release manager documents for producing .xz tarballs | Chris 'BinGOs' Williams | 2014-11-25 | 1 | -4/+9 |
| | |||||
* | More actions to take when bumping the version number. | Abigail | 2014-10-20 | 1 | -0/+8 |
| | |||||
* | Use F<> for files, not L<> | Abigail | 2014-10-20 | 1 | -3/+3 |
| | |||||
* | List files to modify. | Abigail | 2014-10-20 | 1 | -0/+4 |
| | | | | | | | Explicitely list the files to modify when upping/checking the VERSION of the various CoreList modules, for easy copy-and-pasting. I grew tired of running find. | ||||
* | RMG - RCs are now listed in perlhist | Steve Hay | 2014-09-25 | 1 | -4/+0 |
| | |||||
* | RMG - Remove out-of-date instruction about epigraph link | Steve Hay | 2014-09-25 | 1 | -5/+0 |
| | | | | | Thanks to the revelation of the X-List-Archive header (see 70d95cc994) we no longer need to add the epigraph link on the day after. | ||||
* | RMG - Even RCs these days generally get an epigraph | Steve Hay | 2014-09-25 | 1 | -6/+1 |
| | |||||
* | RMG - Note why it is that MAINT is version-bumped late rather than early | Steve Hay | 2014-09-25 | 1 | -0/+12 |
| | | | | Thanks to Nicholas Clark for pulling this reasoning from his memory banks. | ||||
* | Installing Inline no longer installs Inline::C. | Abigail | 2014-07-20 | 1 | -1/+1 |
| | | | | So, when testing cpan, install Inline::C. | ||||
* | Update which stable release series are now "officially" supported | Steve Hay | 2014-07-09 | 1 | -0/+4 |
| | |||||
* | RMG - Add comment that git clean -xdf after distclean should be no-op | Matthew Horsfall | 2014-06-24 | 1 | -0/+1 |
| | |||||
* | RMG - Per review - keep make distclean as a test, add comment | Matthew Horsfall | 2014-06-23 | 1 | -0/+1 |
| | |||||
* | RMG - Per review - only -Dusedevel for development builds | Matthew Horsfall | 2014-06-23 | 1 | -0/+3 |
| | |||||
* | RMG - Clarify that updating %released/CAVEATS isn't for RCs | Matthew Horsfall | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | RMG: Show that version'd binaries might be used | Matthew Horsfall | 2014-06-23 | 1 | -0/+3 |
| | |||||
* | RMG: Use -Dusedevel in ./Configure, like everywhere else in the RMG. | Matthew Horsfall | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | RMG: Remove useless 'make distclean', save time | Matthew Horsfall | 2014-06-23 | 1 | -1/+0 |
| | |||||
* | Update RMG to mention new policy of perlhist containing RMs names. | Matthew Horsfall | 2014-06-23 | 1 | -4/+3 |
| | |||||
* | Grammatical correction. | James E Keenan | 2014-05-29 | 1 | -1/+1 |
| |