summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-22Remove distix for nowHEADmasterLars Wirzenius1-10/+0
2014-12-25Clean up for creating VMs under jessieLars Wirzenius7-15/+24
2014-12-25Fix file locationsLars Wirzenius1-4/+4
2014-12-25Fix log file locationLars Wirzenius1-1/+1
2014-12-25Remove squeeze configsLars Wirzenius2-16/+0
2014-12-07Drop projects I no longer maintainLars Wirzenius1-19/+0
2014-10-31Add systemd-sysvLars Wirzenius2-2/+2
2014-10-18Change location of created VM imagesLars Wirzenius1-1/+1
2014-10-07Fix creation of dir; add to, don't replace dpkg.cfgLars Wirzenius1-2/+2
2014-10-07Set new temporary directoryLars Wirzenius1-1/+1
2014-10-03Make disks 8G in size, so they don't fill all the timeLars Wirzenius5-7/+14
Plus other changes, accidentally committed.
2014-07-19ChangesLars Wirzenius3-3/+3
2014-04-21Add distix; add python-bottle to packages to installLars Wirzenius8-7/+17
2014-04-07Clean pbuilder's apt cacheLars Wirzenius1-0/+3
Don't want to let it fill up, disk space can be scarce on workers.
2014-03-29Fix Obnam build command to not use deleted cmdtestsLars Wirzenius1-1/+1
2014-03-29Change log file locationLars Wirzenius1-1/+1
2014-03-22Add jtLars Wirzenius1-0/+9
2014-03-17Fix URL for copyright-statement-lintLars Wirzenius1-1/+1
2014-03-14Run apt-get clean when suitable, to reduce disk useLars Wirzenius1-1/+3
2014-03-14Add copyright-statement-tool to projectsLars Wirzenius1-0/+10
2014-02-08Remove luxio from CILars Wirzenius1-10/+0
I don't use the Luxio packages that CI builds, so I'll just build them manually instead.
2014-01-13Fix obnam jobLars Wirzenius1-12/+1
2013-12-01Fix error messageLars Wirzenius1-1/+1
2013-11-30Add code.liw.fi to release build apt.sourcesLars Wirzenius1-1/+1
2013-11-15Put dpkg.cfg in the right directoryLars Wirzenius1-1/+2
2013-11-15Configure dpkg on workers to use force-confoldLars Wirzenius1-1/+7
2013-10-27Fix desktop-cronish URLLars Wirzenius1-1/+1
2013-10-26Update to new git reposLars Wirzenius1-26/+19
2013-10-05Add clab to projectsLars Wirzenius1-1/+11
2013-09-28Fix hosts file for fresh host installLars Wirzenius1-6/+5
2013-09-28Tweaks to use LVs for storageLars Wirzenius4-5/+7
2013-09-14Set $PATH in vm-create to include vmdebootstrapLars Wirzenius1-0/+2
2013-09-14Remove squeeze supportLars Wirzenius7-29/+2
2013-07-31Add better script to start/stop VMsLars Wirzenius2-18/+92
2013-07-25Add a sleep between VM startsLars Wirzenius1-0/+1
This avoids excessive load on my laptop.
2013-07-25Add missing build-dep for desktop-cronishLars Wirzenius1-1/+2
2013-07-22Merge remote-tracking branch ↵Lars Wirzenius1-1/+1
'baserock/baserock/richardmaw/S8436/jenkins-api-change-fix'
2013-07-22Stupid jenkinsLars Wirzenius2-3/+28
2013-07-22simplejenkinsapi: Be more permissive of return codeRichard Maw1-1/+1
Recently Jenkins changed its api for build triggering so that it would return 201 (CREATED) when a build is triggered, instead of 200 (OK).
2013-06-15Revert "Fix ip address"Lars Wirzenius1-1/+1
This reverts commit f1189c4d4484d39b5328f260d0f805c898f4c79a.
2013-06-15Fix ip addressLars Wirzenius1-1/+1
2013-06-15Recognize releases also from annotated git tagsLars Wirzenius1-9/+5
2013-06-15Add git-client pluginLars Wirzenius1-1/+1
The git plugin now depends on it.
2013-06-14Add script to merge .changes files for Debian uploadsLars Wirzenius1-0/+21
2013-06-14Look for the workspace in both known placesLars Wirzenius1-1/+9
2013-06-13Remove trailing whitespace from linesLars Wirzenius12-71/+71
2013-06-12Add python-coverageLars Wirzenius1-1/+1
Some of my projects get a version number in setup.py by importing a module in the source, and that module then imports coverage. If coverage is not installed in the jenkins host, things break. Thus, I'm adding python-coverage to the list of packages to install on the jenkins host.
2013-06-12Add script to start all VMsLars Wirzenius1-0/+17
2013-06-12Add script to deploy all imagesLars Wirzenius1-0/+22
2013-06-12Reduce disk sizeLars Wirzenius1-1/+1
No point in wasting space.