Taxonomy Edge optimizes tree functions for taxonomies. It provides a transitive closure table data model for easily managing hierarchical terms. It was created to avoid recursive functions when fetching all children, and to avoid the not-quite-so-scalable memory footprint of taxonomy_get_tree().
The provided patch contains overrides for the core module Taxonomy in regards to taxonomy_get_tree() and taxonomy_select_nodes().
This project builds the debian packages (drupaltestbot, drupaltestbot-mysql, drupaltestbot-pgsql, and drupaltestbot-sqlite) used to deploy a testbot in the Drupal.org testing infrastructure.
This does the following actions (so you can build the packages manually for testing):
rm *.deb || true
cd drupaltestbot
debuild -b -uc -us
cd ..
cd drupaltestbot-mysql
debuild -b -uc -us
cd ..
cd drupaltestbot-sqlite3
debuild -b -uc -us
cd ..
cd drupaltestbot-pgsql
debuild -b -uc -us
cd ..
# Only copy new .deb files, so that we don't override packages that haven't changed version.
rsync --ignore-existing *.deb /var/www/packages/pool/main
/var/local/apt-repository/update.sh