Just used the newest upgrade scripts for 4.16.2 and am getting some errors. Not sure if it has to do with the package that I am skipping:
Now upgrading from 4.14.1 to 4.14.2 [ Starting... ] Checking for differences between 4.14.1 and existing code ################################################################################ *ERROR*8* Undefined property: Matrix_Upgrade::$package_list . /home/websites/automatic_upgrades/steps/step_checkout_code.php:62 ################################################################################ ################################################################################ *ERROR*2* array_merge(): Argument #1 is not an array . /home/websites/automatic_upgrades/steps/step_checkout_code.php:62 ################################################################################ ################################################################################ *ERROR*2* array_unique() expects parameter 1 to be array, null given . /home/websites/automatic_upgrades/steps/step_checkout_code.php:62 ################################################################################
Then after continuing with the upgrade I get:
Check out new code, using tag "mysource_4-14-2" ################################################################################ *ERROR*2* array_merge(): Argument #1 is not an array . /home/websites/automatic_upgrades/steps/step_checkout_code.php:62 ################################################################################ ################################################################################ *ERROR*2* array_unique() expects parameter 1 to be array, null given . /home/websites/automatic_upgrades/steps/step_checkout_code.php:62 ################################################################################
Things seem to be ok with the upgrade, so not sure if those are just errors that can be ignored...