Closed (fixed)
Project:
Drupal.org customizations
Version:
6.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
27 Sep 2011 at 15:38 UTC
Updated:
23 May 2014 at 18:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
janusman commentedThis also happens to me. This is the latest nightly of itunesuprofile.profile:
http://drupal.org/node/1069818
Core is listed twice, as well as several modules.
Opening the tarball shows the proper version of core and modules. So it seems only the listing is wrong.
Comment #2
mermentau commented@janusman, I discovered tonight that if you get an alpha release up the problem is not there and it looks good. You still see the dev release looking bad, but above it the alpha is all in good order. :)
Comment #3
mikey_p commentedThis should take care of the issue.
Comment #4
mikey_p commentedCommitted the attached patch.
Comment #5
dwwmikey_p and I were just looking at some related code and I saw the bug here. It only affects -dev releases of packaged distros. It's an easy fix. However, once we deploy that fix, things aren't going to auto-correct themselves until there's another commit on the branch that will trigger a rebuild of each -dev release for affected distros.
Comment #6
dwwThis is now deployed. -dev releases should repair themselves whenever they're rebuilt. So, if folks can commit some changes to the branches they care about and report back here to confirm that the info looks correct, that'd be great.
Thanks!
-Derek
Comment #7
mermentau commented@dww, The fix works as planned. Updated my -dev release and all info is correct.
Thank you,