For some reason, after numerous attempts at verification, the platform verification fails to return the package list to the frontend and the "Packages" tabs all yield:
"No packages are associated with Drupal 6.14 - 1.0 - prod"
So that's rather problematic.
This may related to the tasks patch in git.
Comments
Comment #1
Anonymous (not verified) commentedThis is not occuring for me on a fresh install of HEAD, both the initial platform and other added platforms verify and Packages are shown in the tab as expected.
Comment #2
anarcat commentedSo from what I can tell, the issue is not with the packages *not* being there (they are!), it's the query that displays them that's broken:
That of course yields:
when ran through the commandline... So that awfully looks like an i18n problem. I have no idea why the fuck i18n is kicking in here, it's very annoying...
Comment #3
anarcat commentedI committed a fix to CVS: http://drupal.org/cvs?commit=272626
Comment #4
anarcat commentedI found another issue, for which you need http://drupal.org/cvs?commit=272840 to have a proper fix.
I won't mark this hotfix yet as I didn't generate a proper patch and I'm not sure so many people will stumble upon this (apart from crazy french people like me).