The text in INSTALL.txt has to been changed to
drush make --no-core --contrib-destination=. drupal-org.make

Comments

misc’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new468 bytes

Here is the patch

misc’s picture

Status: Reviewed & tested by the community » Needs review

Sorry, wrong status

paskainos’s picture

Yes, please update INSTALL.txt to avoid user confusion. Also, the drupal-org.make file passes verification, but git cloning for most (actually, it looks like 'all') of the non-stable modules is failing. Here's what I'm seeing:

Unable to clone ns_core from                                         [error]
git://git.drupal.org/project/ns_core.git.
Unable to clone defaultconfig from                                   [error]
git://git.drupal.org/project/defaultconfig.git.
Unable to clone ctools from git://git.drupal.org/project/ctools.git. [error]
Unable to clone uuid from git://git.drupal.org/project/uuid.git.     [error]
Unable to clone views_rss from                                       [error]
git://git.drupal.org/project/views_rss.git.
Unable to clone draggableviews from                                  [error]
git://git.drupal.org/project/draggableviews.git.
Unable to clone wysiwyg from                                         [error]
git://git.drupal.org/project/wysiwyg.git.
Unable to clone media_youtube from                                   [error]
git://git.drupal.org/project/media_youtube.git.
Unable to clone pathfilter from                                      [error]
git://git.drupal.org/project/pathfilter.git.
Unable to clone admin_menu from                                      [error]
git://git.drupal.org/project/admin_menu.git.
Unable to clone entityreference from                                 [error]
git://git.drupal.org/project/entityreference.git.
Unable to clone crossclone from                                      [error]
git://git.drupal.org/project/crossclone.git.
Unable to clone panels_ref_formatter from                            [error]
git://git.drupal.org/project/panels_ref_formatter.git.
paskainos’s picture

Here's a patch for the drupal-org.make file as well.

fabsor’s picture

@paskainos We actually had to do that change in order to get Drupal.org to build the site for us. drush make should be fine using this, since it uses git.drupal.org as a default git server. Which version of drush and drush make are you using?

fabsor’s picture

Status: Needs review » Fixed

I updated the txt file. I also opened another issue, #1440668: Possible issue with the new make file structure for the drush make issue, so we can resolve that separately without delaying this patch.

paskainos’s picture

Was using Drush 4.5 / Drush Make 2.3... Just drush selfupdate'ed to 7.x-5.0-rc2 (including Drush Make #1310130: Put drush make in drush core) so now I'm using Drush 5.0-rc2 / Drush Make API version 2. S'pose I'll give that a try...

Update: I was subsequently experiencing this issue: #1437150: PHP Warnings: "Unable to parse URL environment.inc:295". So I switched to Drush 5.0-dev based on the patch commit for that issue.

NOTE: I'll make all further posts on this in the other issue: #1440668: Change the standard git url for drupal.org from git:// to http://.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.