New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"[overwrite] = TRUE" for zip file with Drush 5 overwrites instead of merging as in Drush make 2.3 #295
Comments
|
the issue is still present, any update on this? |
|
Yes it is. Current 7.x HEAD and 6.x both have the same issue. Edit: |
|
Drush 5 is no longer supported: http://docs.drush.org/en/master/install/ Feel free to open a new issue is you find this behaviour still exists in a supported version. |
|
Oops, I missed the update above. |
|
Try the "destination" parameter, instead of a sub-directory in "directory name", as we've done in https://github.com/nditech/hosting_ndi/blob/7.x-1.x/drush/makefiles/ndi.make. |
|
The underlying problem here is that tinymce is shipping an archive with directories that contain multiple translation file. As a result, these need to be deployed throughout a tinymce codebase. In tinymce 4+, it looks like they've reduced this to a single file, which'll simplify things. So, for the main tinymce translation, this appears to work: Unfortunately, for each theme and plugin, a similar entry to "tinymce_nl" will be required. |
|
I can confirm this last idea works. It's not a neat thing, but it does work. Complete example for basic package + dutch (NL) language: |
|
|
j0natan commentedNov 28, 2013
Hi,
"[overwrite] = TRUE" in makefile for zip file with Drush 5 overwrites instead of merging as in Drush make 2.3
It's not merging with Drush 5.10.0.
It was merging fine with Drush 4.5 and Drush make 2.3.
It affects zip file. It does not affect downloading a single file.
Here is an example of the objective:
Original issue:
https://drupal.org/node/2131945
May be related to:
https://drupal.org/node/1134326: Allow a DrushMakeProject to be installed in a non empty directory (Port to Drush 5)
https://drupal.org/node/628198: Allow library downloads into a directory that already exists
https://drupal.org/node/1539076: drush make overrides modules folder with downloaded modules
The text was updated successfully, but these errors were encountered: