about summary refs log tree commit diff
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish creating a dispatch table for detecting how to build/test a project convert_capsuleJonathan "Duke" Leto2011-04-301-3/+54
|
* Start converting capsule.sh to perlJonathan "Duke" Leto2011-04-301-0/+19
|
* Make the builder do a 'use lib lib' so we don't have toJonathan "Duke" Leto2011-04-291-0/+1
|
* Add a more detailed example config file and a custom rakudo build scriptJonathan "Duke" Leto2011-04-271-0/+10
|
* Make reusing git repos actually workJonathan "Duke" Leto2011-02-231-0/+2
| | | | | This code is not pretty, but it works. Currently, Git::Repository is eschewed because it was giving odd errors.
* remove useless scriptsfranck cuny2011-02-143-110/+0
|
* script to deploy and migrate DB schemafranck cuny2011-02-141-0/+116
|
* use YAML instead of YAML::Syckfranck cuny2011-02-131-16/+1
|
* Merge branch 'devel'franck cuny2011-02-131-0/+70
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * devel: add more tests inside the hook, we check if we can add more than one task for this project add configuration option to skip some branches; add tests for the Hook that's why we want datetime use DateTime update templates to show informations about running tasks column started_when: datetime when the build started prepare to update schema again display current build if any add sql schema for various version don't ignore .sql files script to migrate/upgrade dbix schema add version to our schema update templates and css we want a find, not a search here add pending status to the schema (TODO: need a script to migrate the schema) load tasks and display them on the dashboard
| * resolve merge conflictfranck cuny2011-02-131-0/+70
| |\
| | * script to migrate/upgrade dbix schemafranck cuny2011-01-241-0/+70
| | |
* | | Teach jitterbug how to run Ruby Rakefile testsJonathan "Duke" Leto2011-02-041-0/+2
| | |
* | | Make build-pass.sh executableJonathan "Duke" Leto2011-02-011-0/+0
| | |
* | | Add ability to optionally send emails when the build passesJonathan "Duke" Leto2011-02-011-0/+14
| | |
* | | Teach capsule.sh about plain Makefile-based projectsJonathan "Duke" Leto2011-01-311-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.
* | | Capture all build output in the logfile, since it is usually usefulJonathan "Duke" Leto2011-01-311-8/+8
| | |
* | | Add a builder_variablse YAML key, which passed environment variables to the ↵Jonathan "Duke" Leto2011-01-281-4/+6
|/ / | | | | | | builder
* | Add support for building+testing Parrot VM and Rakudo Perl 6Jonathan "Duke" Leto2011-01-181-4/+8
| |
* | Add support for testing some Parrot and Perl 6 projectsJonathan "Duke" Leto2011-01-181-0/+6
| |
* | Make build failure email more useful by including TAP outputJonathan "Duke" Leto2011-01-111-5/+12
| |
* | Attempt to fix the mangled build failure email bugJonathan "Duke" Leto2011-01-111-6/+1
| |
* | Add the ability to CC an email when builds failJonathan "Duke" Leto2011-01-101-1/+2
| |
* | Use a stringified version object, because it is prettierJonathan "Duke" Leto2011-01-091-2/+2
| |
* | Attempt grab perl version correctlyJonathan "Duke" Leto2011-01-091-4/+4
| |
* | Function must be defined before it is usedJonathan "Duke" Leto2011-01-091-21/+21
| |
* | Add ability to disable perlbrewJonathan "Duke" Leto2011-01-081-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).
* | Use cpanm --installdeps . for Module::Build projectsJonathan "Duke" Leto2011-01-071-1/+2
| |
* | Tell Module::Build to be verboseJonathan "Duke" Leto2011-01-051-1/+1
| |
* | Rewriting the builder as jitterbug::BuilderSawyer X2011-01-051-74/+3
| |
* | Add some debug output to capsule.shJonathan "Duke" Leto2011-01-041-0/+7
| |
* | Correct mail program invocation to work on Debian systemsJonathan "Duke" Leto2011-01-041-1/+1
| | | | | | | | | | This could possibly break this for other systems that use --to, but Debian-based systems do not have the --to option.
* | Fix syntax error in capsule.shJonathan "Duke" Leto2011-01-041-1/+1
| |
* | Make capsule.sh prefer Build.PLJonathan "Duke" Leto2011-01-031-0/+4
|/
* update capsulefranck cuny2010-10-081-4/+1
|
* config as argfranck cuny2010-10-081-1/+2
|
* use new connect_info; add intervalfranck cuny2010-10-071-4/+3
|
* update builderfranck cuny2010-10-071-1/+1
|
* script to import frmo redis; more data to testsfranck cuny2010-10-031-0/+41
|
* update scripts to use dbic; chmod build-failedfranck cuny2010-10-032-61/+52
|
* script to deploy new schemafranck cuny2010-10-031-0/+14
|
* move build script to conffranck cuny2010-09-272-15/+22
|
* ho, I hate bashfranck cuny2010-09-271-1/+1
|
* ALL perls versionfranck cuny2010-09-261-1/+1
|
* mail author when build failfranck cuny2010-09-263-25/+26
|
* works with dzil toofranck cuny2010-09-261-4/+10
|
* update layoutfranck cuny2010-09-251-0/+1
|
* augment widthfranck cuny2010-09-251-4/+4
|
* initial importfranck cuny2010-09-233-0/+121