def get(self):
     auth.warmup()
     bot_code.get_swarming_bot_zip(self.request.host_url)
     bot_groups_config.warmup()
     utils.get_module_version_list(None, None)
     self.response.headers['Content-Type'] = 'text/plain; charset=utf-8'
     self.response.write('ok')
예제 #2
0
파일: main.py 프로젝트: pombreda/luci-py
 def get(self):
     auth.warmup()
     self.response.headers['Content-Type'] = 'text/plain; charset=utf-8'
     self.response.write('ok')
예제 #3
0
 def get(self):
   auth.warmup()
   self.response.headers['Content-Type'] = 'text/plain; charset=utf-8'
   self.response.write('ok')
예제 #4
0
 def get(self):
   auth.warmup()
   bot_code.get_swarming_bot_zip(self.request.host_url)
   utils.get_module_version_list(None, None)
   self.response.headers['Content-Type'] = 'text/plain; charset=utf-8'
   self.response.write('ok')