When using CVS to download version 6.x-1.6 of this module, (manually or via drush,) the Drupal's Available Updates page lists the module version as 6.x-1.x-dev (2010-May-02) ... instead of 6.x-1.6.

The latest packaging script info, (below,) does not appear in the custom_search.info file when downloading with CVS. It does appear, (and the version is reported correctly,) when downloading 6.x-1.6 via the tarball.

; Information added by drupal.org packaging script on 2010-11-30
version = "6.x-1.6"
core = "6.x"
project = "custom_search"
datestamp = "1291126263"
CommentFileSizeAuthor
#2 1048292-remove-packaging-info.diff917 bytesjeffschuler

Comments

jdanthinne’s picture

Unfortunately, I don't have any control over what's the CVS system is doing with my files when I upload them…
Have you tried to just download the package via the project page?

jeffschuler’s picture

Status: Active » Needs review
StatusFileSize
new917 bytes

(Yes, downloading the tarball worked fine, but that solves the symptom, not the problem.)

My thinking was backwards: there's too much packaging info, not too little.

Since packaging info should only be appended by the system when it packages the module, it shouldn't show up in a CVS checkout at all... and shouldn't actually be part of custom_search.info.

This patch removes a few of these leftover sections that are causing this issue.

jdanthinne’s picture

Status: Needs review » Fixed

Okay, removed the wrong info ad committed to DEV.

Status: Fixed » Closed (fixed)

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