def check_update(self):
     try:
         return utdata.check_update_function(self.url, SOURCE_ROOT, \
                                         UPDATE_SETTING, VERSION_SETTING, \
                                         auto=True)
     except Exception, error:
         print error
Exemple #2
0
 def check_update(self):
     try:
         return utdata.check_update_function(self.url, APPCENTER_ROOT, \
                                         UPDATE_SETTING, VERSION_SETTING, \
                                         auto=True)
     except Exception, error:
         log.error(error)
Exemple #3
0
 def check_update(self):
     try:
         return utdata.check_update_function(self.url, APPCENTER_ROOT, \
                                         UPDATE_SETTING, VERSION_SETTING, \
                                         auto=True)
     except Exception, error:
         log.error(error)
 def check_update(self):
     try:
         return utdata.check_update_function(self.url, SOURCE_ROOT, \
                                         UPDATE_SETTING, VERSION_SETTING, \
                                         auto=True)
     except Exception, error:
         print error
 def get_updatable(self):
     return utdata.check_update_function(self.url, SOURCE_ROOT, \
                                         UPDATE_SETTING, VERSION_SETTING, \
                                         auto=False)
Exemple #6
0
 def get_updatable(self):
     return utdata.check_update_function(self.url, APPCENTER_ROOT, \
                                         UPDATE_SETTING, VERSION_SETTING, \
                                         auto=False)