The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
40 views

Drush make and svn:externals

I'm planning to use drush "make" function for my new D7 projects. I would like to know if there is a way to detect, in my project, the repertories managed by "svn externals". I mean, is "drush ...
1
vote
0answers
18 views

Drush - module/feature changes — dev --> qa --> staging --> prod

Is Drush make file and install profile used for the initial set up only? We are in very early stages of development and trying to figure out the best approaches to transfer changes across ...
0
votes
1answer
36 views

Patch a module loaded by a distribution

I am trying to make an installation profile that inherits the commerce kickstart distribution. In order to get this to work, I need to apply a bunch of patches through drush make. First I have to ...
1
vote
4answers
113 views

Can I create nodes through drush for particular content type

I have different content type in my site. For testing purpose, I want to add content to all content type form, but manually its not possible in such short term. So, is any Drush command available to ...
4
votes
1answer
104 views

Changing the module path on custom install profile

I would like to have the profile install the modules I list in my profile .make to sites/all/modules/contrib instead of in the profile directory profiles/my_sweet_profile/modules/contrib is there any ...
0
votes
3answers
80 views

Drush error during adding an install profile as platform

In Aegir, I add a platform with a buildfile: core = 7.x api = 2 projects[] = drupal projects[profiler_drupal_base][type] = "profile" projects[profiler_drupal_base][download][type] = "git" ...
5
votes
1answer
118 views

How to download the projects within a distribution using git, not just the distribution itself?

I've set $options['package-handler'] = 'git_drupalorg'; set in my .drushrc.php file. Now when I run drush make for a distribution (in this case, the 7.x-3.x-dev release of Commons), the distribution ...
0
votes
1answer
20 views

How to retrieve data from set with drush_set_option() from within install profile

I've been messing around with trying to pass varabiles to an install profile based on a signup form, as descripbed in this post. I'm able to get the data out of the form and into drush using ...
1
vote
0answers
25 views

What are the advantages, for managing a single multisite instance of Drupal, to using drush make instead of git fetch & merge?

I don't intend to publicly distribute an installation profile for my multisite instance. Are there still advantages to using platform/site makefiles to move code updates through dev/test/production ...
2
votes
1answer
80 views

Way to prevent drush from eating custom profiles when updating core?

I use drush make with a stub .make file to download a custom profile via git. that profile has all of the modules I want all of my sites to start out with. If I then go into that site, and run ...
1
vote
1answer
185 views

Manually adding sdk for AWS SDK PHP Module

The AWS SDK for PHP Module comes with a drush make script: ; Drush Make (http://drupal.org/project/drush) api = 2 core = 7.x projects[awssdk][type] = library projects[awssdk][download][type] = git ...
7
votes
2answers
261 views

Developing sites while using Aegir and Drush make

I read this article from mig5.net about 'Drupal deployments & workflows with version control, drush_make, and Aegir'. I am impressed by the efficiency of the workflow described here, and I really ...
8
votes
1answer
859 views

How to effectively manage a site with Drush make?

What things are important to consider when managing a site using Drush make?
12
votes
5answers
343 views

Manage custom modules across multiple installations

We have some custom modules which are used for multiple sites. Those can't be released as contributed modules, for example because they are client specific, make assumptions that don't work for ...
3
votes
3answers
583 views

drush make: Specify subdir for make-files provided by contrib modules

Recently I started using drush make to pull in Drupal Core, all the required contrib-modules, themes and libraries. One of the modules I use is the geshifilter-module. This module comes with it's own ...
1
vote
2answers
464 views

changing the path of modules installed using an installation profile

I have a site which has a profile which downloads a number of modules using drush make. It adds the modules in the path /profiles//modules. Is it possible in the make file in the profile to change ...
5
votes
1answer
706 views

Using Drush make to install a profile

I use make files for a number of different flavours of sites that I build, then manually insert my own profile into the site/profiles/ directory. Can drush make download and automatically insert the ...
1
vote
1answer
179 views

How to install Chosen using Drush Make?

From Chosen module page: This module comes with a Drush make file, which will automatically download the jQuery plugin if you use Drush make to set up your website. I have Drush Make, but ...
1
vote
0answers
415 views

Console_Table Error on use Drush [closed]

I install Drush with this tutorial, but on line 120 I get an error: The drush command 'help' could not be found. Run drush cache-clear drush to clear the commandfile cache if you have installed ...
0
votes
0answers
19 views

How do I create a “platform” and “site” from CLI, using the drush extension provision

I'm trying to figure out how to use Provision to create new sites from the CLI. I tried looking at what commands Aegir normally passes to Provision when setting up a new platform and then a new site ...
2
votes
2answers
299 views

What do I need to install to run Drush make?

I want to make a site using a drush make command.I have already Drush installed on my server. When I try to run this command: drush make --prepare-install martplug-build.make mart plug I receive this ...
0
votes
1answer
194 views

Specify destination folders outside of Drupal root using Drush Make

Is there a way to configure Drush Make so that it would build a structure like: project_root drupal_core drupal_contrib So that next in the build process (that this would form a part of) could ...
1
vote
2answers
165 views

Drush make project versions when there is only dev available?

Using Drupal 7.x. If I specify a drupal module project in my make file with no version, for example: projects[] = geocoder and the project currently only has a dev version available (e.g. geocoder ...
7
votes
3answers
1k views

Create a repeatable Drupal install?

When installing Drupal for different sites I find myself frequently installing the same modules over and over again. In the interest of DRY, how can I create a kind of custom site "template" which ...
2
votes
1answer
391 views

What is the syntax for l.d.o translations in a drush make file

I have read the Drush Make documentation, and understand you can download translations at the time you use the drush make command, since there is an option. What I don't understand clearly is how to ...
27
votes
1answer
570 views

I need to bring a site to version control, and set up the continuous Integration environment

I am an entrepreneur with a Drupal 6x project that started small enough to not need version control (per developers), but now I am convinced there is no way without it. There's extensive documentation ...
5
votes
1answer
433 views

Drush Make removes .git folders

After a silly feeling with drush make and github I found out that all the .git folders (used by git to record history, config, origin location etc ) were removed by drush make and I have heard about ...
3
votes
3answers
1k views

Drush Make for a custom module hosted at github

I am trying to fetch a custom module versioned at github.com via drush make, but I get Could not retrieve version information for custom_migration Non-existent project type on project ...
2
votes
1answer
695 views

drush make and drupalcode patches

I would like to download the stable version of a project and apply a patch. This patch was not submitted but applied directly to the project. I have the following drush make file (just a test snippet) ...