summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
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-18chroot-run.sh: unconditionally install 'build-essential devscripts git' and ↵Holger Levsen1-3/+2
prepare apt to assume 'yes'
2014-04-17dvswitch.yaml: also install build-depends from d/control as its in gitHolger Levsen1-1/+0
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-16dvswitch_against_libav: make install libav from upstream sourceHolger Levsen1-1/+1
2014-04-16name it schroot-createJoachim Breitner1-0/+0
2014-04-16Use /schrootsJoachim Breitner1-1/+1
2014-04-16First shot at a schroot creating scriptJoachim Breitner1-0/+115
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-15default to be more verboseHolger Levsen1-2/+0
2014-04-15g-i-installation: life with the fact that debian-edu needs more debugging...Holger Levsen1-1/+1
2014-04-15chroot-run.sh: support backports in a less hackish wayHolger Levsen1-5/+5
2014-04-15housekeeping: correctly report disk+filetype usage for a job categoryHolger Levsen1-3/+2
2014-04-12[hurd] Workaround poweroff on diskimage as well.Gabriele Giacone1-1/+8
2014-04-12[hurd] Temporarily switch to text install.Gabriele Giacone1-1/+1
2014-04-11remove workaround: don't keep (all) screenshots on hurd installsHolger Levsen1-5/+1
2014-04-10[hurd] Switch vga from cirrus to std to test whether black screen persists.Gabriele Giacone1-0/+1
2014-04-10[hurd] vnc snapshot resolution to 1024x768, videobitrate to 1200.Gabriele Giacone1-3/+8
2014-04-09temporarily keep screenshots from hurd installHolger Levsen1-1/+5
2014-04-09use release names (wheezy, jessie...) not code names (stable, testing...)Holger Levsen1-3/+3
2014-04-09whitespace sensitive languages are evil, esp. when they are only rarely soHolger Levsen1-3/+3
2014-04-09use backports for the stable lintian testsHolger Levsen1-1/+9
2014-04-07copy the complete workspaceHolger Levsen1-2/+2
2014-04-07fixup gg0s last commitHolger Levsen1-9/+10
2014-04-07Switch to QEMU launcher file.Gabriele Giacone1-4/+15
Switch to QEMU launcher file under workspace/ because jenkins doesn't escape correctly hurd QEMU multiboot command line (see qemu manpage, "-initrd "file1 arg=foo,file2"). Add hurd QEMU multiboot command line.
2014-04-07use less sudoHolger Levsen1-3/+3
2014-04-07copy files inside chroot instead of bind mounting them, so that deleting ↵Holger Levsen1-1/+1
them later works
2014-04-07fixup whitespacesHolger Levsen1-7/+7
2014-04-06Switch from writeback to unsafe caching.Gabriele Giacone1-2/+2
2014-04-06Add monitor_system hurd case. Timeout 3000.Gabriele Giacone1-0/+2
2014-04-06Add serial console to file to hurd VMs.Gabriele Giacone1-0/+13
Hurd lacks ACPI support so it can't poweroff itself. Host polls presence of shutdown string in serial console file to power it off.
2014-04-06Support hybrid images.Gabriele Giacone1-2/+2
2014-04-06output d/control in job logHolger Levsen1-0/+2
2014-04-06--do-as-i-sayHolger Levsen1-1/+2
2014-04-06update copyright and some about textHolger Levsen1-1/+1
2014-04-06install build-depends if debian/control existsHolger Levsen1-0/+5
2014-03-15fix typoHolger Levsen1-1/+1
2014-03-15ignore empty one-line output from dh_listpackagesHolger Levsen1-2/+2
2014-03-13fixup last commit as suggested by Wouter on the listHolger Levsen1-8/+4
2014-02-25Fix architecture checkWouter Verhelst1-6/+8
d-i_build.sh checks the architecture by parsing a hardcoded list of architecture wildcards. It misses the wildcards of the form <os>-any and any-<cpu>, however, which have been supported since a fair while now. This has caused jenkins to (incorrectly) skip the builds for partman-nbd up until partman-nbd 0.22 (which reverted back to Architecture: all). Rather than trying to expand the hardcoded list, instead use dpkg-architecture's -i option, which checks if the current architecture matches the wildcard architecture specified as an argument to -i. This option has been available since dpkg 1.13.13, i.e., pre-oldstable.
2014-01-22fixup cb4515a5d5593309f5023164615c747b1128eb34Holger Levsen1-1/+1
2014-01-22g-i: detect invalid signaturesHolger Levsen1-0/+4
2014-01-22workaround upgrade problem (from squeeze) as described in ↵Holger Levsen1-1/+1
http://www.debian.org/releases/wheezy/amd64/release-notes/ch-upgrading.en.html#immediate-configure
2014-01-22create orig-symlinks tooHolger Levsen1-1/+1
2014-01-22fix spelingHolger Levsen1-1/+1
2013-10-15debug correctlyHolger Levsen1-2/+2
2013-10-13add debug codeHolger Levsen1-1/+5
2013-09-14use mplayer2 for sid+jessieHolger Levsen1-5/+5
2013-09-02Revert "Revert "enable KVM, should work now""Holger Levsen1-2/+2
This reverts commit 2e9cd3167dc3e31010e45945102e038af50bcefb.