summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2015-05-03g-i: fix bug in detecting when qemu has quitSteven Chamberlain1-1/+1
If running on VNC :1, this grep would also match :11, :12,: 13 etc. and likely not realise qemu on VNC :1 has quit.
2015-05-03g-i: delay longer before kfreebsd post-inst testsSteven Chamberlain1-0/+2
2015-05-03reproducible: move the code to call kgb and relay messagess to common.pyMattia Rizzolo3-8/+10
2015-05-03reproducible: breakages: fix grammarMattia Rizzolo1-1/+2
2015-05-03reproducible: common.py: do not fail when non-recognized option are passedMattia Rizzolo1-1/+1
2015-05-02g-i: support kfreebsd*_$desktop suffixesSteven Chamberlain1-2/+2
2015-05-02drop redudant wordsHolger Levsen1-1/+1
2015-05-02reproducible: create debbindiff-schroot for testing too, as ghc differs too ↵Holger Levsen1-2/+7
much to unstable now
2015-05-02reproducible: build: fix typoMattia Rizzolo1-1/+1
2015-05-02reproducible: breakages: do not consider blacklisted packages when looking ↵Mattia Rizzolo1-1/+1
for missing rbuilds
2015-05-02reproducible: add a reproducible_breakages job (and relative script) to ↵Mattia Rizzolo1-0/+245
produce a page listing CI troubles (files that should not be there or package with a senseless status
2015-05-01reproducible: also umount /proc in cleanup()Holger Levsen1-0/+1
2015-05-01reproducible: setup_schroot: mount /proc before trying to install packagesMattia Rizzolo1-0/+5
2015-05-01fix typoHolger Levsen1-1/+1
2015-05-01reproducible: make the notes jobs not fail if there is a note for an ↵Holger Levsen1-2/+5
untested package. add irc notification.
2015-05-01fix typoHolger Levsen1-1/+1
2015-04-30reproducible: maintenance: also auto-reschedule package which fail due to ↵Mattia Rizzolo1-1/+1
apt fails due to "Bad Gateway"
2015-04-30reproducible: maintenance: drop code relative to ↵Mattia Rizzolo1-35/+0
/var/cache/pbuilder/results: we don't use it anymore
2015-04-30reproducible: maintenance: fix find call to be more clever about what to ↵Mattia Rizzolo1-2/+2
delete (avoid deleting debbindiff schroot)
2015-04-30reproducible: build: set +x IFF $DEBUG is falseMattia Rizzolo1-3/+3
2015-04-30reproducible: setup_schroot: print apt invocationMattia Rizzolo1-0/+2
2015-04-30fix typoHolger Levsen1-3/+3
2015-04-30reproducible: schedule even more new versionsHolger Levsen1-3/+3
2015-04-29update sponsor-link to point to profitbricks.co.ukHolger Levsen1-1/+1
2015-04-29move all reproducible public stuff under ↵Mattia Rizzolo2-2/+2
/var/lib/jenkins/userContent/reproducible
2015-04-29fix grammarHolger Levsen1-1/+1
2015-04-28reproducible: sed everything to use that $BASE variable instead of ↵Mattia Rizzolo4-31/+30
hardcoding /var/lib/jenkins/userContent (that's about to change rather soon)
2015-04-28reproducible: common.sh: define $BASE, pointing to the http-published directory.Mattia Rizzolo1-6/+3
also do some cleanup of defined but unused variables and directory creation
2015-04-28reproducible: common.sh: remove set_package_class(), now unusedMattia Rizzolo1-8/+0
2015-04-28reproducible: schedule some more new versionsHolger Levsen1-3/+3
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-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-26update commentHolger Levsen1-1/+1
2015-04-26refactorHolger Levsen1-5/+1
2015-04-26chroot-installation: fix typoHolger Levsen1-1/+1
2015-04-26Make the 'sources' link land to the version we are looking atJérémy Bobbio1-1/+1
2015-04-26actually add support for stretchHolger Levsen1-5/+9
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-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-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