~drizzle-automatons/drizzle-automation/trunk

« back to all changes in this revision

Viewing changes to drizzle/automation/drizzleslap/run.py

  • Committer: kalebral at gmail
  • Date: 2011-01-18 00:07:57 UTC
  • mto: This revision was merged to the branch mainline in revision 225.
  • Revision ID: kalebral@gmail.com-20110118000757-2hnu9zlunstfyjwe
change from address for reports to hudson@inaugust.com,  fix getNextRunID when getting the first one - 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
    logging.info("Sending email...")
251
251
    # bug https://bugs.launchpad.net/launchpad/+bug/419562 - need to use registered launchpad name for from
252
252
    #from_string= ('%s <drizzle-benchmark@lists.launchpad.net>' % socket.gethostname())
253
 
    from_string= ('%s <eday@oddments.org>' % socket.gethostname())
 
253
    from_string= ('%s <hudson@inaugust.com>' % socket.gethostname())
254
254
    util.mail(from_string, variables['drizzleslap']['report_email'], "Drizzleslap Report - %s" % server_version, email_text)
255
255
 
256
256
  return True