Comment 2 for bug 1274704

Revision history for this message
Brian Murray (brian-murray) wrote :

In the ubuntu-release-upgrader package hook for Trusty this is done via the following:

    clone_file = '/var/log/dist-upgrade/apt-clone_system_state.tar.gz'
    if os.path.exists(clone_file):
        report['VarLogDistupgradeAptclonesystemstate.tar.gz'] = \
            root_command_output(["cat", clone_file], decode_utf8=False)

This change should be SRU'ed back to update-manager in Precise.