summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-10-08reproducible: keep track of diskspace issues and notify daily per mailHolger Levsen1-1/+1
2015-10-06refactor: move cleanup_schroot_sessions() to common_functions.shHolger Levsen1-6/+1
2015-10-05reproducible: replace 'ps fax|grep -v grep|grep foo' with 'pgrep -f foo'Holger Levsen1-1/+1
2015-10-05reproducible: dont fail on vanishing cruftHolger Levsen1-5/+5
2015-10-05reproducible: explain those daily mails a bit betterHolger Levsen1-1/+1
2015-10-02reproducible: spool notifications to package maintainers and only send them ↵Holger Levsen1-1/+12
once a day
2015-09-26reproducible: also send mails about race conditions foundHolger Levsen1-7/+9
2015-09-22reproducible: improve code to check whether a schroot is in useHolger Levsen1-1/+1
2015-09-21reproducible: refactor, define MAINNODE in _common.shHolger Levsen1-4/+4
2015-09-21reproducible: remove stale builds from at the beginning of the build and ↵Holger Levsen1-0/+10
send a daily mail about these from the maintenance job
2015-09-15reproducible: update schroots on jenkins againHolger Levsen1-5/+6
2015-09-14reproducible: break loop once update was successfulHolger Levsen1-2/+2
2015-09-14reproducible: try longer to updateHolger Levsen1-6/+6
2015-09-12reproducible: skip updating schroots and pbuilder on jenkinsHolger Levsen1-0/+4
2015-09-10reproducible: be more verbose.Holger Levsen1-1/+12
2015-09-10reproducible maintenance: upgrade schroot and pbuilder first, to keep nodes ↵Holger Levsen1-51/+54
more in sync
2015-09-10reproducible: call schroot without sudoHolger Levsen1-1/+1
2015-09-09reproducible: only look for failed builds of armhf/unstable...Holger Levsen1-0/+3
2015-09-09reproducible: fixup sudo usageHolger Levsen1-1/+1
2015-09-09reproducible: fix meaning of explainationHolger Levsen1-1/+1
2015-09-09reproducible: cleanup old schroot sessions in maintenance jobHolger Levsen1-0/+8
2015-09-07reproducible: remove useless warning, as it's been fixed automaticallyHolger Levsen1-1/+1
2015-09-03detect more reasons for apt failingHolger Levsen1-1/+1
2015-09-02reproducible: update pbuilder in maintenance job too, run maintenance jobs ↵Holger Levsen1-2/+32
more often, run pbuilder setup jobs less often
2015-09-02reproducibly: retry 'apt-get update' three times for each schroot before ↵Holger Levsen1-1/+16
giving up, also fail gracefully
2015-09-01fix typoHolger Levsen1-1/+1
2015-09-01reproducible: upgrade all the schroots in maintenance jobs, maybe do the ↵Holger Levsen1-0/+10
same for pbuilder bases?
2015-08-16reproducible: maintenance: reduce logparse noise when deleting old ↵Mattia Rizzolo1-1/+1
directories in /srv/reproducible-results
2015-08-15Revert "reproducible: shorten irc notification text"Holger Levsen1-2/+2
This reverts commit fc28ef4b067bd66daa7bd6f859c5aa28adaa9f57.
2015-08-15reproducible: shorten irc notification textHolger Levsen1-2/+2
2015-08-15reproducible: maintenance: also consider architecture while grepping for ↵Mattia Rizzolo1-9/+13
failed build to reschedule
2015-08-04no lockfile is also fineHolger Levsen1-1/+1
2015-08-04everything is fineHolger Levsen1-1/+1
2015-08-04everything is fineHolger Levsen1-1/+1
2015-08-04reproducible: run some tests only on jenkinsHolger Levsen1-84/+97
2015-08-04reproducible: db maintenance only on jenkinsHolger Levsen1-20/+22
2015-08-01reproducible: maintenance: auto-rescheduled depwait problems due to network ↵Mattia Rizzolo1-1/+1
failures
2015-08-01reproducible: maintenance: fix sqlite3 invocationMattia Rizzolo1-1/+1
2015-08-01reproducible: fixup previous commitMattia Rizzolo1-0/+1
2015-08-01reproducible: maintenance: do not auto-reschedule packages which actually ↵Mattia Rizzolo1-2/+7
succeeded
2015-07-28reproducible: maintenance: be silent when succesfully deleting old schrootMattia Rizzolo1-1/+1
2015-07-10reproducible: maintenance: use zgrep instead of plain grep, since we are now ↵Mattia Rizzolo1-1/+1
compressing build logs
2015-07-05reproducible: maintenance: learn how to clean up those new logsMattia Rizzolo1-1/+1
2015-06-22reproducible: shut up the maintenance job a bit more: do not notify when you ↵Mattia Rizzolo1-1/+1
catch package that are building since >36 hours ago
2015-06-15reproducible: maintenance: fix schedule_packages() callMattia Rizzolo1-1/+1
2015-06-14reproducible: common,maintenance: also pass $REASON to the rescheduling ↵Mattia Rizzolo1-0/+1
script via --message
2015-06-14reproducible: reduce code duplication by teaching sh's schedule_packages() ↵Mattia Rizzolo1-6/+2
to call reproducible_schedule_on_demand.py and fix various scripts
2015-06-14reproducible: define $TEMPDIR as /tmp/reproducible and teach all the to ↵Mattia Rizzolo1-5/+5
create temporary files under TEMPDIR (except for builders, they have their own TMPDIR), to avoid polluting /tmp
2015-06-12reproducible: maintenance: fix syntaxMattia Rizzolo1-1/+1
2015-06-11reproducible: maintenance: also lists too old processes with uid ↵Mattia Rizzolo1-1/+17
1111/2222/1234 (used for r-b builds)