Closed (fixed)
Project:
Provision
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2011 at 02:15 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent, Most recent file
I have build a UI switch for a platform to make it a VCS build if needed. Looking at the code of platfom/verify.provision.inc
According to the docs of drush_backed_invoke http://api.freestylesystems.co.uk/api/drupal/contributions--drush--inclu... the third arguments is not the options array, but the second. Thats why working-copy is never working.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | workingcopy.patch | 687 bytes | EugenMayer |
| #1 | workingcopy.patch | 677 bytes | EugenMayer |
Comments
Comment #1
EugenMayer commentedComment #2
Anonymous (not verified) commentedYour patch seems cut off, it shows $o instead of $options.
Comment #3
EugenMayer commentedUrgs, sorry. Patch reattached.
Comment #4
EugenMayer commentedComment #5
anarcat commentedHi - thanks for the heads up. I committed a fix in the master branch, care to test this again?
http://drupalcode.org/project/provision.git/commitdiff/ba08581dd1718214c...
If it works, please mark it as RTBC so I will merge this in the stable branch.
Thanks in advance!
Comment #6
EugenMayer commentedWell i have tested it already on my branch, so i guess no need to test it again ( in my case i tested it alone with this patch + rc1 ) and also with all of my fixes + this one. Worked without issues.
If thats enaugh, i set it to RTBC, just give me a hint
Comment #7
anarcat commentedI didn't apply your patch, but a reimplementation that doesn't use array_merge(), that's why I have requested testing.
Comment #8
EugenMayer commentedtested the patch, works fine
Comment #9
joestewart commentedAnarcat merged this into the stable branch - http://drupalcode.org/project/provision.git/commit/16f40383cc4da29c9dc8a...