summaryrefslogtreecommitdiff
path: root/icklib/project.py
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Fix package-signing-keyLars Wirzenius1-1/+1
2016-04-21Add packgage-signing-key to each ick file projectLars Wirzenius1-0/+2
2016-04-21Make each project define its package signing keyLars Wirzenius1-0/+4
2016-04-15Fix logging of argv with {}Lars Wirzenius1-1/+1
2016-03-16Add a separate dput-unstable settingLars Wirzenius1-0/+7
2016-03-06Move publishing of Debian packages to a moduleLars Wirzenius1-57/+1
2016-03-06Move LineLogger, Debian CI upload to modulesLars Wirzenius1-92/+4
2016-03-06Move APT setup step to its own moduleLars Wirzenius1-95/+2
2016-03-06Move FindDebianChangesFiles into its own moduleLars Wirzenius1-24/+2
2016-03-06Move .deb steps to their own moduleLars Wirzenius1-131/+2
2016-03-06Move .dsc creation steps into a moduleLars Wirzenius1-100/+2
2016-03-06Move tarball creation steps into a moduleLars Wirzenius1-75/+2
2016-03-06Move Debian info collection step into a moduleLars Wirzenius1-54/+2
2016-03-06Move shell-command running steps into a moduleLars Wirzenius1-49/+2
2016-03-06Move FindTagsToBuildForDebianRelease into moduleLars Wirzenius1-43/+1
2016-03-06Move steps to find new commits to separate moduleLars Wirzenius1-56/+3
2016-03-06Move FindCurrentGitCommits into separate moduleLars Wirzenius1-13/+4
2016-03-06Move CloneGits into a separate moduleLars Wirzenius1-33/+4
2016-03-06Move {Create,Finish}BuildInfo to a separate moduleLars Wirzenius1-80/+8
2016-03-06Move {Load,Save}ProjectInfo into separate moduleLars Wirzenius1-43/+8
2016-03-06Move GitSpec class to end of fileLars Wirzenius1-8/+8
2016-03-06Require project entries to specify dput targetsLars Wirzenius1-3/+15
2016-03-06Add build step to upload Debian packagesLars Wirzenius1-0/+53
2016-03-06Log to log file the stdout output of local commandLars Wirzenius1-0/+1
2016-03-04Rename build step to be explicit about CI repoLars Wirzenius1-3/+3
2016-02-24Add --verbose optionLars Wirzenius1-1/+1
2016-02-19Fix references to RunState.build_info to be directLars Wirzenius1-3/+3
2016-02-19Fix some problems found by pylintLars Wirzenius1-1/+0
2016-02-19Fix whitespace problems pep8 foundLars Wirzenius1-6/+6
2016-02-16Collect Debian info about targets only onceLars Wirzenius1-3/+8
2016-02-14Unquote file:// URLs given to dgetLars Wirzenius1-0/+2
2016-02-07Get target's codename, release from /etc/os-releaseLars Wirzenius1-12/+30
2015-12-27Add support for repo-signing-keyLars Wirzenius1-2/+20
2015-12-22Log that -dbgsym problem is ignoredLars Wirzenius1-0/+2
2015-12-22Fix how reprepro error is captured and noticedLars Wirzenius1-3/+3
2015-12-22Add missing importLars Wirzenius1-0/+1
2015-12-22Deal with -dbgsym and repreproLars Wirzenius1-1/+12
2015-12-22Revert "Make reprepro ignore surprising binaries"Lars Wirzenius1-9/+0
2015-12-22Make reprepro ignore surprising binariesLars Wirzenius1-0/+9
2015-11-08Run ssh without ttyLars Wirzenius1-3/+5
2015-11-08Add duration to build.yamlLars Wirzenius1-2/+8
2015-11-08Add start, end timestamps, build status to logLars Wirzenius1-0/+25
2015-11-02Run local commands in the project's git directoryLars Wirzenius1-2/+3
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-24Store built commits per pipelineLars Wirzenius1-3/+9
2015-10-24Add ick-html programLars Wirzenius1-1/+19
2015-10-21Configure reprepro to cleanup on errorLars Wirzenius1-0/+1
2015-10-21Only create build.yaml if actually buildingLars Wirzenius1-12/+26