I will probably post it here myself later, when I have time.

CommentFileSizeAuthor
#1 path_alias_xt-790542.patch669 bytespkej

Comments

pkej’s picture

Title: Requesting a path for include/path.inc for use with drush make » Requesting a patch for include/path.inc for use with drush make
Status: Active » Needs review
StatusFileSize
new669 bytes

Here is the patch file for the update which is needed in include/path. I have not tested this with drush make yet.

rdeboer’s picture

Status: Needs review » Closed (duplicate)

Thanks 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

pkej’s picture

Status: Closed (duplicate) » Active

Yes, 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 :)

rdeboer’s picture

Point taken!

YK85’s picture

@pkej - how can we patch the file using drush? I wasn't able to find instructions on google.
Thanks!

rdeboer’s picture

I'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

pkej’s picture

Issue tags: +drush patterns, +drush make

Ah, 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.

rdeboer’s picture

Status: Active » Closed (won't fix)