Closed (fixed)
Project:
Drupal.org infrastructure
Component:
Packaging
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Aug 2009 at 17:03 UTC
Updated:
1 Sep 2009 at 23:20 UTC
I've found a couple of projects where development snapshot has not been updated, but there have been commits since last time they were built.
- http://drupal.org/node/458564 This is 6.x-1.x-dev for Translation table module.
- http://drupal.org/node/319181 This is 6.x-1.x-dev for Translation helpers module.
Any idea on what might be happening with these projects?
Comments
Comment #1
dwwIt's entirely possible this was caused by #540074-4: Denormalize release API compatibility tid into {project_release_nodes} and #550888: project_release_check_supported_versions() gets wrong values in packaging script with replication delays. Now that those are fixed and repaired (at least on d.o), I'm re-running the packaging script to generate -dev snapshots to see how that goes. If these don't get repackaged, I'll figure out why not.
Comment #2
dwwOn closer inspection, this was actually caused by a bug introduced during #390856: Do a proper page/code split of project. If a release had a packaging error, a function would return failure before the proper current working directory could be restored, which could eventually lead to a fatal error where the packaging script tried to load a required include file (e.g. deep inside node_save()) and since we weren't in the drupal root working directory, we couldn't find the file and would call an undefined function. Committed a fix to HEAD (http://drupal.org/cvs?commit=252934) and deployed officially on d.o. I actually put the fix live on d.o around 11:00am PDT today and ran the script. Saw it run to completion. Just now had a chance to commit everything and deploy officially.
Comment #3
markus_petrux commentedThank you! :)