Ejemplo n.º 1
0
 def up_to_date(self, job_id):
     from compmake.jobs.uptodate import CacheQueryDB
     cq = CacheQueryDB(db=self.db)
     up, reason, timestamp = cq.up_to_date(job_id)
     print('up_to_date(%r): %s, %r, %s' % 
           (job_id, up, reason, timestamp))
     return up
Ejemplo n.º 2
0
 def up_to_date(self, job_id):
     from compmake.jobs.uptodate import CacheQueryDB
     cq = CacheQueryDB(db=self.db)
     up, reason, timestamp = cq.up_to_date(job_id)
     print('up_to_date(%r): %s, %r, %s' % (job_id, up, reason, timestamp))
     return up