summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2014-10-28g-i-i: output last ocr results at the end of the installationHolger Levsen1-10/+18
2014-10-28g-i-i: (edu) simplefy post-installation mounting of partitionsHolger Levsen1-38/+22
2014-10-28d-i builds: output .changes file on console after successful buildHolger Levsen2-0/+6
2014-10-28reproducible: dh_python has been fixed in sid, not need for our own patched ↵Holger Levsen1-1/+1
package anymore
2014-10-28g-i: fix syntax errorHolger Levsen1-0/+1
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 Levsen2-38/+42
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-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 Levsen1-18/+30
mountpoints after use
2014-10-27use single quotes to pass to vncdotoolHolger Levsen1-9/+9
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 Levsen1-2/+2
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: only suggest to delete jobs if they have already been deleted from the ↵Holger Levsen1-4/+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 Levsen1-1/+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-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-25improve whitespace for better copy+paste experienceHolger Levsen1-1/+1
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-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-25g-i-i: fix outputHolger Levsen1-1/+2
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
2014-10-25make warning more accurateHolger Levsen1-1/+1
2014-10-25reproducible: turn off DEBUG for each script individully, r-common gets ↵Holger Levsen13-1/+12
sourced after common-functions...
2014-10-25g-i-installation: start trigger_mode earlierHolger Levsen1-1/+1
2014-10-25add a FIXME comment to use the package once its availableHolger Levsen1-1/+2
2014-10-25introduce common DEBUG variableHolger Levsen12-4/+19
2014-10-24fix typoHolger Levsen1-1/+1
2014-10-24g-i-installation: fix how $NAME is derivedHolger Levsen1-1/+1
2014-10-24g-i-installation: get rid of a lot of redundncy in the yaml fileHolger Levsen1-20/+16
2014-10-24g-i-installation: first save logs, then remove lvmHolger Levsen1-12/+15
2014-10-24g-i-installation: better debug output and fix a key-stroke for debian-edu ↵Holger Levsen1-5/+13
main-servers
2014-10-24g-i-installation: whitespace changes and more debugging outputHolger Levsen1-93/+93
2014-10-23g-i-installation: fix trivial typing preventing proper testing of (edu) ↵Holger Levsen1-1/+1
main-servers
2014-10-23chroot-installation: add 60 new jobs, testing all 30 debian-edu tasks in ↵Holger Levsen1-0/+2
jessie and sid
2014-10-23g-i-installation: move save_logs() call into cleanup_up() to also (try to) ↵Holger Levsen1-2/+8
gather logs when the installation hangs