Problem/Motivation
Failing to upgrade using the Custom Upstream on Pantheon for Drupal Panopoly 7.x-1.89 updating from 7.x-1.88.
i get message “Something went wrong when applying updates. I tried in on multidev (updates) unsuccessfully and I tried creating a new multidev (build) but that did not work either. I also tried selected “Auto-resolve conflicts” with no success.
Pantheon Support replied:
Upon checking, it seems that this a custom upstream, I checked the internal logs and saw this error:
[409] [“CONFLICT (modify/delete): PATCHES.txt deleted in upstream/master and modified in HEAD. Version HEAD of PATCHES.txt left in tree.”]
Please double-check this update with your team that manages the custom upstream.
Steps to reproduce
Resolution
The PATCHES.txt file is created with the Drush make command. The PATCHES.txt file is added by 'drush make' so that it's easy to see which patches were added by the .make file. It's informational only, so it's fine to remove it!
It possibly found it's way into the upstream or local repo which caused the error.
Comments
Comment #2
bsnodgrass commentedTrying on an old Panopoly Pantheon Upstream site. This one was frozen at Panopoly 7.x-1.78
same result in the dashboard - no access to Pantheon logs
Comment #3
bsnodgrass commentedUsing a pantheon multidev I was able to remove the PATCHES.txt to test bypass for merge errors on update to panopoly7.x-1.89
This worked without issue for me.
Please advise if we should worry about removing that file.
Comment #4
dsnopekThe PATCHES.txt file is added by 'drush make' so that it's easy to see which patches were added by the .make file. It's informational only, so it's fine to remove it!
Comment #5
bsnodgrass commentedThanks @dsnopek!
Updating Summary