Local packages not found when missing release number
toemaz - October 14, 2009 - 22:34
| Project: | Localization server |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Environment:
- l10n_server: 6.x-1.x-dev (2009-Oct-08)
- potx 6.x-3.x-dev (2009-Sep-13)
Problem:
Drupal packages like drupal-6.14.tar.gz are not found, while modules like module-6.x-1.0.tar.gz are found.
Somehow packages with filename [name]-[release].tar.gz are not found when [release] does not look like [X.Y-A.B.C]
Reproduce:
Place drupal-6.14.tar.gz in your Local packages directory and press scan. The result: No (new) local packages found to scan in ...

#1
Hm, that was never reported before, and the code to look for filenames did not change any recently. I'm assuming some local problem. Could you download an older Drupal release which was not yet on your server and try with that?
#2
Thanks for the quick response Gabor. Since you never heard from this problem, I looked into again, and mysteriously, I can't reproduce it anymore. I uploaded the same tar.gz file and no more problem. Sorry about the confusion. I'll close this issue.
One more thing: I'm about to use the l10n server for an OS project not related with Drupal. The project is called MuseScore (http://www.musescore.org) and is QT based, so it deals with ts file. I've written 15 lines of php code to load in the ts file from the svn into the server et voilà, the translation server is all set. Now, I'm about to write the export code: the original ts file is stuffed with the translations and put back up on the svn. Once the translation server is up and running, I'll make a post in the g.d.o group because it demonstrates how great this module is. Thanks for all the terrific coding!
#3
Superb, thank you!