Change logs for ubuntu-release-upgrader source package in Focal

  • ubuntu-release-upgrader (1:20.04.41) focal; urgency=medium
    
      * Manually run utils/update_mirrors.py to update mirrors
    
     -- Graham Inggs <email address hidden>  Tue, 14 Mar 2023 12:29:22 +0000
  • ubuntu-release-upgrader (1:20.04.40) focal; urgency=medium
    
      [ Matthew Ruffell ]
      * DistUpgrade/DistUpgradeQuirks.py: Add quirk to handle fips specific
        .libgcrypt.so.20.hmac file from libgcrypt20-hmac being placed in
        /lib instead of /usr/lib, breaking upgrades for fips enabled systems.
        (LP: #1982534)
    
      [ Brian Murray ]
      * Update mirrors, demotions, and translations.
    
     -- Matthew Ruffell <email address hidden>  Mon, 21 Nov 2022 11:31:53 +1300
  • ubuntu-release-upgrader (1:20.04.39) focal; urgency=medium
    
      * Manually run utils/update_mirrors.py to update mirrors.
    
     -- Brian Murray <email address hidden>  Fri, 19 Aug 2022 11:14:38 -0700
  • ubuntu-release-upgrader (1:20.04.38) focal; urgency=medium
    
      * do-release-upgrade: Preserve env vars needed for screen lock prevention (LP: #1968607).
      * Run pre-build.sh: updating translations.
      * Manually run utils/update_mirrors.py to update mirrors.
    
     -- Nick Rosbrook <email address hidden>  Thu, 14 Apr 2022 13:21:35 -0400
  • ubuntu-release-upgrader (1:20.04.37) focal; urgency=medium
    
      * Use ubuntu-archive-keyring to verify upgrades, irrespective of how
        apt-key is configured.
      * Update mirrors, demotions, and translations.
    
     -- Brian Murray <email address hidden>  Tue, 08 Feb 2022 09:14:10 -0800
  • ubuntu-release-upgrader (1:20.04.36) focal; urgency=medium
    
      * DistUpgrade/ReleaseAnnouncement, DistUpgrade/EOLReleaseAnnouncement:
        Update the irc channel server reference to Libera.Chat (LP: #1937852)
      * Update mirrors, demotions, and translations.
    
     -- Brian Murray <email address hidden>  Tue, 03 Aug 2021 18:00:22 -0700
  • ubuntu-release-upgrader (1:20.04.35) focal; urgency=medium
    
      * tests/test_sources_list.py: remove a port architecture test as the code
        change has not been SRU'ed to 20.04.
    
    ubuntu-release-upgrader (1:20.04.34) focal; urgency=medium
    
      * DistUpgrade/DistUpgradeQuirks.py: If universe is not enabled and the
        upgrader is trying to transition from python to python2 produce an error
        message and exit the upgrade process. (LP: #1924604)
      * DistUpgrade/DistUpgradeCache.py: switch to using finally in distUpgrade so
        that error messages in the above quirk will be visible.
      * tests/test_sources_list.py: use distro_info to set releases when
        performing some upgrade tests which fixes test failures when precise
        was moved to old-releases.
      * Update mirrors, demotions, and translations.
    
     -- Brian Murray <email address hidden>  Fri, 02 Jul 2021 16:51:29 -0700
  • ubuntu-release-upgrader (1:20.04.34) focal; urgency=medium
    
      * DistUpgrade/DistUpgradeQuirks.py: If universe is not enabled and the
        upgrader is trying to transition from python to python2 produce an error
        message and exit the upgrade process. (LP: #1924604)
      * DistUpgrade/DistUpgradeCache.py: switch to using finally in distUpgrade so
        that error messages in the above quirk will be visible.
      * tests/test_sources_list.py: use distro_info to set releases when
        performing some upgrade tests which fixes test failures when precise
        was moved to old-releases.
      * Update mirrors, demotions, and translations.
    
     -- Brian Murray <email address hidden>  Thu, 01 Jul 2021 11:57:22 -0700
  • ubuntu-release-upgrader (1:20.04.33) focal; urgency=medium
    
      * DistUpgrade/DistUpgradeController.py: restore sources.list where possible
        if a KeyboardInterrupt event is received and redirect the output of
        gnome-session-inhibit to devnull so a message regarding Ctrl-C is not
        displayed. (LP: #1898026)
      * DistUpgrade/DistUpgradeQuirks.py: Restore code which ensured the python
        package was maked for removal. (LP: #1928397)
      * Update mirrors and translations.
    
     -- Brian Murray <email address hidden>  Thu, 13 May 2021 16:38:41 -0700
  • ubuntu-release-upgrader (1:20.04.32) focal; urgency=medium
    
      * DistUpgrade/DistUpgradeQuirks.py: Modify the deb-to-snap quirk to also
         upgrade preseeded snaps to latest/stable/ubuntu-$version for their new
         release. (LP: #1922297)
      * Update mirrors, demotions, and translations.
    
     -- Brian Murray <email address hidden>  Tue, 13 Apr 2021 11:37:34 -0700
  • ubuntu-release-upgrader (1:20.04.31) focal; urgency=medium
    
      * DistUpgrade/DistUpgradeQuirks.py:  use apt's problem resolver to better
        calculate upgrades where python is replaced by python-is-python2 thereby
        resolving a host of upgrade failures. Thanks to Julian for the initial
        patch. (LP: #1898152)
    
     -- Brian Murray <email address hidden>  Wed, 31 Mar 2021 10:13:14 -0700
  • ubuntu-release-upgrader (1:20.04.30) focal; urgency=medium
    
      * data/mirrors.cfg: update mirrors for the 20.04.2 point release.
    
     -- Brian Murray <email address hidden>  Tue, 19 Jan 2021 13:47:45 -0800
  • ubuntu-release-upgrader (1:20.04.29) focal; urgency=medium
    
      * DistUpgrade/dist-upgrade.py: When running the release upgrade do not add
        user site directory to sys.path thereby preventing user python packages
        from interfering with the upgrade process. (LP: #1848829)
    
     -- Brian Murray <email address hidden>  Tue, 17 Nov 2020 15:26:41 -0800
  • ubuntu-release-upgrader (1:20.04.28) focal; urgency=medium
    
      [ Brian Murray ]
      * DistUpgrade/DistUpgradeQuirks.py: In addition to quirking python-minimal
        we also need to quirk python-dbg, python-doc, and python-dev.
        (LP: #1887544)
      * drop changes to data/DistUpgrade.cfg.bionic regarding
        gnome-software-plugin-snap as it failed verification.
    
      [ Chad Smith ]
      * data/mirrors.cfg: add all ubuntu-advantage services as valid mirrors.
        This includes: fips, fips-updates, esm-infra, esm-apps and cc-eal and
        Ubuntu Pro stable public PPA. (LP: #1893717)
      * DistUpgrade/DistUpgradeController.py: release cache lock during
        runPostInstallScripts (LP: #1897778)
    
     -- Chad Smith <email address hidden>  Wed, 07 Oct 2020 10:49:37 -0600
  • ubuntu-release-upgrader (1:20.04.27) focal; urgency=medium
    
      * data/DistUpgrade.cfg.bionic: Add gnome-software-plugin-snap to
        ForcedObsoletes for ubuntu-desktop and ubuntukylin-desktop only. This
        allows multiple packages to be offered for removal after the upgrade
        completes. (LP: #1894919)
    
    ubuntu-release-upgrader (1:20.04.26) focal; urgency=medium
    
      * data/mirrors.cfg: add all ubuntu-advantage services as valid mirrors.
        This includes: fips, fips-updates, esm-infra, esm-apps and cc-eal.
        (LP: #1893717)
    
     -- Brian Murray <email address hidden>  Wed, 09 Sep 2020 11:27:27 -0700
  • ubuntu-release-upgrader (1:20.04.25) focal; urgency=medium
    
      * DistUpgrade/DistUpgradeQuirks.py: Add a check for ROS packages being
        installed and warn that upgrades with them installed are not likely to
        work. Thanks to Kyle Fazzari for the patch. (LP: #1611737)
      * DistUpgrade/DistUpgradeController.py: do what the comment says and really
        back up /etc/apt/sources.list first. (LP: #1888916)
    
     -- Brian Murray <email address hidden>  Wed, 26 Aug 2020 08:36:39 -0700
  • ubuntu-release-upgrader (1:20.04.24) focal; urgency=medium
    
      * DistUpgrade/DistUpgradeCache.py: Ensure that the linux metapackage is
        never removed during a distribution upgrade. (LP: #1889449)
    
     -- Brian Murray <email address hidden>  Mon, 03 Aug 2020 09:26:16 -0700
  • ubuntu-release-upgrader (1:20.04.23) focal; urgency=medium
    
      * data/DistUpgrade.cfg: remove xscreensaver from the PostUpgradeRemove rule
        for ubuntu-desktop as it is no longer necessary. (LP: #1875107)
    
    ubuntu-release-upgrader (1:20.04.22) focal; urgency=medium
    
      * DistUpgrade/DistUpgradeController.py: set a default value for devRelease
        all the time. (LP: #1882069)
      * DistUpgrade/DistUpgradeQuirks.py: Update the quirk for handling the
        transition from python-minimal to python2-minimal so that it runs during a
        prepare stage and an install stage. Thanks to Lukas Märdian for the fix.
        (LP: #1875523)
    
     -- Brian Murray <email address hidden>  Mon, 20 Jul 2020 17:23:48 -0700
  • ubuntu-release-upgrader (1:20.04.22) focal; urgency=medium
    
      * DistUpgrade/DistUpgradeController.py: set a default value for devRelease
        all the time. (LP: #1882069)
      * DistUpgrade/DistUpgradeQuirks.py: Update the quirk for handling the
        transition from python-minimal to python2-minimal so that it runs during a
        prepare stage and an install stage. Thanks to Lukas Märdian for the fix.
        (LP: #1875523)
    
     -- Brian Murray <email address hidden>  Fri, 17 Jul 2020 13:56:54 -0700
  • ubuntu-release-upgrader (1:20.04.21) focal; urgency=medium
    
      * debian/91-release-upgrade: make it work in dash. (LP: #1873545)
    
    ubuntu-release-upgrader (1:20.04.20) focal; urgency=medium
    
      * debian/91-release-upgrade: exit 0 if run as a non-root user.
        (LP: #1873545)
      * Only pass the package name to apport in the event that there is a dpkg
        error during a distribution upgrade. (LP: #1884148)
    
     -- Brian Murray <email address hidden>  Mon, 06 Jul 2020 08:42:50 -0700
  • ubuntu-release-upgrader (1:20.04.20) focal; urgency=medium
    
      * debian/91-release-upgrade: exit 0 if run as a non-root user.
        (LP: #1873545)
      * Only pass the package name to apport in the event that there is a dpkg
        error during a distribution upgrade. (LP: #1884148)
    
     -- Brian Murray <email address hidden>  Wed, 24 Jun 2020 15:37:45 -0700
  • ubuntu-release-upgrader (1:20.04.19) focal; urgency=medium
    
      [ Dimitri John Ledkov ]
      * DistUpgradeCache: Ignore BaseMetaPkgs' & obsolete tasks during server upgrade
        (LP: #1872902)
    
      [ Brian Murray ]
      * data/mirrors.cfg: update as some mirrors have been removed as they do not
        mirror Ubuntu 20.04 LTS.
      * data/demoted.bionic.cfg: updated for packages that were removed nearer
        the release date.
    
     -- Brian Murray <email address hidden>  Tue, 05 May 2020 15:26:02 -0700
  • ubuntu-release-upgrader (1:20.04.18) focal; urgency=medium
    
      [ Steve Langasek ]
      * Use libgtk3-perl, not libgtk2-perl, to decide whether to use the gnome
        debconf frontend; debconf migrated to GTK+3 in version 1.5.66, before
        bionic was released.  LP: #1871530.
    
      [ Brian Murray ]
      * data/mirrors.cfg, utils/update_mirrors.py: Add in ddebs.ubuntu.com as an
        official package source.
    
     -- Brian Murray <email address hidden>  Wed, 08 Apr 2020 08:59:23 -0700
  • ubuntu-release-upgrader (1:20.04.17) focal; urgency=medium
    
      * DistUpgrade/DistUpgradeFetcher.py,
        DistUpgrade/ReleaseNotesViewerWebkit.py: use gi.require_version so that
        the right version gets loaded and warning messages are not displayed.
        (LP: #1848629)
    
     -- Brian Murray <email address hidden>  Fri, 03 Apr 2020 07:33:01 -0700
  • ubuntu-release-upgrader (1:20.04.16) focal; urgency=medium
    
      [ Dimitri John Ledkov ]
      * DistUpgrade/DistUpgradeQuirks.py: Install python-is-python2 if
        python-minimal is installed. This preserves /usr/bin/python on
        upgrades.
    
     -- Brian Murray <email address hidden>  Fri, 27 Mar 2020 15:26:21 -0700
  • ubuntu-release-upgrader (1:20.04.15) focal; urgency=medium
    
      * DistUpgrade/DistUpgradeCache.py: Update kernel and initrd size calculation
        fallbacks to more closely match reality in focal.
    
     -- Brian Murray <email address hidden>  Fri, 20 Mar 2020 12:39:39 -0700
  • ubuntu-release-upgrader (1:20.04.14) focal; urgency=medium
    
      * data/removal_blacklist.cfg: do not allow openssh-server to be removed as
        the upgrade may done over ssh. (LP: #1865309)
    
     -- Brian Murray <email address hidden>  Thu, 12 Mar 2020 10:39:55 -0700
  • ubuntu-release-upgrader (1:20.04.13) focal; urgency=medium
    
      [ Marcus Tomlinson ]
      * Add deb2snap.json file for specifying seeded and unseeded snaps.
        - Unseed gnome-calculator, gnome-characters, and gnome-logs.
        - Seed snap-store.
    
      [ Iain Lane ]
      * Run pre-build.sh to update the built-in data.
    
     -- Marcus Tomlinson <email address hidden>  Thu, 27 Feb 2020 18:02:12 +0000
  • ubuntu-release-upgrader (1:20.04.12) focal; urgency=medium
    
      * data/release-upgrades: set Prompt to lts as focal is an LTS release.
      * DistUpgrade/DistUpgradeQuirks.py: Do not allow the upgrade to proceed if
        the non-transitional lxd deb is installed and we can not acces the Snap
        Store. (LP: #1834501)
    
     -- Brian Murray <email address hidden>  Mon, 17 Feb 2020 14:11:05 -0800
  • ubuntu-release-upgrader (1:20.04.11) focal; urgency=medium
    
      * Fixup the exception building to use package names instead of package
        objects.
    
    ubuntu-release-upgrader (1:20.04.10) focal; urgency=medium
    
      * Do not attempt to upgrade if the cache has broken packages after having
        calculated the upgrade (LP: #1861756)
    
     -- Julian Andres Klode <email address hidden>  Tue, 04 Feb 2020 18:44:25 +0100
  • ubuntu-release-upgrader (1:20.04.10) focal; urgency=medium
    
      * Do not attempt to upgrade if the cache has broken packages after having
        calculated the upgrade (LP: #1861756)
    
     -- Julian Andres Klode <email address hidden>  Tue, 04 Feb 2020 18:12:42 +0100
  • ubuntu-release-upgrader (1:20.04.9) focal; urgency=medium
    
      * tests: Handle the rename of the pep8 tool to pycodestyle.
    
     -- dann frazier <email address hidden>  Wed, 29 Jan 2020 07:42:33 -0700
  • ubuntu-release-upgrader (1:20.04.8) focal; urgency=medium
    
      [ Jean-Baptiste Lallement ]
      * Do not install a snap package if the corresponding debian package is not
        installed (LP: #1856996)
      * Fixed crash when checking a section of a package when the package is a
        snap (LP: #1856862)
      * Update release to 20.04 in UI (LP: #1856948)
    
      [ Brian Murray ]
      * Translations, demotions and mirror updates.
    
     -- Brian Murray <email address hidden>  Fri, 20 Dec 2019 13:14:26 -0800
  • ubuntu-release-upgrader (1:20.04.7) focal; urgency=medium
    
      * debian/release-upgrade-motd: Fix typo preventing the update of the cached info.
        This fixes the regression introduced when fixing LP: #1855271.
      * debian/gbp.conf: Really run ./pre-build.sh before build
    
     -- Balint Reczey <email address hidden>  Fri, 06 Dec 2019 21:45:46 +0100
  • ubuntu-release-upgrader (1:20.04.6) focal; urgency=medium
    
      * debian/control: Update Vcs-*: URLs
      * Rename .bzrignore to .gitignore
      * debian/gbp.conf: Add default configuration
      * debian/gbp.conf: Move prebuild command here from .bzr-builddeb/default.conf
      * Build source on Focal (LP: #1855437)
    
    ubuntu-release-upgrader (1:20.04.5) focal; urgency=medium
    
      * debian/release-upgrade-motd: Don't try to update cached info
        as a regular user. That would fail.
        (LP: #1855271)
    
     -- Balint Reczey <email address hidden>  Fri, 06 Dec 2019 12:55:52 +0100
  • ubuntu-release-upgrader (1:20.04.5) focal; urgency=medium
    
      * debian/release-upgrade-motd: Don't try to update cached info
        as a regular user. That would fail.
        (LP: #1855271)
    
     -- Balint Reczey <email address hidden>  Thu, 05 Dec 2019 17:32:08 +0100
  • ubuntu-release-upgrader (1:20.04.4) focal; urgency=medium
    
      [ Brian Murray ]
      * data/DistUpgrade.cfg, data/DistUpgrade.cfg.bionic: update for the upgrade
        from 19.10 to 20.04 harder.
    
      [ Łukasz 'sil2100' Zemczak ]
      * do-release-upgrade: add linux-base to the check for required reboot after
        a kernel upgrade (LP: #1844805).
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 06 Nov 2019 18:24:10 +0100
  • ubuntu-release-upgrader (1:20.04.3) focal; urgency=medium
    
      [ Brian Murray ]
      * data/DistUpgrade.cfg, data/DistUpgrade.cfg.bionic: update for the upgrade
        from 19.10 to 20.04 harder.
    
      [ Łukasz 'sil2100' Zemczak ]
      * do-release-upgrade: add linux-base to the check for required reboot after
        a kernel upgrade (LP: #1844805).
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 06 Nov 2019 18:24:10 +0100
  • ubuntu-release-upgrader (1:20.04.2) focal; urgency=medium
    
      * Fix binary and binary-indep targets to work as intended (LP: #1850851)
    
     -- Adam Conrad <email address hidden>  Thu, 31 Oct 2019 13:38:35 -0600
  • ubuntu-release-upgrader (1:20.04.1) focal; urgency=medium
    
      [ Brian Murray ]
      * DistUpgrade/{EOL,Devel}ReleaseAnnouncement,
        DistUpgrade/window_main.ui,
        data/gtkbuilder/DistUpgrade.ui,
        data/DistUpgrade.cfg,
        data/DistUpgrade.cfg.bionic,
        pre-build.sh:
        - updated for 19.10 -> 20.04
    
      [ Łukasz 'sil2100' Zemczak ]
      * do-release-upgrade: also check for linux-image- in reboot-required.pkgs,
        refusing upgrading before a reboot is performed. (LP: #1844805)
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Mon, 28 Oct 2019 18:35:36 +0100
  • ubuntu-release-upgrader (1:19.10.15) eoan; urgency=medium
    
      * Don't check for validity of /usr/bin/python symlink because this is no
        longer relevant to the upgrades (and the printed error message was
        inaccurate).  LP: #1825655.
      * Clean up remaining references to /usr/bin/python (tests and utilities)
        in the source.
    
     -- Steve Langasek <email address hidden>  Fri, 11 Oct 2019 16:54:15 -0700