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"
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1048292-remove-packaging-info.diff | 917 bytes | jeffschuler |
Comments
Comment #1
jdanthinne commentedUnfortunately, 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?
Comment #2
jeffschuler(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.
Comment #3
jdanthinne commentedOkay, removed the wrong info ad committed to DEV.