Closed (won't fix)
Project:
Project
Version:
4.7.x-1.x-dev
Component:
Releases
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Jun 2006 at 19:58 UTC
Updated:
2 Dec 2006 at 03:32 UTC
Jump to comment: Most recent file
http://drupal.org/node/64590 is not getting releases added to the project_releases table, even though the nightly tarballs are being built. everything else looks reasonable in this project node. local testing can't reproduce any problems. at this point, some additional watchdog entries and another release scan on drupal.org seems like the only way to try to figure out what's going wrong. as per discussion with killes in IRC, here's a patch to add these new watchdog logs...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | project_release_tmp_watchdog.patch_3 | 8.26 KB | dww |
| #1 | project_release_tmp_watchdog.patch_2 | 3.19 KB | dww |
| project_release_tmp_watchdog.patch | 3.01 KB | dww |
Comments
Comment #1
dwwslight improvement: calls
project_release_scan_directory_results(t('error'))so the summary after the scan shows a total count of errors (though not the ones caught in file.inc, which i suspect are what might really be nailing this module...)Comment #2
dwwalas, my suspicious about where the problem was caused the previous round of debugging to not reveal the bug. here's a new version that:
hopefully this will reveal the true problem...
p.s. the extra watchdog in includes/file.inc isn't needed, since that's not where the problem is. therefore, this patch doesn't include it.
Comment #3
dwwyay! killes and i found the problems with the "version" module (and Lightbox V2, the turkish translation, node agregator, and the paypal framework). apparently, all of these had old (or newer) project nodes that were created. see http://drupal.org/node/67877 for explaination (and solution) for the underlying bug.
however, we should make some of the errors reported by my earlier temporary debugging patches real, permanent watchdog events, just in case there are ever problems with any of this in the future. here's my todo-list for improved logging and error propagation:
on the summary page after the scan completes:
that should be pretty good. i'll roll a patch in the near future that can be reviewed and committed to the official release of project in cvs.
Comment #4
dwwthis is now obsolete thanks to the new release system. ;)