Closed (fixed)
Project:
NodeStream
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2012 at 10:27 UTC
Updated:
2 Mar 2012 at 00:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
misc commentedHere is the patch
Comment #2
misc commentedSorry, wrong status
Comment #3
paskainos commentedYes, 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:
Comment #4
paskainos commentedHere's a patch for the
drupal-org.makefile as well.Comment #5
fabsor commented@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?
Comment #6
fabsor commentedI 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.
Comment #7
paskainos commentedWas using Drush 4.5 / Drush Make 2.3... Just
drush selfupdate'ed to7.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-devbased 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://.