Download & Extend

Version 5.x-1.1 identifier incorrectly left in version 5.x-1.4 adminrole.info file

Project:Admin role
Version:5.x-1.4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -r DRUPAL-5--1-4 -d adminrole contributions/modules/adminrole

results in this error from update status:

Admin Role 5.x-1.1
Recommended version: 5.x-1.4 (2007-Jun-22) Download · Release notes
Includes: Admin Role

Comments

#1

Title:CVS Drupal-5--1-4 tag retrieves version 5.x-1.1 version.» Version 5.x-1.1 identifier incorrectly left in version 5.x-1.4 adminrole.info file

The cause of this error is that the previous automatically-added version information in the .info file must have gotten committed to the project at some point. As a result, this first listing of 5.x-1.1 overrides the automatically-added correct version. This is what the .info file looks like when downloaded through the packaging system --

name = Admin Role
description = Create a role to be 'admin' and automatically assign all perms to that role.
version = "DRUPAL-5"
package = User Access
; Information added by drupal.org packaging script on 2007-05-04
version = "5.x-1.1"
project = "adminrole"

; Information added by drupal.org packaging script on 2007-06-23
version = "5.x-1.4"
project = "adminrole"
datestamp = "1182579303"

The first listing is not automatic and (like the second listing) should NOT be part of the file committed to CVS.

The attached patch should fix this.

benjamin, Agaric Design Collective

AttachmentSizeStatusTest resultOperations
adminrole_info.patch483 bytesIgnored: Check issue status.NoneNone

#2

Status:active» needs review

Which means that the patch needs review...

#3

Status:needs review» patch (to be ported)

Put this in DRUPAL-5

#4

Status:patch (to be ported)» fixed

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.