about summary refs log tree commit diff
path: root/config.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-28Add a builder_variablse YAML key, which passed environment variables to the b...Jonathan "Duke" Leto5-8/+14
2011-01-19Fix a jitterbug::Emailer testJonathan "Duke" Leto1-1/+1
2011-01-19Try not to ire the SpamCop Elder GodsJonathan "Duke" Leto1-1/+1
2011-01-18Add support for building+testing Parrot VM and Rakudo Perl 6Jonathan "Duke" Leto1-4/+8
2011-01-18Add support for testing some Parrot and Perl 6 projectsJonathan "Duke" Leto1-0/+6
2011-01-18Get rid of uninitialized warning in the test suiteJonathan "Duke" Leto1-1/+1
2011-01-18Add ability to use test failure summary in failure email templateJonathan "Duke" Leto2-4/+72
2011-01-18Refactor jitterbug::Emailer to get rid of some warnings and improve testsJonathan "Duke" Leto2-15/+66
2011-01-13Allow placeholders for project name and SHA1 in build failure emailsJonathan "Duke" Leto1-0/+3
2011-01-13Put commit message in subject of failure emails and improve body formatJonathan "Duke" Leto1-1/+7
2011-01-13Load the on_failure class at runtime before instantiating itJonathan "Duke" Leto1-0/+1
2011-01-12Allow a header and footer for failure emails to be specifiedJonathan "Duke" Leto2-0/+8
2011-01-12Allow specification of a perl module to handle build failure emailsJonathan "Duke" Leto1-1/+8
2011-01-12More jitterbug::Emailer testsJonathan "Duke" Leto1-2/+6
2011-01-12More tests for jitterbug::EmailerJonathan "Duke" Leto2-17/+34
2011-01-12Add Test::MockObject as a depJonathan "Duke" Leto1-0/+1
2011-01-12Fix some bugs in jitterbug::Emailer and add mocked test dataJonathan "Duke" Leto2-4/+18
2011-01-12Add some tests for jitterbug::EmailerJonathan "Duke" Leto2-2/+21
2011-01-11Make failure email more customizable, start new jitterbug::Emailer in perlJonathan "Duke" Leto5-8/+86
2011-01-11Make build failure email more useful by including TAP outputJonathan "Duke" Leto2-7/+14
2011-01-11Attempt to fix the mangled build failure email bugJonathan "Duke" Leto2-15/+10
2011-01-11Attempt to fix the mangled build failure email bugJonathan "Duke" Leto2-15/+10
2011-01-10Add the ability to CC an email when builds failJonathan "Duke" Leto3-2/+6
2011-01-10Add the ability to CC an email when builds failJonathan "Duke" Leto3-2/+6
2011-01-09Use a stringified version object, because it is prettierJonathan "Duke" Leto1-2/+2
2011-01-09Attempt grab perl version correctlyJonathan "Duke" Leto1-4/+4
2011-01-09Function must be defined before it is usedJonathan "Duke" Leto1-21/+21
2011-01-08Add ability to disable perlbrewJonathan "Duke" Leto3-15/+28
2011-01-07Add debug info for a failed build eventJonathan "Duke" Leto1-2/+4
2011-01-07Use cpanm --installdeps . for Module::Build projectsJonathan "Duke" Leto1-1/+2
2011-01-07Die early if the config file does not exist and add some testsJonathan "Duke" Leto2-5/+20
2011-01-07Rename builder testJonathan "Duke" Leto1-0/+0
2011-01-06Docs for builder.plJonathan "Duke" Leto1-1/+10
2011-01-05Tell Module::Build to be verboseJonathan "Duke" Leto1-1/+1
2011-01-05Find new tasks correctlyJonathan "Duke" Leto1-1/+2
2011-01-05Attempt to avoid a race condition and emit more debug infoJonathan "Duke" Leto1-2/+9
2011-01-05Properly bubble up errors from rmtreeJonathan "Duke" Leto1-2/+2
2011-01-05Update deps to require Test::MostJonathan "Duke" Leto1-1/+1
2011-01-05Add a few more simple testsJonathan "Duke" Leto4-5/+53
2011-01-05Improve debug info and add some basic jitterbug::Builder testsJonathan "Duke" Leto2-6/+28
2011-01-05Add some useful debug info for the logsJonathan "Duke" Leto1-0/+5
2011-01-05Fix issue where previous build dir was not removed early enoughJonathan "Duke" Leto1-1/+2
2011-01-05Create a sleep method in jitterbug::Builder and fix a typoJonathan "Duke" Leto1-3/+10
2011-01-05Print more useful info when it is neededJonathan "Duke" Leto1-1/+3
2011-01-05Add a compile check test for jitterbug::BuilderJonathan "Duke" Leto1-1/+2
2011-01-05Correct test countJonathan "Duke" Leto1-1/+0
2011-01-05Rewriting the builder as jitterbug::BuilderSawyer X2-74/+127
2011-01-04Add some debug output to capsule.shJonathan "Duke" Leto1-0/+7
2011-01-04Correct mail program invocation to work on Debian systemsJonathan "Duke" Leto1-1/+1
2011-01-04Add App::perlbrew and Dist::Zilla as dependenciesJonathan "Duke" Leto1-0/+2
2011-01-04Fix syntax error in capsule.shJonathan "Duke" Leto1-1/+1
2011-01-03update manifests and .gitignoreJonathan "Duke" Leto3-4/+5
2011-01-03Make capsule.sh prefer Build.PLJonathan "Duke" Leto1-0/+4
2011-01-03Convert jitterbug to use Module::BuildJonathan "Duke" Leto6-33/+115
2011-01-03upda