repoid='garbageid'
if self.conf.database:
+ if not self.conf.quiet: self.callback.log('Generating sqlite DBs')
try:
dbversion = str(sqlitecachec.DBVERSION)
except AttributeError:
elif ftype == 'other':
rp.getOtherdata(complete_path, csum)
-
+
+
tmp_result_name = '%s.xml.gz.sqlite' % ftype
tmp_result_path = os.path.join(repopath, tmp_result_name)
good_name = '%s.sqlite' % ftype
database_version = data.newChild(None, 'database_version', dbversion)
if self.conf.verbose:
self.callback.log("Ending %s db creation: %s" % (ftype, time.ctime()))
+
data = reporoot.newChild(None, 'data', None)
timestamp = data.newChild(None, 'timestamp', str(timestamp))
unchecksum = data.newChild(None, 'open-checksum', uncsum)
unchecksum.newProp('type', sumtype)
-
+
+ if not self.conf.quiet: self.callback.log('Sqlite DBs complete')
# if we've got a group file then checksum it once and be done
if self.conf.groupfile is not None:
grpfile = self.conf.groupfile