diff -Nru ubuntu-release-upgrader-18.04.23/data/mirrors.cfg ubuntu-release-upgrader-18.04.24/data/mirrors.cfg --- ubuntu-release-upgrader-18.04.23/data/mirrors.cfg 2018-08-09 11:53:28.000000000 +0000 +++ ubuntu-release-upgrader-18.04.24/data/mirrors.cfg 2018-08-09 17:54:40.000000000 +0000 @@ -100,7 +100,6 @@ http://free.nchc.org.tw/ubuntu/ http://ubuntu.mirror.frontiernet.net/ubuntu/ http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu/ -http://ubuntu.org.ua/ubuntu/ http://ftp-stud.hs-esslingen.de/ubuntu/ http://ubuntu.otenet.gr/ http://wwwftp.ciril.fr/pub/linux/ubuntu/archives/ diff -Nru ubuntu-release-upgrader-18.04.23/debian/changelog ubuntu-release-upgrader-18.04.24/debian/changelog --- ubuntu-release-upgrader-18.04.23/debian/changelog 2018-08-09 11:53:28.000000000 +0000 +++ ubuntu-release-upgrader-18.04.24/debian/changelog 2018-08-09 17:54:40.000000000 +0000 @@ -1,3 +1,10 @@ +ubuntu-release-upgrader (1:18.04.24) bionic; urgency=medium + + * DistUpgradeController.py: Remove an unnecessary debugging entry when + calculating the debs to remove. + + -- Brian Murray Thu, 09 Aug 2018 10:54:40 -0700 + ubuntu-release-upgrader (1:18.04.23) bionic; urgency=medium * Upgrade libc6 before other packages to work around trigger issues diff -Nru ubuntu-release-upgrader-18.04.23/DistUpgrade/DistUpgradeController.py ubuntu-release-upgrader-18.04.24/DistUpgrade/DistUpgradeController.py --- ubuntu-release-upgrader-18.04.23/DistUpgrade/DistUpgradeController.py 2018-08-09 11:52:47.000000000 +0000 +++ ubuntu-release-upgrader-18.04.24/DistUpgrade/DistUpgradeController.py 2018-08-09 17:54:34.000000000 +0000 @@ -1357,7 +1357,6 @@ archivedir = os.path.dirname( apt_pkg.config.find_dir("Dir::Cache::archives")) for item in self.fetcher.items: - logging.debug("Checking: %s" % item.destfile) if os.path.dirname(os.path.abspath(item.destfile)) == archivedir: try: os.unlink(item.destfile) diff -Nru ubuntu-release-upgrader-18.04.23/DistUpgrade/DistUpgradeVersion.py ubuntu-release-upgrader-18.04.24/DistUpgrade/DistUpgradeVersion.py --- ubuntu-release-upgrader-18.04.23/DistUpgrade/DistUpgradeVersion.py 2018-08-09 11:53:28.000000000 +0000 +++ ubuntu-release-upgrader-18.04.24/DistUpgrade/DistUpgradeVersion.py 2018-08-09 17:54:40.000000000 +0000 @@ -1 +1 @@ -VERSION = '18.04.23' +VERSION = '18.04.24'