← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~ursinha/oops-tools/add-all-lpbzr-summaries into lp:~launchpad-pqm/oops-tools/trunk

 

Ursula Junque has proposed merging lp:~ursinha/oops-tools/add-all-lpbzr-summaries into lp:~launchpad-pqm/oops-tools/trunk.

    Requested reviews:
    Oops Tools development team (oops-tools-dev)


This branch just changes the launchpad-errors-lastweek, adding the same summary division existing to the daily summaries.
-- 
https://code.launchpad.net/~ursinha/oops-tools/add-all-lpbzr-summaries/+merge/13746
Your team Launchpad code reviewers is subscribed to branch lp:~launchpad-pqm/oops-tools/trunk.
=== modified file 'launchpad-errors-lastweek'
--- launchpad-errors-lastweek	2009-05-29 13:34:27 +0000
+++ launchpad-errors-lastweek	2009-10-21 23:20:22 +0000
@@ -17,15 +17,24 @@
 STAGING_PREFIXES="-pS -pSEMAIL"
 EDGE_PREFIXES="-pEA -pEB -pEC -pED"
 CHECKWATCHES_PREFIXES="-pCCW"
-LP_BZR_PREFIXES="-pSMS -pSMPM -pSMPU -pSMPI -pSMI -pSMPSSH"
+MAILMAN_PREFIXES="-pMMX"
+JOBS_PREFIXES="-pCMP -pMPCJ -pBM -pUPD -pRSBR"
+BRANCH_PULLER_PREFIXES="-pSMPI -pSMPM -pSMPU"
+BRANCH_SCANNER_PREFIX="-pSMS"
+CODE_IMPORT_PREFIXES="-pCIW -pCID"
+SSH_SERVER_PREFIX="-pSMPSSH"
 
 # source dirs for OOPS reports
 PRODUCTION_DIRS="${LPNET_PREFIXES} /srv/launchpad.net-logs/production /srv/launchpad.net-logs/scripts/forster"
 STAGING_DIRS="${STAGING_PREFIXES} /srv/launchpad.net-logs/staging/asuka"
 EDGE_DIRS="${EDGE_PREFIXES} /srv/launchpad.net-logs/edge"
 CHECKWATCHES_DIRS="${CHECKWATCHES_PREFIXES} /srv/launchpad.net-logs/scripts/forster /srv/launchpad.net-logs/scripts/loganberry"
-LP_BZR_DIRS="${LP_BZR_PREFIXES} /srv/launchpad.net-logs/scripts/"
-
+MAILMAN_DIRS="${MAILMAN_PREFIXES} /srv/launchpad.net-logs/scripts/forster/mailman-xmlrpc"
+JOBS_DIRS="${JOBS_PREFIXES} /srv/launchpad.net-logs/scripts/"
+BRANCH_PULLER_DIRS="${BRANCH_PULLER_PREFIXES} /srv/launchpad.net-logs/scripts/"
+BRANCH_SCANNER_DIRS="${BRANCH_SCANNER_PREFIX} /srv/launchpad.net-logs/scripts/"
+CODE_IMPORT_DIRS="${CODE_IMPORT_PREFIXES} /srv/launchpad.net-logs/scripts/"
+SSH_SERVER_DIRS="${SSH_SERVER_PREFIX} /srv/launchpad.net-logs/scripts/"
 
 makereport() {
   report=$1
@@ -42,8 +51,18 @@
   $EDGE_DIRS
 makereport ${summarydir}/checkwatches-${fromdate}--${todate}.html \
   $CHECKWATCHES_DIRS
-makereport ${summarydir}/lp-bzr-${fromdate}--${todate}.html \
-  $LP_BZR_DIRS
+makereport ${summarydir}/mailman-${fromdate}--${todate}.html \
+  $MAILMAN_DIRS
+makereport ${summarydir}/jobs-${fromdate}--${todate}.html \
+  $JOBS_DIRS
+makereport ${summarydir}/branch-puller-${fromdate}--${todate}.html \
+  $BRANCH_PULLER_DIRS
+makereport ${summarydir}/branch-scanner-${fromdate}--${todate}.html \
+  $BRANCH_SCANNER_DIRS
+makereport ${summarydir}/code-import-${fromdate}--${todate}.html \
+  $CODE_IMPORT_DIRS
+makereport ${summarydir}/ssh-server-${fromdate}--${todate}.html \
+  $SSH_SERVER_DIRS
 
 (
   echo "From: OOPS Summaries <noreply@xxxxxxxxxxxxxxxxxxxx>"
@@ -61,10 +80,25 @@
   echo "Weekly error report for staging:"
   echo "  ${summaryuri}/staging-${fromdate}--${todate}.html"
   echo
-  echo "Weekly error report for launchpad bazaar"
-  echo "  ${summaryuri}/lp-bzr-${fromdate}--${todate}.html"
-  echo
   echo "Weekly error report for checkwatches"
   echo "  ${summaryuri}/checkwatches-${fromdate}--${todate}.html"
   echo
+  echo "Weekly error report for mailman"
+  echo "  ${summaryuri}/mailman-${fromdate}--${todate}.html"
+  echo
+  echo "Weekly error report for job system"
+  echo "  ${summaryuri}/jobs-${fromdate}--${todate}.html"
+  echo
+  echo "Weekly error report for branch puller"
+  echo "  ${summaryuri}/branch-puller-${fromdate}--${todate}.html"
+  echo
+  echo "Weekly error report for branch scanner"
+  echo "  ${summaryuri}/branch-scanner-${fromdate}--${todate}.html"
+  echo
+  echo "Weekly error report for code imports"
+  echo "  ${summaryuri}/code-import-${fromdate}--${todate}.html"
+  echo
+  echo "Weekly error report for SSH server"
+  echo "  ${summaryuri}/ssh-server-${fromdate}--${todate}.html"
+  echo
 ) | /usr/sbin/sendmail -i -t