| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2011-04-29 | Make the builder do a 'use lib lib' so we don't have to | Jonathan "Duke" Leto | 1 | -0/+1 | |
| 2011-04-27 | Add a more detailed example config file and a custom rakudo build script | Jonathan "Duke" Leto | 1 | -0/+10 | |
| 2011-02-23 | Make reusing git repos actually work | Jonathan "Duke" Leto | 1 | -0/+2 | |
| This code is not pretty, but it works. Currently, Git::Repository is eschewed because it was giving odd errors. | |||||
| 2011-02-14 | remove useless scripts | franck cuny | 3 | -110/+0 | |
| 2011-02-14 | script to deploy and migrate DB schema | franck cuny | 1 | -0/+116 | |
| 2011-02-13 | use YAML instead of YAML::Syck | franck cuny | 1 | -16/+1 | |
| 2011-02-04 | Teach jitterbug how to run Ruby Rakefile tests | Jonathan "Duke" Leto | 1 | -0/+2 | |
| 2011-02-01 | Make build-pass.sh executable | Jonathan "Duke" Leto | 1 | -0/+0 | |
| 2011-02-01 | Add ability to optionally send emails when the build passes | Jonathan "Duke" Leto | 1 | -0/+14 | |
| 2011-01-31 | Teach capsule.sh about plain Makefile-based projects | Jonathan "Duke" Leto | 1 | -0/+3 | |
| This code runs "make test" if a Makefile is present, which should be able to test projects like Git. We should add the ability to change the target name, since many C-based projects use the 'check' target. | |||||
| 2011-01-31 | Capture all build output in the logfile, since it is usually useful | Jonathan "Duke" Leto | 1 | -8/+8 | |
| 2011-01-28 | Add a builder_variablse YAML key, which passed environment variables to the ↵ | Jonathan "Duke" Leto | 1 | -4/+6 | |
| builder | |||||
| 2011-01-24 | script to migrate/upgrade dbix schema | franck cuny | 1 | -0/+70 | |
| 2011-01-18 | Add support for building+testing Parrot VM and Rakudo Perl 6 | Jonathan "Duke" Leto | 1 | -4/+8 | |
| 2011-01-18 | Add support for testing some Parrot and Perl 6 projects | Jonathan "Duke" Leto | 1 | -0/+6 | |
| 2011-01-11 | Make build failure email more useful by including TAP output | Jonathan "Duke" Leto | 1 | -5/+12 | |
| 2011-01-11 | Attempt to fix the mangled build failure email bug | Jonathan "Duke" Leto | 1 | -6/+1 | |
| 2011-01-11 | Attempt to fix the mangled build failure email bug | Jonathan "Duke" Leto | 1 | -6/+1 | |
| 2011-01-10 | Add the ability to CC an email when builds fail | Jonathan "Duke" Leto | 1 | -1/+2 | |
| 2011-01-10 | Add the ability to CC an email when builds fail | Jonathan "Duke" Leto | 1 | -1/+2 | |
| 2011-01-09 | Use a stringified version object, because it is prettier | Jonathan "Duke" Leto | 1 | -2/+2 | |
| 2011-01-09 | Attempt grab perl version correctly | Jonathan "Duke" Leto | 1 | -4/+4 | |
| 2011-01-09 | Function must be defined before it is used | Jonathan "Duke" Leto | 1 | -21/+21 | |
| 2011-01-08 | Add ability to disable perlbrew | Jonathan "Duke" Leto | 1 | -14/+23 | |
| This option comes in handy for those that want to run long test suites on just one version of Perl and/or those using local::lib (which doesn't play nice with perlbrew with XS modules). | |||||
| 2011-01-07 | Use cpanm --installdeps . for Module::Build projects | Jonathan "Duke" Leto | 1 | -1/+2 | |
| 2011-01-05 | Tell Module::Build to be verbose | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-01-05 | Rewriting the builder as jitterbug::Builder | Sawyer X | 1 | -74/+3 | |
| 2011-01-04 | Add some debug output to capsule.sh | Jonathan "Duke" Leto | 1 | -0/+7 | |
| 2011-01-04 | Correct mail program invocation to work on Debian systems | Jonathan "Duke" Leto | 1 | -1/+1 | |
| This could possibly break this for other systems that use --to, but Debian-based systems do not have the --to option. | |||||
| 2011-01-04 | Fix syntax error in capsule.sh | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-01-03 | Make capsule.sh prefer Build.PL | Jonathan "Duke" Leto | 1 | -0/+4 | |
| 2010-10-08 | update capsule | franck cuny | 1 | -4/+1 | |
| 2010-10-08 | config as arg | franck cuny | 1 | -1/+2 | |
| 2010-10-07 | use new connect_info; add interval | franck cuny | 1 | -4/+3 | |
| 2010-10-07 | update builder | franck cuny | 1 | -1/+1 | |
| 2010-10-03 | script to import frmo redis; more data to tests | franck cuny | 1 | -0/+41 | |
| 2010-10-03 | update scripts to use dbic; chmod build-failed | franck cuny | 2 | -61/+52 | |
| 2010-10-03 | script to deploy new schema | franck cuny | 1 | -0/+14 | |
| 2010-09-27 | move build script to conf | franck cuny | 2 | -15/+22 | |
| 2010-09-27 | ho, I hate bash | franck cuny | 1 | -1/+1 | |
| 2010-09-26 | ALL perls version | franck cuny | 1 | -1/+1 | |
| 2010-09-26 | mail author when build fail | franck cuny | 3 | -25/+26 | |
| 2010-09-26 | works with dzil too | franck cuny | 1 | -4/+10 | |
| 2010-09-25 | update layout | franck cuny | 1 | -0/+1 | |
| 2010-09-25 | augment width | franck cuny | 1 | -4/+4 | |
| 2010-09-23 | initial import | franck cuny | 3 | -0/+121 | |
