Closed (fixed)
Project:
Drupal.org site moderators
Component:
Other
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2009 at 22:33 UTC
Updated:
14 Aug 2009 at 09:35 UTC
Content Management Filter. Both versions have the correct sticky tags in my CVS.
The 5.x-1.5 release (http://drupal.org/node/525102) somehow has 6.x code in it. I checked my commits and they specify DRUPAL-5. I do see that the -dev release is rolling off HEAD, which I need to change (I don't like using HEAD).
What have I done wrong, and what do I do to get it straightened out?
Comments
Comment #1
nancydruBTW, both versions were also done from check outs.
Comment #2
avpadernoFrom what I can see, it seems somebody has manually added the information that the packaging script normally add.
This is the content of the .info file as appears from the CVS repository:
This is the content of the same file as found in the tarball archive for version 5.x-1.5:
The packaging script adds the correct information for the Drupal 5 branch.
Comment #3
webernet commentedhttp://cvs.drupal.org/viewvc.py/drupal/contributions/modules/cmf/cmf.inf...
It appears that the DRUPAL-5--1-5 tag is on the DRUPAL-6--1 branch.
You'll need to create a DRUPAL-5--1-6 tag is on the correct branch and make a new release. Once that's done, the problem release can be unpublished.
Comment #4
avpadernoThat is true: the code is tagged for both the Drupal 5, and Drupal 6 versions.
Comment #5
nancydruThanks, I think it is fixed now. I also cleaned up the .info file for 6.x.
Comment #7
avpaderno