The UpgradeStatus comes from this bit of code, in Precise:

    log ='/var/log/dist-upgrade/apt.log' 
    if os.path.exists(log):
        mtime = os.stat(log).st_mtime
        human_mtime = time.strftime('%Y-%m-%d', time.gmtime(mtime))
        delta = time.time() - mtime

        # Would be nice if this also showed which release was originally 
installed 
        report['UpgradeStatus'] = 'Upgraded to %s on %s (%d days ago)' % 
(release_codename, human_mtime, delta / 86400) 
    else:
        report['UpgradeStatus'] = 'No upgrade log present (probably fresh 
install)' 

Perhaps we should be looking for a different log file if /var/log/dist-
upgrade/apt.log is created for upgrades that are aborted.   I wonder if
apt-term.log would be a better check.

** Changed in: apport (Ubuntu)
       Status: New => Triaged

** Changed in: apport (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886111

Title:
  apport gets update wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/886111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to