summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-04-25Use sudo tee trick to write files as rootJoachim Breitner1-10/+6
2014-04-25Sudoers for schroot supportJoachim Breitner1-0/+6
2014-04-25rebootstrap: fix yaml syntax errorHelmut Grohne1-1/+1
2014-04-25lower prio and number of concurrent rebootstrap runsHolger Levsen1-3/+3
2014-04-25rebootstrap: enable all combinationsHelmut Grohne3-134/+104
* Use python script to avoid erroneous copy&paste. * Avoid nobiarch for architectures where it doesn't make a difference. * Raise worker limit. * Remove time based triggers. * Fine grained per-job triggers using individual branches.
2014-04-24g-i: be somewhat more verboseHolger Levsen1-0/+1
2014-04-24g-i: fix escapingHolger Levsen1-3/+3
2014-04-24g-i: retry if screenshot cannot be takenHolger Levsen1-6/+8
2014-04-24g-i: drop debug code. ignore failures when pressing ctrl to avoid ↵Holger Levsen1-6/+1
screensaver kicking in
2014-04-24g-i: properly test if this is a hurd testHolger Levsen1-7/+10
2014-04-24g-i: always save serial console output into fileHolger Levsen1-12/+16
2014-04-23until kfreebsd works, only run the jessie+sid jobs monthlyHolger Levsen1-2/+4
2014-04-23schroot.yaml syntax wibbleJoachim Breitner1-5/+5
2014-04-23Rare vncsnapshot failures don't make job fail.Gabriele Giacone1-4/+7
2014-04-21[hurd] Use host cpu, trying to make it faster.Gabriele Giacone1-0/+2
2014-04-18be quiet on defaultHolger Levsen1-5/+4
2014-04-18job-cfg/d-i.yaml: whitespace fixHolger Levsen1-1/+1
2014-04-18chroot-run.sh: unconditionally install 'build-essential devscripts git' and ↵Holger Levsen2-4/+3
prepare apt to assume 'yes'
2014-04-17dvswitch.yaml: just install 'build-essential devscripts git' as part of the ↵Holger Levsen1-1/+1
libav job
2014-04-17adopt job priorities for several jobs to spread the load betterHolger Levsen5-11/+40
2014-04-17rebootstrap: add multilib variant for x32Helmut Grohne1-0/+16
It is not clear whether multilib makes things easier or more difficult. When in doubt, try both. Also Matthias Klose asked for multilib bootstraps.
2014-04-17adjust rebootstrap job priorityHelmut Grohne1-1/+1
They work the other way round. High numbers are last in the queue.
2014-04-17dvswitch.yaml: also install build-depends from d/control as its in gitHolger Levsen2-2/+1
2014-04-17g-i: special case wheezy for mounting the installed root partition, and ↵Holger Levsen1-2/+4
change sid+jessie (aka the default) to reflect the changed volume group name
2014-04-17chroot-run: always install gitHolger Levsen1-1/+2
2014-04-17dvswitch.yaml: run everything in that chrootHolger Levsen1-1/+1
2014-04-17remove useless commentHolger Levsen1-4/+2
2014-04-17allow token as URL parameter from (new IP address of) git.debian.org onlyHolger Levsen2-4/+5
2014-04-17install yasm for dvswitch_against_libav jobHolger Levsen1-1/+1
2014-04-16dvswitch_against_libav: make install libav from upstream sourceHolger Levsen2-2/+2
2014-04-16g-i: install grub correctly in all sid+jessie jobsHolger Levsen4-0/+12
2014-04-16install qemu from backports as needed by the hurd g-i jobsHolger Levsen2-1/+15
2014-04-16new job: dvswitch_against_libav_git to test exactly that, every day at 1 UTCHolger Levsen1-4/+18
2014-04-16dvswitch: fix irc notfication addressesHolger Levsen1-3/+7
2014-04-16new jobs to build the dvswitch git master branch on wheezy, jessie + sidHolger Levsen2-0/+78
2014-04-16Line-break sudoersJoachim Breitner1-1/+19
2014-04-16description typoJoachim Breitner1-1/+1
2014-04-16name it schroot-createJoachim Breitner2-6/+6
2014-04-16Use /schrootsJoachim Breitner2-2/+2
2014-04-16First shot at a schroot creating scriptJoachim Breitner3-2/+167
It currently uses sudo freely -- I wonder if it is worth updating sudoers appropriately. Maybe the whole script can be added to sudoers? The jenkins job definition itself is not tested.
2014-04-16workaround shell strangenessHolger Levsen1-1/+2
2014-04-16update documentation, mention new pluginsHolger Levsen2-10/+20
2014-04-16g-i: another attempt to install grup, according to 666974 this should work ↵Holger Levsen2-8/+2
in sid+jessie
2014-04-16haskell-package-plan: logparse rulesJoachim Breitner2-0/+12
2014-04-16haskell-package-plan: No need to install darcs, but do install ghcJoachim Breitner1-1/+1
2014-04-16g-i: try harder to install grub...Holger Levsen2-3/+7
2014-04-16haskell-package-plan: Depend on patchutilsJoachim Breitner1-1/+1
2014-04-16rebootstrap: add gcc-4.9 configurationsHelmut Grohne1-0/+24
Since libatomic1 and libgcc1 switched from gcc-4.8 to gcc-4.9 in sid, installing gcc-4.8 stage3 is basically impossible without rebuilding a native gcc-4.8 as well and downgrading those libraries due to M-A:same requirements. Thus concentrate on gcc-4.9.
2014-04-16rebootstrap: move triggers to default sectionHelmut Grohne1-15/+3
While this causes all jobs to be triggered at the same time. This is not a big problem, because jobs are queued and subject to priorities anyway.
2014-04-16rebootstrap: catch dpkg errors in logparseHelmut Grohne1-0/+1