summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-10-28document installation of another plugin, Email-ext PluginHolger Levsen1-0/+1
2014-10-28chroot-installation: education jobs: enable email-ext plugin to only send ↵Holger Levsen1-61/+104
notifications on first failure, see how that works out
2014-10-28reproducible_housekeeping.sh: clearer output.Holger Levsen1-7/+12
2014-10-28d-i: drop d-i_parse_build_logs job. add 15 new ones, d-i_overview_$arch.Holger Levsen4-60/+117
Each jobs checks the build status for its arch. There are no irc notifictations yet, as currently the jobs are run 24 times a day and I don't want 24 notifications a day..."
2014-10-28add another plugin: Console TailHolger Levsen1-0/+1
2014-10-27copy of the munin_stats munin plugin including the fix for #767032Holger Levsen1-0/+113
2014-10-27g-i-i: try to workaround lp#1318119, broken graphics with cirrus card, see ↵Holger Levsen1-1/+2
eg https://jenkins.debian.net/job/g-i-installation_debian-edu_jessie_standalone_mate/18/artifact/results//snapshot_007321.png or the bug in launchpad for examples
2014-10-27g-i-i: also mount /var/log on those Edu installs which have it. rmdir ↵Holger Levsen2-18/+31
mountpoints after use
2014-10-27use single quotes to pass to vncdotoolHolger Levsen1-9/+9
2014-10-27copy of the iostat_ios munin plugin with workarounds for #767017 and #767018Holger Levsen1-1/+221
2014-10-27configure munin df plugin, overriding the package defaults, to ignore ↵Holger Levsen2-1/+119
devtmpfs and mountpoints with these regexes: /srv/workspace/pbuilder /run /dev/disk/by
2014-10-27properly configure munin diskstats plugin to only measure dev/(vda|vdb)Holger Levsen1-4/+3
2014-10-27sites-available: properly configure proxy-pass for server-statusHolger Levsen1-1/+2
2014-10-27two new plugins installedHolger Levsen1-0/+2
2014-10-27no diskstats and diskusage for (more) virtual devicesHolger Levsen2-0/+10
2014-10-27g-i-i: trying to workaround the need for shifted key presses...Holger Levsen2-11/+6
2014-10-27fIX tYPOHolger Levsen1-1/+1
2014-10-27g-i-i: less + better output when running curl and ffmpeg2theoraHolger Levsen1-4/+7
2014-10-27g-i-i: be more verboseHolger Levsen2-3/+3
2014-10-27g-i-i: edu standalone: log in faster to avoid running into timeoutHolger Levsen1-5/+5
2014-10-27g-i-i: use consistent formattingHolger Levsen1-2/+2
2014-10-27g-i-i: add simple network test for edu-servers: 'ip a ; ping -c 3 8.8.8.8'Holger Levsen1-14/+32
2014-10-26whitespace changeHolger Levsen1-1/+1
2014-10-26d-i logparse rules: ignore warnings in configure questions and treat less ↵Holger Levsen1-1/+5
lines as 'info'
2014-10-26d-i: only suggest to delete jobs if they have already been deleted from the ↵Holger Levsen2-6/+7
.yaml file which defines them. if thats the case, suggest to delete the job
2014-10-26d-i: delete 15 jobs which packages aint in use anymoreHolger Levsen2-72/+1
2014-10-26remind to also delete these jobs in d-i.yaml and not only in jenkins, cause ↵Holger Levsen1-0/+3
else they will be recreated
2014-10-26fix detection of deleted git repos. add commands to delete jobs to job outputHolger Levsen1-3/+29
2014-10-26d-i-build: only build binary packages as sometimes we cannot download the ↵Holger Levsen1-2/+2
orig.tar and then source 3.0 packages would be unhappy
2014-10-26g-i+chroot-install jobs: dont notify on every failure, just once. (for now, ↵Holger Levsen2-0/+2
will see how this works out)
2014-10-26make file name match job nameHolger Levsen1-0/+0
2014-10-26g-i-i: fix logic error, prevent premature shutdown when testing non ↵Holger Levsen1-9/+11
$(distro)-test edu installs
2014-10-26g-i-i: fix noisy typoHolger Levsen1-1/+1
2014-10-26refactor code into new publish_changes_to_userContent()Holger Levsen3-21/+46
This new function is used to publish both the Debian Edu manuals as well as the Debian Installer installation-guide to https://jenkins.debian.net/userContent/debian-edu-doc/ and https://jenkins.debian.net/userContent/installation-guide/
2014-10-25everybody uses 7byte git idsHolger Levsen1-2/+2
2014-10-25leave changelog version and git commit id next to the build results tooHolger Levsen1-3/+4
2014-10-25g-i-i:_more debugging if we cannot get the logs out..Holger Levsen1-1/+1
2014-10-25be picky about job namesHolger Levsen1-3/+3
2014-10-25improve whitespace for better copy+paste experienceHolger Levsen1-1/+1
2014-10-25better description for Debian Edu related jobsHolger Levsen1-11/+17
2014-10-25chroot-run: if the debian-edu-doc source package was build, update ↵Holger Levsen1-2/+24
https://jenkins.debian.net/userContent/debian-edu-doc/ with it's binary packages contents
2014-10-25edu jobs: thanks, but no thanks, i'm subscribed to the edu-commits list, no ↵Holger Levsen3-80/+80
need to cc: me ;)
2014-10-25g-i: improve timings to get edu logins to workHolger Levsen1-104/+103
2014-10-25bugfix: remove trap, don't run cleanup twiceHolger Levsen1-0/+3
2014-10-25set artifact(Day|Num)ToKeep again to -1, even though the manual says this is ↵Holger Levsen13-0/+48
the default, j-j-b fails if its not set...
2014-10-25g-i-i: fix outputHolger Levsen1-1/+2
2014-10-25send all notifications, which are send to #debian-edu, also to ↵Holger Levsen3-80/+80
debian-edu-commits@lists.alioth.debian.org
2014-10-25keep less many logs less longHolger Levsen13-83/+35
2014-10-25g-i: give d-e servers more time for loginHolger Levsen1-1/+6
2014-10-25g-i-i: less noiseHolger Levsen1-1/+1