summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-02Prepare release 0.9ick-0.9Lars Wirzenius4-2/+14
2015-11-02Run local commands in the project's git directoryLars Wirzenius1-2/+3
2015-11-01Prepare to release 0.1ick-0.8Lars Wirzenius4-3/+9
2015-10-31Update NEWSLars Wirzenius1-0/+1
2015-10-31Add empty line for PEP8Lars Wirzenius1-0/+1
2015-10-31Refactor to reduce code duplication a littleLars Wirzenius1-5/+8
2015-10-31Add local-shell pipelineLars Wirzenius1-0/+85
2015-10-27Keep mtimes of files consistentLars Wirzenius1-4/+14
2015-10-25Install template files in setup.pyLars Wirzenius1-1/+1
2015-10-25Install ick-html in setup.pyLars Wirzenius1-1/+1
2015-10-25Show which pipeline was run in list of buildsLars Wirzenius1-1/+2
2015-10-24Store built commits per pipelineLars Wirzenius1-3/+9
2015-10-24Add ick-html programLars Wirzenius6-3/+172
2015-10-24Handle missing build info attributesLars Wirzenius1-1/+1
2015-10-21Configure reprepro to cleanup on errorLars Wirzenius1-0/+1
2015-10-21Handle missing fields in project.yamlLars Wirzenius2-1/+6
2015-10-21Only create build.yaml if actually buildingLars Wirzenius3-13/+40
2015-10-21Get built-commits info from project.yamlLars Wirzenius1-6/+4
2015-10-21Store built commits to project.yamlLars Wirzenius2-1/+7
2015-10-19Fix typo in messageLars Wirzenius1-1/+1
2015-10-18Fix number of output linesLars Wirzenius1-4/+6
2015-10-18Use as much of the terminal as possibleLars Wirzenius1-15/+12
2015-10-11Order projects for progress reporting, tooLars Wirzenius1-1/+2
2015-10-11Don't display newlines in commandLars Wirzenius1-1/+1
2015-10-11Prepare release version 0.7ick-0.7Lars Wirzenius4-4/+13
2015-10-11Build projects in alphabetical orderLars Wirzenius1-1/+1
2015-10-05Update NEWSLars Wirzenius1-0/+6
2015-10-05Use ttystatus progress reporting to terminalLars Wirzenius5-45/+137
2015-09-30Prepare release version 0.6.1ick-0.6.1Lars Wirzenius3-1/+13
2015-09-30Fix crash when nothing to build for DebianLars Wirzenius1-0/+3
2015-09-30Prepare for release verison 0.6ick-0.6Lars Wirzenius3-2/+8
2015-09-29Do not collect Debian info when not neededLars Wirzenius2-4/+11
2015-09-29Save project and build YAML prettifiedLars Wirzenius2-2/+2
2015-09-29Save project.yaml after new build number is pickedLars Wirzenius2-1/+12
2015-09-29Show summary of command that gets run on targetLars Wirzenius2-3/+7
2015-09-29Show build log locationLars Wirzenius2-1/+10
2015-09-26Prepare for release version 0.5ick-0.5Lars Wirzenius3-2/+8
2015-09-26Update NEWSLars Wirzenius1-0/+7
2015-09-26Store commit for each git repoLars Wirzenius1-6/+10
2015-09-26Add subdir to GitClone and make dirname, url publicLars Wirzenius2-4/+26
2015-09-26Store all clones in RunStateLars Wirzenius1-17/+16
2015-09-26Change BuildCommit to store list of commitsLars Wirzenius3-5/+15
2015-09-20Rename RunState fields for things to buildLars Wirzenius1-19/+21
2015-09-20Add step to find current git commitsLars Wirzenius1-2/+9
2015-09-20Be explicit which pipeline find-todo step is forLars Wirzenius1-5/+22
2015-09-19Store name of pipeline in build.yamlLars Wirzenius4-0/+12
2015-09-19Give BuildStep attributes for project, etcLars Wirzenius5-149/+196
2015-09-19Give pipeline a name attributeLars Wirzenius4-5/+10
2015-09-19Rename CloneGit to CloneGitsLars Wirzenius1-4/+4
2015-09-19Refactor to simplify CloneGitLars Wirzenius1-5/+9