Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-29 | update sponsor-link to point to profitbricks.co.uk | Holger Levsen | 21 | -32/+32 | |
2015-04-29 | move static files under a reproducible/ subdir | Mattia Rizzolo | 10 | -0/+0 | |
2015-04-29 | move all reproducible public stuff under ↵ | Mattia Rizzolo | 4 | -13/+12 | |
/var/lib/jenkins/userContent/reproducible | |||||
2015-04-29 | fix grammar | Holger Levsen | 1 | -1/+1 | |
2015-04-29 | we should do proper cleanup on system boot | Holger Levsen | 1 | -0/+1 | |
2015-04-28 | reproducible: sed everything to use that $BASE variable instead of ↵ | Mattia Rizzolo | 4 | -31/+30 | |
hardcoding /var/lib/jenkins/userContent (that's about to change rather soon) | |||||
2015-04-28 | reproducible: common.sh: define $BASE, pointing to the http-published directory. | Mattia Rizzolo | 1 | -6/+3 | |
also do some cleanup of defined but unused variables and directory creation | |||||
2015-04-28 | reproducible: common.sh: remove set_package_class(), now unused | Mattia Rizzolo | 1 | -8/+0 | |
2015-04-28 | reproducible: schedule some more new versions | Holger Levsen | 1 | -3/+3 | |
2015-04-28 | piuparts: also test+build on wheezy | Holger Levsen | 1 | -0/+35 | |
2015-04-28 | g-i edu: use correct filenames for jessie beta1 | Holger Levsen | 1 | -8/+8 | |
2015-04-28 | reproducible: maintenance: specify column width to avoid crapping package ↵ | Mattia Rizzolo | 1 | -2/+2 | |
names (and thus having a nicer output <3) | |||||
2015-04-28 | reproducible: build: re-enable irc notification for ↵ | Mattia Rizzolo | 1 | -1/+1 | |
reproducible→unreproducible status change | |||||
2015-04-28 | reproducible: scheduler_on_demand: fix check | Mattia Rizzolo | 1 | -1/+1 | |
2015-04-27 | more reproducible todo | Holger Levsen | 1 | -1/+2 | |
2015-04-27 | chroot-installation: remove education-desktop-sugar jobs in stretch as the ↵ | Holger Levsen | 1 | -2/+2 | |
package hasn't migrated back yet | |||||
2015-04-27 | update | Holger Levsen | 1 | -2/+1 | |
2015-04-27 | limit to three g-i jobs maximum | Holger Levsen | 1 | -2/+2 | |
2015-04-27 | reproducible: build: print out status with the notification | Mattia Rizzolo | 1 | -4/+4 | |
2015-04-27 | reproducible: build: write both build logs to rbuild | Mattia Rizzolo | 1 | -5/+2 | |
2015-04-27 | new todos about logs handling | Mattia Rizzolo | 1 | -0/+5 | |
2015-04-27 | todo: one bullet point off | Mattia Rizzolo | 1 | -1/+0 | |
2015-04-26 | updated wanted specs for new slaves | Holger Levsen | 1 | -1/+1 | |
2015-04-26 | g-i: use 60gb disk images for edu ltsp+main server job, as per manual ↵ | Holger Levsen | 1 | -4/+4 | |
recommendation | |||||
2015-04-26 | g-i: only run beta1 jobs on demand | Holger Levsen | 1 | -8/+8 | |
2015-04-26 | g-i: edu jessie: add test jobs for daily usb images and for beta1 ↵ | Holger Levsen | 13 | -0/+140 | |
usb+netinst images | |||||
2015-04-26 | rename g-i_d-e_daily_jessie_netinst* images again | Holger Levsen | 5 | -16/+16 | |
2015-04-26 | update comment | Holger Levsen | 1 | -1/+1 | |
2015-04-26 | g-i: rename debian-edu_jessie* images to debian-edu_jessie-current-netinst* ↵ | Holger Levsen | 1 | -8/+8 | |
images | |||||
2015-04-26 | refactor | Holger Levsen | 1 | -5/+1 | |
2015-04-26 | chroot-installation: fix typo | Holger Levsen | 1 | -1/+1 | |
2015-04-26 | dpkg-find-trigger-cycles: drop stretch schroot, it's enough to run them in a ↵ | Holger Levsen | 2 | -11/+4 | |
jessie schroot | |||||
2015-04-26 | Make the 'sources' link land to the version we are looking at | Jérémy Bobbio | 1 | -1/+1 | |
2015-04-26 | README needs to updated about stretch too | Holger Levsen | 1 | -0/+1 | |
2015-04-26 | actually add support for stretch | Holger Levsen | 1 | -5/+9 | |
2015-04-26 | chroot-installation: run those 148 wheezy tests only twice per month ↵ | Holger Levsen | 1 | -2/+3 | |
(instead twice per week) and do those 87 stretch tests twice per week | |||||
2015-04-26 | add lots of new jobs for testing Debian stretch | Holger Levsen | 8 | -18/+121 | |
2015-04-25 | reproducible: maintenance: do not remove notes of removed packages, the ↵ | Mattia Rizzolo | 1 | -1/+1 | |
notes job takes care of that cleanup | |||||
2015-04-25 | reproducible: maintenance: actually do rm now. the output has been tested ↵ | Mattia Rizzolo | 1 | -1/+1 | |
enough by now. | |||||
2015-04-25 | reproducible: maintenance: pretty print removed packages too | Mattia Rizzolo | 1 | -1/+1 | |
2015-04-25 | reproducible: add a sane mean to notify the IRC channel when builds finish. | Mattia Rizzolo | 5 | -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-25 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-04-24 | Revert "use CDROM for ltsp installs in jessie_main-ltsp-server" | Holger Levsen | 1 | -1/+1 | |
This reverts commit 826506614f3acb760fc2185e8ce79d12cd3d095a. | |||||
2015-04-24 | reproducible: reword to make it clear that the graph shows the number of ↵ | Holger Levsen | 1 | -2/+2 | |
tags, not bugs | |||||
2015-04-24 | bin/find_dpkg_trigger_cycles.sh: make work with set -e | josch | 1 | -5/+7 | |
- curl is allowed to exit with status 0 or 23 - grep is not allowed to exit with exit status 2 | |||||
2015-04-24 | find_dpkg_trigger_cycles.sh: use APT_CONFIG environment variable instead of ↵ | josch | 1 | -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-24 | rebootstrap: work around #783223 | Holger Levsen | 1 | -1/+1 | |
2015-04-23 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-04-23 | fix 'directory already exists' cosmetic problem | Holger Levsen | 1 | -2/+6 | |
2015-04-23 | g-i: enable less sound hw | Holger Levsen | 1 | -1/+1 | |