Closed (won't fix)
Project:
Extended Path Aliases
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
5 May 2010 at 14:55 UTC
Updated:
21 Oct 2013 at 12:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
pkej commentedHere is the patch file for the update which is needed in include/path. I have not tested this with drush make yet.
Comment #2
rdeboerThanks pkej!
This appears to be a duplicate of #787418: Check for module first, when modifying path.inc, which was fixed by updating the README in 6.x-1.0-BETA2.
Rik
Comment #3
pkej commentedYes, well, it is a duplicate, I don't know how my search missed it.
The thing is that for drush make to be able to auto download and auto patch during an install, the patch file needs to be available somewhere online :)
Comment #4
rdeboerPoint taken!
Comment #5
YK85 commented@pkej - how can we patch the file using drush? I wasn't able to find instructions on google.
Thanks!
Comment #6
rdeboerI'm not a drush expert myself (although I love it for the simple things I use it for).
Anyone else out there that can help us?
Rik
Comment #7
pkej commentedAh, to patch with drush you need to install Drush Make and you need to create a drush make file. The example make fileon the project page is particularly instructional.
You should also look into the following tutorials:
Installing drush: http://morten.dk/blog/got-crush-drush
http://www.lullabot.com/articles/drush-make-and-pressflow
http://engineeredweb.com/blog/10/2/downloading-dependencies-drush-make
Drush in general: http://developmentseed.org/blog/2010/mar/10/drush-30-more-powerful-flexi...
A very good deployment article using aegir and drush_make; you can get tips on using drush_make even if you don't use Aegir: http://www.mig5.net/content/drupal-deployments-workflows-version-control... a video from the same source covering the same subjects: http://www.mig5.net/content/building-drupal-applications-drushmake-provi...
I haven't tested Aegir myself, but it seems very intersting and I hope I will get the chance to test it out during the autumn, or when my children grows up :)
I'm very sorry for the delay in answering.
Comment #8
rdeboer