about summary refs log tree commit diff
path: root/.gitignore (unfollow)
<
Commit message (Collapse)AuthorFilesLines
2011-04-29Tell the manifest that our readme is markdownJonathan "Duke" Leto1-1/+1
2011-04-29Add more docs about the config fileJonathan "Duke" Leto1-0/+9
2011-04-29Make the command-line arg of the builder --config to match jitterbug_dbJonathan "Duke" Leto2-7/+7
2011-04-29Make the builder do a 'use lib lib' so we don't have toJonathan "Duke" Leto1-0/+1
2011-04-29Add more docs about the build_process config keyJonathan "Duke" Leto1-0/+23
2011-04-29Add the beginning of docs about configuring JitterbugJonathan "Duke" Leto1-0/+19
2011-04-28ignore some module::build detritusJonathan "Duke" Leto1-0/+1
2011-04-28Show the author of the latest commit on the dashboard, fixes #40Jonathan "Duke" Leto2-2/+4
2011-04-28Add a link from the project page back to the dashboard, fixes #39Jonathan "Duke" Leto1-1/+1
2011-04-27Prevent a use of uninitialized value warningJonathan "Duke" Leto1-1/+1
2011-04-27Make jitterbug::Test look for jitterbug.db in the correct place and TODO ↵Jonathan "Duke" Leto2-6/+8
another test to make the test suite pass
2011-04-27Fix readme markdown and add note about using cpanm to install depsJonathan "Duke" Leto1-6/+7
2011-04-27tell github our readme is markdownJonathan "Duke" Leto1-0/+0
2011-04-27update READMEJonathan "Duke" Leto1-11/+16
2011-04-27Add a more detailed example config file and a custom rakudo build scriptJonathan "Duke" Leto2-0/+63
2011-04-26Remove an unnecessary sleepJonathan "Duke" Leto1-3/+0
2011-04-26Hopefully unbreak the reusing git repo featureJonathan "Duke" Leto1-4/+0
2011-04-26Get rid of Git::Repository callsJonathan "Duke" Leto1-2/+0
2011-04-21Allow the config file to specify per-project builder and builder_variables, ↵Jonathan "Duke" Leto1-8/+13
which override the global values
2011-03-14Add a dep on DateTime::Format::SQLiteJonathan "Duke" Leto1-0/+1
2011-02-23Add on_failure_to_email and on_pass_to_email config keysJonathan "Duke" Leto4-1/+9
These keys can be used to override where pass/fail emails go. If they are defined, emails are sent to the specified email. If not, they go to the commit author. This feature is sponsored by IRC insultbots and the letters B, A, C, E and K. No bits where harmed in the making of this feature.
2011-02-23Add on_failure_to_email and on_pass_to_email config keysJonathan "Duke" Leto4-1/+9
These keys can be used to override where pass/fail emails go. If they are defined, emails are sent to the specified email. If not, they go to the commit author. This feature is sponsored by IRC insultbots and the letters B, A, C, E and K. No bits where harmed in the making of this feature.
2011-02-23Use checkout instead of rebase, since we don't know which branch name to ↵Jonathan "Duke" Leto1-3/+3
rebase against
2011-02-23Explicity fetch and rebase to avoid configuration issuesJonathan "Duke" Leto1-1/+3
2011-02-23Don't try to embed TAP output into current pageJonathan "Duke" Leto1-0/+2
2011-02-23Add a useful commentJonathan "Duke" Leto1-0/+2
2011-02-23Run the git commands in the correct repoJonathan "Duke" Leto1-0/+3
2011-02-23Turn off debug statements by defaultJonathan "Duke" Leto1-1/+1
2011-02-23Turn off debug statements by defaultJonathan "Duke" Leto1-1/+1
2011-02-23Make reusing git repos actually workJonathan "Duke" Leto2-8/+18
This code is not pretty, but it works. Currently, Git::Repository is eschewed because it was giving odd errors.
2011-02-22Create a new repo for the first time, even if reuse_repo is trueJonathan "Duke" Leto1-11/+16
2011-02-22We really only need to fetch new commits, not pull or rebase them. rbuels++Jonathan "Duke" Leto1-2/+2
2011-02-22update manifestJonathan "Duke" Leto1-2/+13
2011-02-22Teach jitterbug about reusing git repos to save bandwidthJonathan "Duke" Leto2-8/+21
2011-02-22Declare DBIx::Class::DeploymentHandler as a dependencyJonathan "Duke" Leto1-0/+1
2011-02-15Only put the short commit message in email subjectsJonathan "Duke" Leto2-2/+6
The full commit message will still be in the body of the email.
2011-02-14return empty list if project is not definedfranck cuny1-0/+1
2011-02-14use jitterbug::Testfranck cuny3-45/+17
2011-02-14generate a db and set some stuff in configfranck cuny1-4/+38
2011-02-14fix script namefranck cuny1-1/+1
2011-02-14one more testfranck cuny1-1/+2