Closed (fixed)
Project:
Migrate Extras
Version:
7.x-2.4
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2012 at 09:06 UTC
Updated:
18 Oct 2012 at 20:01 UTC
We use drush make to build enviroment with all necessary modules and we clone them from http://git.drupal.org
While cloning most of modules (and migrate module as part of current problem) we don`t have version information in module`s .info (which is auto-added on release stage and then auto-packed into tar.gz).
So while trying to enable migrate_extras we have error like "migrate module version should be >2.3".
As solution we have to manually modify migrate_extras.info as
dependencies[] = migrate (>2.3)
to be
dependencies[] = migrate
Comments
Comment #1
mikeryanSame deal as #1558158: wordpress_migrate.info "dependencies[] = migrate (>2.3)" not correctly detecting latest migrate. - git_deploy is supposed to take care of this, but a core bug (#1013302: Composer metadata on dev versions doesn't work in update.php) gets in the way. I was tempted to close this, but maybe we're far enough past 2.3 now (around 70% of reported Migrate installs are 2.4 or later) to remove the version dependency.
Comment #2
mikeryanDone.