summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-04-28g-i edu: use correct filenames for jessie beta1Holger Levsen1-8/+8
2015-04-28reproducible: maintenance: specify column width to avoid crapping package ↵Mattia Rizzolo1-2/+2
names (and thus having a nicer output <3)
2015-04-28reproducible: build: re-enable irc notification for ↵Mattia Rizzolo1-1/+1
reproducible→unreproducible status change
2015-04-28reproducible: scheduler_on_demand: fix checkMattia Rizzolo1-1/+1
2015-04-27more reproducible todoHolger Levsen1-1/+2
2015-04-27chroot-installation: remove education-desktop-sugar jobs in stretch as the ↵Holger Levsen1-2/+2
package hasn't migrated back yet
2015-04-27updateHolger Levsen1-2/+1
2015-04-27limit to three g-i jobs maximumHolger Levsen1-2/+2
2015-04-27reproducible: build: print out status with the notificationMattia Rizzolo1-4/+4
2015-04-27reproducible: build: write both build logs to rbuildMattia Rizzolo1-5/+2
2015-04-27new todos about logs handlingMattia Rizzolo1-0/+5
2015-04-27todo: one bullet point offMattia Rizzolo1-1/+0
2015-04-26updated wanted specs for new slavesHolger Levsen1-1/+1
2015-04-26g-i: use 60gb disk images for edu ltsp+main server job, as per manual ↵Holger Levsen1-4/+4
recommendation
2015-04-26g-i: only run beta1 jobs on demandHolger Levsen1-8/+8
2015-04-26g-i: edu jessie: add test jobs for daily usb images and for beta1 ↵Holger Levsen13-0/+140
usb+netinst images
2015-04-26rename g-i_d-e_daily_jessie_netinst* images againHolger Levsen5-16/+16
2015-04-26update commentHolger Levsen1-1/+1
2015-04-26g-i: rename debian-edu_jessie* images to debian-edu_jessie-current-netinst* ↵Holger Levsen1-8/+8
images
2015-04-26refactorHolger Levsen1-5/+1
2015-04-26chroot-installation: fix typoHolger Levsen1-1/+1
2015-04-26dpkg-find-trigger-cycles: drop stretch schroot, it's enough to run them in a ↵Holger Levsen2-11/+4
jessie schroot
2015-04-26Make the 'sources' link land to the version we are looking atJérémy Bobbio1-1/+1
2015-04-26README needs to updated about stretch tooHolger Levsen1-0/+1
2015-04-26actually add support for stretchHolger Levsen1-5/+9
2015-04-26chroot-installation: run those 148 wheezy tests only twice per month ↵Holger Levsen1-2/+3
(instead twice per week) and do those 87 stretch tests twice per week
2015-04-26add lots of new jobs for testing Debian stretchHolger Levsen8-18/+121
2015-04-25reproducible: maintenance: do not remove notes of removed packages, the ↵Mattia Rizzolo1-1/+1
notes job takes care of that cleanup
2015-04-25reproducible: maintenance: actually do rm now. the output has been tested ↵Mattia Rizzolo1-1/+1
enough by now.
2015-04-25reproducible: maintenance: pretty print removed packages tooMattia Rizzolo1-1/+1
2015-04-25reproducible: add a sane mean to notify the IRC channel when builds finish.Mattia Rizzolo5-30/+56
* new column in the database, schedule table * turn $SAVE_ARTIFACTS a true boolean, 0→no artifacts, 1→yes artifacts * $NOTIFY in the build script is text containg a keyword: + if empty no notification will be sent + if "debbindiff" a "$DBDVERSION had trouble with these" will be sent + if "failure" a "no artifacts could have been saved"-like will be sent + any other value trigs a normal message * adapt the maintenance script and the manual scheduler to cope with the new column
2015-04-25fix typoHolger Levsen1-1/+1
2015-04-24Revert "use CDROM for ltsp installs in jessie_main-ltsp-server"Holger Levsen1-1/+1
This reverts commit 826506614f3acb760fc2185e8ce79d12cd3d095a.
2015-04-24reproducible: reword to make it clear that the graph shows the number of ↵Holger Levsen1-2/+2
tags, not bugs
2015-04-24bin/find_dpkg_trigger_cycles.sh: make work with set -ejosch1-5/+7
- curl is allowed to exit with status 0 or 23 - grep is not allowed to exit with exit status 2
2015-04-24find_dpkg_trigger_cycles.sh: use APT_CONFIG environment variable instead of ↵josch1-9/+16
commandline option - using commandline options does not work reliably because commandline options are parsed last and thus many settings will not take effect - see apt.conf(5) for the order in which configuration file parameters are parsed by apt
2015-04-24rebootstrap: work around #783223Holger Levsen1-1/+1
2015-04-23fix typoHolger Levsen1-1/+1
2015-04-23fix 'directory already exists' cosmetic problemHolger Levsen1-2/+6
2015-04-23g-i: enable less sound hwHolger Levsen1-1/+1
2015-04-23g-i: edu: enable soundhw to (try to) workaround ltsp chroot setup problemHolger Levsen1-1/+1
2015-04-22also retry 3 timesHolger Levsen1-2/+2
2015-04-22bin/find_dpkg_trigger_cycles.sh: set -o pipefail and set -ejosch1-0/+4
2015-04-22reproducible: fixup 52b794f0Holger Levsen1-3/+4
2015-04-21reproducible: common.sh: drop that set_linktarget nonsense, and teach ↵Mattia Rizzolo2-20/+15
link_packages to query the homonym function of its python brother
2015-04-21reproducible: common.py: add a link_packages() function, exact plural of ↵Mattia Rizzolo1-0/+8
link_package()
2015-04-21common: use LC_ALL=C.UTF-8 instead of C. We live in a bigger world to ↵Mattia Rizzolo1-1/+1
costrain us on ASCII
2015-04-21reproducible: common.sh: use python's link_package() to generate the html ↵Mattia Rizzolo1-2/+4
link. WIP
2015-04-21reproducible: common.py: speed up the import by initializing the udd ↵Mattia Rizzolo1-2/+7
connection inside get_bugs() (current unique user of udd)
2015-04-21reproducible: build: refactor: print apt-get source output also in the ↵Mattia Rizzolo1-2/+2
jenkins log