summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-06Prepare to release version 0.14ick-0.14Lars Wirzenius3-5/+6
2016-03-06With --verbose, show command outputLars Wirzenius1-1/+6
2016-03-06Update NEWSLars Wirzenius1-0/+6
2016-03-06Require project entries to specify dput targetsLars Wirzenius1-3/+15
This removes the hardcoded target.
2016-03-06Add build step to upload Debian packagesLars Wirzenius1-0/+53
This version hardcodes an upload to a "foo" dput target.
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-24Whitespace and comment cleanupLars Wirzenius1-4/+3
2016-02-24Change yarns to run ick with --verboseLars Wirzenius1-0/+1
2016-02-24Add --verbose optionLars Wirzenius6-23/+138
2016-02-19Only run pylint if new enoughLars Wirzenius1-1/+8
2016-02-19Add Debian build-deps on pep8, pylintLars Wirzenius2-3/+2
2016-02-19Update NEWSLars Wirzenius1-0/+3
2016-02-19Fix references to RunState.build_info to be directLars Wirzenius1-3/+3
2016-02-19Initialize RunState.build_infoLars Wirzenius1-1/+1
2016-02-19Have InfoformationStore.attrs have an empty valueLars Wirzenius1-0/+2
2016-02-19Set OsRelease.pretty_codename to None in __init__Lars Wirzenius1-0/+1
2016-02-19Fix some problems found by pylintLars Wirzenius5-13/+1
2016-02-19Run pylintLars Wirzenius2-0/+38
2016-02-19Fix whitespace problems pep8 foundLars Wirzenius4-9/+10
2016-02-19Run pep8Lars Wirzenius1-0/+2
2016-02-16Collect Debian info about targets only onceLars Wirzenius2-3/+10
2016-02-16Bump version number post-release to 0.13+gitLars Wirzenius3-2/+12
2016-02-16Prepare to release version 0.13ick-0.13Lars Wirzenius3-5/+6
2016-02-16Don't have version.py in test coverageLars Wirzenius1-0/+1
2016-02-16Bump version number post-release to 0.12+gitLars Wirzenius3-2/+12
2016-02-16Prepare to release version 0.12ick-0.12Lars Wirzenius3-5/+6
2016-02-16Prepare to use bumper for releasesLars Wirzenius4-4/+12
2016-02-14Update NEWSLars Wirzenius1-0/+6
2016-02-14Unquote file:// URLs given to dgetLars Wirzenius1-0/+2
Dget does not seem to be doing the unquoting itself.
2016-02-07Prepare for 0.11ick-0.11Lars Wirzenius4-3/+9
2016-02-07Get target's codename, release from /etc/os-releaseLars Wirzenius6-16/+158
2016-01-08Prepare 0.10ick-0.10Lars Wirzenius4-3/+9
2015-12-27Update NEWSLars Wirzenius1-0/+7
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
This reverts commit 43990c985e8b60d53d2ccb4982fb1d5df0720abb.
2015-12-22Make reprepro ignore surprising binariesLars Wirzenius1-0/+9
This is prompted by the recent change in Debian to build -dbgsym packages automatically by default.
2015-12-13Set $HOME for pbuilder explicitlyLars Wirzenius1-0/+2
Previously, because we run sudo -E, pbuilder was inheriting the real $HOME. However, since we're running in a chroot, /home/ick didn't exist, and this caused a new apt or aptitude to fail, as it wants to create $HOME/.cache (that seems like a stupid idea, but whatever). We now set HOME=/root, which should work fine.
2015-12-12Add --allow-unsigned to pbuilder --update as wellLars Wirzenius1-14/+16
2015-11-14Refactor to put shared code in base classLars Wirzenius7-56/+63
2015-11-08Run ssh without ttyLars Wirzenius1-3/+5
2015-11-08Add duration to build.yamlLars Wirzenius3-3/+11
2015-11-08Add start, end timestamps, build status to logLars Wirzenius1-0/+25
2015-11-06Fix error message of arg count in ick-htmlLars Wirzenius1-1/+1
2015-11-06Fix bad indentationLars Wirzenius1-1/+1
2015-11-06Slow down ttystatus updatesLars Wirzenius1-1/+1
Updating for every ttystatus widget update is pointless. Once a second is enough.