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