The process release for Ubercart 6.x-2.12 fails and has failed since every release after Ubercart 6.x-2.9. A uc_credit.theme file was added in Ubercart 6.x-2.10 which causes the failures. I updated the exceptions on my development site.

php -r "print json_encode(array('date.theme', 'uc_credit.theme', 'bartik.theme', 'seven.theme', 'chameleon.theme', 'test_theme_phptemplate.theme', 'test_theme.theme', 'standard.profile', 'minimal.profile', 'testing.profile', 'default.profile'));" | drush vset --format=json project_dependency_filename_type_exceptions -

Now the process release is working on these releases. This needs to be run on drupal.org to fix the problem there.

Comments

rfay’s picture

Won't this blow away the existing exceptions?

trobey’s picture

I copied the exact command that was used to set the current exceptions and added the new file.

rfay’s picture

Oh sorry - it just seemed shorter than the list over in https://drupal.org/comment/8245551#comment-8245551

I executed this and now we see

[rfay@util htdocs]$ drush vget project_dependency_filename_type_exceptions
project_dependency_filename_type_exceptions: Array
(
    [0] => date.theme
    [1] => uc_credit.theme
    [2] => bartik.theme
    [3] => seven.theme
    [4] => chameleon.theme
    [5] => test_theme_phptemplate.theme
    [6] => test_theme.theme
    [7] => standard.profile
    [8] => minimal.profile
    [9] => testing.profile
    [10] => default.profile
)
rfay’s picture

I also did a pdpp on ubercart.

Would appreciate if you could check the ubercart 8.x-4.x dependencies and see if they're sane.

I do see the fail "WD project_dependency: Failed to find a release for component [notice]
googleanalytics as dependency of uc_googleanalytics,
"

which is probably the traditional problem of _ in google_analytics name?

trobey’s picture

I looked at this before. uc_googleanalytics lists googleanalytics as a dependency. I thought it might be that they meant uc_googleanalytics but it does seem nonsensical to have a self-dependency. But no, there is a googleanalytics project:

https://drupal.org/project/googleanalytics

There also is a google_analytics project and, well, I am not sure what project they want. As far as Project Dependency, it looks like it is producing the correct results.