Thanks to #1314124: [META] Improve installation profile listing on Drupal.org we renamed the taxonomy term on d.o from "Installation profiles" to "Distributions". This broke the hack (introduced at #652566: Support multiple download files per release in release history XML) in project-release-create-history.php that was adding <variant> info to distribution releases, since the code was checking for a term with the name "Installation profiles". Although #1003764: Add an alter hook invoked while generating release-history XML files is a cleaner solution so that this d.o-specific crap doesn't have to live upstream in project, for now, we have to deal with this here.
This bug was first reported in #drush in IRC, and I just searched and didn't see an actual issue open anywhere about it, so I'm opening this here.
Should be a trivial fix.
While we're at it, we should probably grep the rest of Project* and drupalorg_* for "Installation profiles" to make sure there aren't any other similar bugs lurking.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1571122-2.release-history-variant-for-distros.patch | 1.58 KB | dww |
Comments
Comment #1
moshe weitzman commentedThis is wreaking some havoc for people in drush issue queue, so elevating priority.
Comment #2
dwwUntested, but I think this is what we need. I guess the "Novice" tag didn't come to the rescue here. :/
Comment #3
dwwSorry, didn't mean to revert the priority.
Comment #4
moshe weitzman commentedWell, thats about as simple as it gets. Thanks.
Comment #5
dwwCommitted, pushed and deployed. Rebuilding the feeds now. Please reopen if
<variant>hasn't properly reappeared in about 15 minutes.Comment #6
dwwhttp://updates.drupal.org/release-history/drupalorg_testing/6.x now has
<variant>in there and it all looks sane.Yay,
-Derek
Comment #7
dwwIn IRC, just got confirmation this is indeed fixed:
Yay,
-Derek