From ab09f37ce5248c56a2e87a46bb7e24708da540c4 Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Wed, 4 Oct 2017 14:37:22 +0100 Subject: [PATCH] 4.6-final.md - Sanity check for git revisions --- doc/4.6-final.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/4.6-final.md b/doc/4.6-final.md index a36df96..17a937d 100644 --- a/doc/4.6-final.md +++ b/doc/4.6-final.md @@ -28,7 +28,15 @@ ssh-add ~/.ssh/id_rsa * https://github.com/civicrm/civicrm-core/tree/4.6/CRM/Upgrade/Incremental * In Jenkins, review the scheduled tests for `4.6` and determine if anything should block the RC. * https://test.civicrm.org/job/CiviCRM-Core-Matrix/ - + * Compare the git revisions + * https://download.civicrm.org/latest/civicrm-46NIGHTLY-drupal.tar.gz/inspect + * https://github.com/civicrm/civicrm-core/commits/4.6 + * https://github.com/civicrm/civicrm-drupal/commits/6.x-4.6 + * https://github.com/civicrm/civicrm-drupal/commits/7.x-4.6 + * https://github.com/civicrm/civicrm-joomla/commits/4.6 + * https://github.com/civicrm/civicrm-packages/commits/4.6 + * https://github.com/civicrm/civicrm-wordpress/commits/4.6 + ## 2: Identify the final RC Determine the identity of the final release candidate: -- GitLab