Closed (duplicate)
Project:
Drush
Version:
7.x-5.1
Component:
Make
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2012 at 14:16 UTC
Updated:
4 May 2012 at 02:31 UTC
I have this .info file
name = Custom breadcrumbs
package = Custom breadcrumbs
description = Allows administrators to define custom breadcrumb trails for node types.
core = 7.x
configure = admin/config/user-interface/custom-breadcrumbs
files[] = custom_breadcrumbs.admin.inc
files[] = custom_breadcrumbs.install
files[] = custom_breadcrumbs.module
files[] = custom_breadcrumbs_common.incto which drush make adds
; Information added by drush on 2012-05-01
version = "0b50c14"
project = "custom_breadcrumbs"
datestamp = "1335880347"Unfortunately that makes this patch no longer apply:
diff --git a/custom_breadcrumbs.info b/custom_breadcrumbs.info
index 983f09e..5103127 100644
--- a/custom_breadcrumbs.info
+++ b/custom_breadcrumbs.info
@@ -8,3 +8,4 @@ files[] = custom_breadcrumbs.admin.inc
files[] = custom_breadcrumbs.install
files[] = custom_breadcrumbs.module
files[] = custom_breadcrumbs_common.inc
+files[] = custom_breadcrumbs.features.incObviously I could recreate the patch, but then I can't upload it to the custom breadcrumbs issue queue anymore instead, which would be bad. :)
This worked great with Drush 4, so I guess the added text showed up in only in Drush 5.
Comments
Comment #1
Letharion commentedPerhaps a --flag could disable this behaviour, or the info could be written to a separate file instead?
Comment #2
joestewart commenteddoes --no-gitinfofile address this for you?
Comment #3
jhedstromSee #1528422: Patches no longer apply because of info file re-writing for more info.