Esempio n. 1
0
 def summary(self):
     MercurialScript.summary(self)
     # TODO we probably want to make this configurable on/off
     locales = self.query_locales()
     for locale in locales:
         self.locales_property.setdefault(locale, "Success")
     self.set_buildbot_property("locales", json.dumps(self.locales_property), write_to_file=True)
Esempio n. 2
0
 def summary(self):
     MercurialScript.summary(self)
     # TODO we probably want to make this configurable on/off
     locales = self.query_locales()
     for locale in locales:
         self.locales_property.setdefault(locale, "Success")
     self.set_buildbot_property("locales", json.dumps(self.locales_property), write_to_file=True)