Closed (fixed)
Project:
Aegir Hosting CiviCRM
Version:
7.x-3.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2016 at 03:33 UTC
Updated:
1 Dec 2016 at 16:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lavamind commentedComment #3
helmo commentedI can confirm this, with drush 8.0.5
I tried removing the '[overwrite] = TRUE' option... no luck.
The --help info from drush make mentions 'Overwrite existing directories. Default is to merge' but it does not apear to be doing that.
Comment #5
bgm commentedI updated the example makefile for CiviCRM 4.7.6 (it was really outdated!), however, initially I ran with "drush make civicrm.make --debug", and saw that tar was running out of disk space in /tmp.
The l10n tar is pretty big, and sometimes it's common practice to have a pretty small /tmp (100-200 MB).
Can you run with --debug and see what the error was?
Comment #6
helmo commentedJust tried the updated makefile in drush 8.0.5 and drush 8.1... Same.
Last part of the verbose log:
The Undefined property can be fixed by adding
libraries[civicrm_l10n][type] = "libraries"Comment #7
ergonlogicHere's a more-or-less stock makefile for a CiviCRM platform: https://github.com/nditech/NDIplatforms/blob/0.4.x/makefiles/stock/civic.... It uses the new .make.yml format, which is recommended now.
Comment #8
helmo commentedHere's a patch that moves us to a make.yml file based on @ergonlogic's example.
Comment #9
bgm commentedSeems good, please merge!
Comment #11
helmo commentedComment #12
ergonlogicI just updated the release version included in the makefile, and added some explanatory docs: http://cgit.drupalcode.org/hosting_civicrm/commit/?id=f2bb3b82b091118f6c...