Closed (fixed)
Project:
Revisioning
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Mar 2013 at 01:11 UTC
Updated:
12 Apr 2013 at 22:33 UTC
The .info file in the git repository contains entries for core and version. These are also added by the backend script that creates releases, so any release of this module contains duplicate core and version entries.
Comments
Comment #1
rdeboerHi Peter,
Thanks for your report.
I *think* I understand what you're saying and am happy to clear it up.
But do the duplicates cause a problem or would this fix just be a "nice to have"?
Rik
Comment #2
cafuego commentedHey Rik, the duplicates don't cause any Drupal problems, and I only noticed the 'core' one when I looked at the file. The duplicate version line made some scripting misbehave, but at the end of the day this is definitely a "would be nice to have" only.
Comment #3
rdeboerHi Peter,
I removed the spurious version identifier from the .info file in Git. I have left the "core = 7.x" as I don't believe we can do without it.
Rik
Comment #4
kscheirerName, Description, and Core are all required for 7.x, see https://drupal.org/node/542202.
Thanks rdeboer!
Comment #5
rdeboerYes all done.