Workaround:
@@ -30,6 +30,9 @@
# updated regularly)
releasef = get_release_filename_for_pkg(cache, pkgname,
"Ubuntu", CODENAME)
+ if not releasef:
+ releasef = get_release_filename_for_pkg(cache, pkgname,
+ "Ubuntu", CODENAME +
"-updates")
time_t = get_release_date_from_release_file(releasef)
# check the release date and show support information
# based on this-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/622489 Title: "Exception: No date tag found" in ubuntu-support-status -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
