about summary refs log tree commit diff
path: root/environments (unfollow)
Commit message (Expand)AuthorFilesLines
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, w...Jonathan "Duke" Leto1-8/+13
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
2011-02-23Add on_failure_to_email and on_pass_to_email config keysJonathan "Duke" Leto4-1/+9
2011-02-23Use checkout instead of rebase, since we don't know which branch name to reba...Jonathan "Duke" Leto1-3/+3
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
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-2