Closed (fixed)
Project:
Drush
Version:
All-versions-4.x-dev
Component:
PM (dl, en, up ...)
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 May 2011 at 17:50 UTC
Updated:
23 Jun 2011 at 05:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeker commentedHere's one that adds a --no-core option to pm-updatecode. This gives us the current functionality (update modules only) without the error messages.
Comment #2
greg.1.anderson commentedCode looks good. I think this is the best option for correcting this situation (compared, say, to subverting the rollback during abort in one way or another).
Perhaps could use an extra message if user aborts the upgrade of core and causes a rollback ("run again with --no-core to upgrade modules only"). A little annoying, but again, alternatives can potentially be worse.
Comment #3
mikeker commentedGood call.
Comment #4
jonhattanCommitted. @mikeker take care of trailing whitespaces next time, it is against drupal coding standards and in the practical side: git complains!.
Attached is a cleaner patch for the backport.
Comment #5
jonhattanComment #6
mikeker commentedSorry about the trailing spaces -- I thought I had Git configured to remove those... Still new to the Git universe!
Comment #7
msonnabaum commentedBackported.