summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-06-03reproducible debian: drop some more '/userContent/' from the generated URLs, ↵Mattia Rizzolo1-2/+2
they are residual from the move from jenkins.d.n → reproducible.d.n one year ago
2016-06-03reproducible debian: ignore ftbfs_build-indep_not_build_on_armhf for ↵Holger Levsen1-0/+1
tracker.json and on FTBFS pages
2016-06-03install netcat on all the nodes as its needed for munin access via sshHolger Levsen1-1/+2
2016-06-03fix pb-build5 ip addressHolger Levsen1-1/+1
2016-06-03g-i tests: create debian_sid_daily_rescue_default_theme_preseed.cfg by ↵Holger Levsen1-0/+1
linking from debian_sid_daily_rescue_preseed.cfg
2016-06-03reproducible archlinux: properly cleanup before aborting the jobMattia Rizzolo1-0/+4
2016-06-03lvc: use WORKSPACE rather than PWDPhilip Hands1-3/+4
2016-06-03reproducible debian: maintenance: fix typo in schedule_packages() nameMattia Rizzolo1-1/+1
2016-06-03lvc: add pb-build10 to muninHolger Levsen1-0/+65
2016-06-03lvc: add an initial snapshot, just after the disk is createdPhilip Hands1-4/+9
2016-06-03lvc: try to improve matching for "PartitioningScheme"Philip Hands1-0/+0
2016-06-03lvc: discard all snapshots when cucumber failsPhilip Hands1-7/+11
2016-06-03lvc: discard snapsots when lvc.yaml is updatedPhilip Hands1-1/+1
2016-06-03lvc: reintroduce debug.logPhilip Hands1-1/+1
2016-06-03jenkins-test-vm: reduce squid cache sizePhilip Hands1-1/+1
2016-06-03lvc: discard only outdated snapshotsPhilip Hands5-12/+14
2016-06-03kde: hopefully we don't need to be PATIENT with pb10Philip Hands1-1/+1
2016-06-03lvc: KDE currently not installable, so disabling for nowPhilip Hands1-1/+1
2016-06-03lvc: resume capturing video, now we're on pb10Philip Hands1-1/+1
2016-06-03lvc: make most snapshots temporary to save spacePhilip Hands1-0/+2
2016-06-02reproducible debian: update number of armhf build jobsHolger Levsen1-1/+1
2016-06-02reproducible debian: add 7 new builder jobs for armhf, thanks VagrantHolger Levsen1-4/+11
2016-06-02reproducible debian: add three new armhf build nodes, thanks to Vagrant, ↵Holger Levsen106-97/+4227
with maintenance and setup jobs
2016-06-02reproducible debian: unify /etc/pbuilderrc for all hostsHolger Levsen28-12/+278
2016-06-02reproducible debian: add 7 new pkg sets: mate, mate_build-depends, ↵Holger Levsen4-91/+160
maint_debian-python, maint_debian-qa, maint_debian-science, maint_pkg-fonts-devel and maint_pkg-games-devel
2016-06-02show FIXMEs when deploying on jenkins-test-vm (and only show cucumber ↵Holger Levsen1-2/+7
related FIXMEs there)
2016-06-02torbrowser tests: add a new ocr variant for READMEHolger Levsen1-1/+1
2016-06-02reproducible debian: also reschedule depwait packages with bugs filedHolger Levsen1-3/+1
2016-06-02reproducible debian: maintenance: turn on rescheduling packages where ↵Mattia Rizzolo1-3/+4
diffoscope failed due to schroot problems Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-06-02reproducible debian: maintenance: use fixed string matching instead of ↵Mattia Rizzolo1-1/+1
extended regexp, as it's a whole lot quicker and we don't use regexp here anyway Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-06-02lvc: remove debug bitsPhilip Hands1-3/+0
2016-06-02lvc: discard the sleeps that were inserted in debuggingPhilip Hands1-18/+6
2016-06-02lvc: need to type SPACE to select the required desktopPhilip Hands1-0/+1
2016-06-02hurd: Use epiphany instead of iceweaselSamuel Thibault2-4/+28
2016-06-01lvc: seems I trimmed the disk size too much for the desktopsPhilip Hands1-1/+1
2016-06-01lvc: tidy some string concatenationPhilip Hands1-3/+3
2016-06-01lvc: wait for the right image to vanishPhilip Hands1-2/+3
2016-06-01lvc: tidy up some ragged code into loopsPhilip Hands1-15/+9
2016-06-01lvc: sort out indetationPhilip Hands1-22/+22
2016-06-01lvc: combine gui/non gui checkpointsPhilip Hands3-12/+12
2016-06-01lvc: duplicate elimination for checkpointsPhilip Hands1-136/+42
2016-06-01lvc: run the daily job a few times a dayPhilip Hands1-0/+1
2016-06-01lvc: make alternate loginprompts configurablePhilip Hands4-1/+10
2016-06-01lvc: tweak clicks to avoid inadvertent selection of desktopsPhilip Hands1-1/+2
2016-06-01lvc: get rid of some duplicationPhilip Hands2-203/+162
2016-06-01lvc: let's try using a label rather than node namePhilip Hands1-1/+1
2016-06-01remove comment which was never implemented and which only makes sense on ↵Holger Levsen1-1/+0
intel cpus, while these tests run on amd cpus…
2016-06-01lvc: only install the debs needed for lvc on those nodes which need itHolger Levsen1-4/+8
2016-06-01reproducible debian: explain BUILD_HOME in the code tooHolger Levsen1-0/+2
2016-06-01reproducible debian: vary HOME between buildsMattia Rizzolo2-0/+3
This is done by setting the BUILD_HOME pbuilder conf value in the temporary pbuilderrc, which is then used by pbuilder to set HOME. Remember that those home directories don't actually exist, as build processes are not supposed to write to HOME nor rely on that.