348
348
# they are not in any seed and got added manually into "main"
349
349
for arch in PRIMARY_ARCHES:
350
350
rootdir = "./aptroot.%s" % distro
352
352
cache = apt.Cache(rootdir=rootdir)
356
356
logging.exception("cache.update() failed")
359
359
if not pkg.name in pkg_support_time:
360
360
pkg_support_time[pkg.name] = support_timeframe[-1][0]