Changes for version 2.14 - 2017-04-07
- added revision() to Git, returns the SHA1 sum for the most recent commit, for both local and remotes
- added _separate_url() to Git. This is currently unused as we're not yet using Github's API to fetch commit info
- added --auto|-a to bbdispatch, spins off an auto run
- added auto() to Dispatch. Checks git commit revision numbers, and if different, we'll do a pull and run the test suite
- added auto_sleep option to the config file for [Dispatch]. This is how long in seconds we sleep in between runs and run checks for --auto
- added status() in Git, checks whether the current repo is ahead or behind in commits compared to remote
- --auto flag to bbdispatch takes an integer, the number of runs to dispatch out. Send in 0 to run forever
- fully added initial cut of CI automation (via bbdispatch as opposed to berrybrew) (closes #172)
Documentation
Dispatch Test::BrewBuild builds to remote test servers.
Remote Windows/Unix testing platform server daemon for Test::BrewBuild
Automate module and reverse-dependency testing, on Windows and Unix
Basic overview of using the client/server aspects of the Test::BrewBuild build system
Optional configuration file for the Test::BrewBuild build system.
Modules
Perl/Berry brew unit testing automation, with remote tester dispatching capabilities.
Provides Windows/Unix *brew command translations for Test::BrewBuild
Dispatch Test::BrewBuild test runs to remote test servers.
Git repository manager for the Test::BrewBuild test platform system.
The default 'exec' command plugin.
Daemonized testing service for dispatched test run execution, for Windows & Unix.
Provides
in lib/Test/BrewBuild/Plugin/UnitTestPluginInst.pm