View Bazaar branches
Get this repository:
git clone https://git.not.enabled/ubuntu-release-upgrader
Members of Ubuntu Core Development Team can upload to this repository. Log in for directions.

Release Upgrader has 9 active reviews. See all merge proposals.

Branches

Name Last Modified Last Commit
ubuntu/main 2025-03-10 20:12:12 UTC
Release ubuntu-release-upgrader 1:25.04.9

Author: Nick Rosbrook
Author Date: 2025-03-10 20:12:12 UTC

Release ubuntu-release-upgrader 1:25.04.9

ubuntu/jammy 2025-02-07 20:18:31 UTC
DistUpgrade: prevent FIPS enabled systems from upgrading to Jammy

Author: Magali Lemes do Sacramento
Author Date: 2024-12-04 19:53:20 UTC

DistUpgrade: prevent FIPS enabled systems from upgrading to Jammy

Focal systems in FIPS mode running certain kernel versions cannot be
upgraded to Jammy. During the upgrade process, there is a point where
the userspace packages are upgraded to their Jammy version, but are run
on a Focal FIPS kernel. Specifically, the Jammy version of libgcrypt
relies on the getrandom syscall with the GRND_RESEED flag set. This
flag, however, is only implemented in the Jammy FIPS kernel. So, when
the Jammy version of libgcrypt is run alongside a Focal FIPS kernel, a
fatal error occurs.
This issue has been fixed on the kernel side by not rejecting the
GRND_RESEED flag. Even so, there may be users running kernel versions
without this fix, i.e., those running the certified FIPS kernel, which
doesn't contain any updates since it was published.
The GRND_RESEED flag is only used in FIPS mode, so prevent upgrades only
if the system is in FIPS mode and using a kernel version known to not
have the fix.

LP: #2055825

ubuntu/noble 2025-02-06 19:43:12 UTC
DistUpgradeApport: fix call to apport_excepthook

Author: Nick Rosbrook
Author Date: 2025-02-05 20:12:04 UTC

DistUpgradeApport: fix call to apport_excepthook

This function gained a positional argument some time ago...

LP: #2096824

ubuntu/oracular 2024-10-03 14:23:01 UTC
Release ubuntu-release-upgrader 1:24.10.13

Author: Nick Rosbrook
Author Date: 2024-10-03 14:23:01 UTC

Release ubuntu-release-upgrader 1:24.10.13

ubuntu/mantic 2023-10-26 19:34:08 UTC
Release ubuntu-release-upgrader 1:23.10.13

Author: Nick Rosbrook
Author Date: 2023-10-26 19:34:08 UTC

Release ubuntu-release-upgrader 1:23.10.13

ubuntu/lunar 2023-10-12 14:52:02 UTC
Release ubuntu-release-upgrader 1:23.04.7

Author: Nick Rosbrook
Author Date: 2023-10-12 14:52:02 UTC

Release ubuntu-release-upgrader 1:23.04.7

ubuntu/focal 2023-01-16 22:37:26 UTC
Update mirrors, demotions, and translations.

Author: Brian Murray
Author Date: 2023-01-16 22:37:26 UTC

Update mirrors, demotions, and translations.

ubuntu/kinetic 2022-10-03 14:23:38 UTC
Release ubuntu-release-upgrader 1:22.10.8

Author: Nick Rosbrook
Author Date: 2022-09-29 19:14:38 UTC

Release ubuntu-release-upgrader 1:22.10.8

server-mode-check 2022-08-17 20:33:26 UTC
Rather than defining self.tasks use self.cache.installedTasks

Author: Brian Murray
Author Date: 2022-08-17 20:33:26 UTC

Rather than defining self.tasks use self.cache.installedTasks

lp.1977493 2022-08-03 00:09:55 UTC
Upper-case the pam_tally summary and fix translations; thanks, Brian Murray

Author: Steve Langasek
Author Date: 2022-08-03 00:01:48 UTC

Upper-case the pam_tally summary and fix translations; thanks, Brian Murray

nvidia-quirk-abort 2022-08-03 00:03:04 UTC
Add more words to the changelog entry.

Author: Brian Murray
Author Date: 2022-08-03 00:03:04 UTC

Add more words to the changelog entry.

ubuntu/impish 2022-06-27 22:47:12 UTC
releasing package ubuntu-release-upgrader version 1:21.10.10

Author: Brian Murray
Author Date: 2022-06-27 22:47:12 UTC

releasing package ubuntu-release-upgrader version 1:21.10.10

lp.1959343 2022-01-28 07:19:12 UTC
remove references to archive.canonical.com from sources.list on upgrade.

Author: Steve Langasek
Author Date: 2022-01-28 07:19:03 UTC

remove references to archive.canonical.com from sources.list on upgrade.

LP: #1959343

fix-wsl-upgrade 2021-10-29 11:52:02 UTC
Fix upgrade under WSL

Author: Didier Roche-Tolomelli
Author Date: 2021-10-29 11:52:02 UTC

Fix upgrade under WSL

snapd package is installed but not started (no systemd support for now).
Ensure that we only try to connect to snapd if there is a socket for
systemd activation or that it’s already running.
This was causing a silent failure.
Fixes https://bugs.launchpad.net/ubuntu/+bug/1926267.

ubuntu/hirsute 2021-07-26 20:20:15 UTC
releasing package ubuntu-release-upgrader version 1:21.04.16

Author: Brian Murray
Author Date: 2021-07-26 20:20:15 UTC

releasing package ubuntu-release-upgrader version 1:21.04.16

apple-quirk 2021-05-24 18:22:14 UTC
Run pre-build.sh: updating mirrors, demotions, and translations.

Author: Brian Murray
Author Date: 2021-05-24 18:22:14 UTC

Run pre-build.sh: updating mirrors, demotions, and translations.

ubuntu/groovy 2021-05-14 17:28:01 UTC
releasing package ubuntu-release-upgrader version 1:20.10.16

Author: Brian Murray
Author Date: 2021-05-14 17:28:01 UTC

releasing package ubuntu-release-upgrader version 1:20.10.16

lp.1871530 2020-04-08 04:09:29 UTC
Use libgtk3-perl, not libgtk2-perl, to decide whether to use the gnome debcon...

Author: Steve Langasek
Author Date: 2020-04-08 04:09:29 UTC

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.

python-is-python2 2020-03-27 10:03:44 UTC
rename function too

Author: Dimitri John Ledkov
Author Date: 2020-03-27 10:03:44 UTC

rename function too

ubuntu/eoan 2019-12-06 12:19:23 UTC
debian/gbp.conf: Move prebuild command here from .bzr-builddeb/default.conf

Author: Balint Reczey
Author Date: 2019-12-06 11:54:29 UTC

debian/gbp.conf: Move prebuild command here from .bzr-builddeb/default.conf

ubuntu/yakkety 2019-12-06 11:19:36 UTC
debian/gbp.conf: Add default configuration

Author: Balint Reczey
Author Date: 2019-12-06 11:19:36 UTC

debian/gbp.conf: Add default configuration

ubuntu/artful 2019-12-06 11:19:35 UTC
debian/gbp.conf: Add default configuration

Author: Balint Reczey
Author Date: 2019-12-06 11:19:35 UTC

debian/gbp.conf: Add default configuration

ubuntu/cosmic 2019-12-06 11:19:35 UTC
debian/gbp.conf: Add default configuration

Author: Balint Reczey
Author Date: 2019-12-06 11:19:35 UTC

debian/gbp.conf: Add default configuration

ubuntu/trusty 2019-12-06 11:19:35 UTC
debian/gbp.conf: Add default configuration

Author: Balint Reczey
Author Date: 2019-12-06 11:19:35 UTC

debian/gbp.conf: Add default configuration

124 of 24 results

Other repositories

Name Last Modified
lp:ubuntu-release-upgrader 2025-03-10
lp:~enr0n/ubuntu-release-upgrader 2025-02-19
lp:~ubuntu-qt-code/ubuntu-release-upgrader 2025-02-13
lp:~eeickmeyer/ubuntu-release-upgrader 2025-02-01
lp:~magalilemes/ubuntu-release-upgrader 2025-01-30
lp:~hyask/ubuntu-release-upgrader 2024-11-20
lp:~glamdrig/ubuntu-release-upgrader 2024-10-02
lp:~cpete/ubuntu-release-upgrader 2024-10-01
lp:~juliank/ubuntu-release-upgrader 2024-09-12
lp:~tobhe/ubuntu-release-upgrader 2024-08-13
lp:~mkukri/ubuntu-release-upgrader/+git/ubuntu-release-upgrader-1 2024-07-01
lp:~nteodosio/ubuntu-release-upgrader 2024-06-24
lp:~waveform/ubuntu-release-upgrader 2024-05-09
lp:~calvinmwadime/ubuntu-release-upgrader 2024-04-02
lp:~xypron/ubuntu-release-upgrader 2024-02-14
lp:~ahasenack/ubuntu-release-upgrader 2024-01-15
lp:~gunnarhj/ubuntu-release-upgrader 2023-10-16
lp:~andersson123/ubuntu-release-upgrader 2023-10-10
lp:~utkarsh/ubuntu-release-upgrader 2023-10-04
lp:~hsbasu/ubuntu-release-upgrader 2023-06-06
lp:~rs2009/ubuntu-release-upgrader 2023-02-21
lp:~mruffell/ubuntu-release-upgrader 2023-01-10
lp:~schopin/ubuntu-release-upgrader 2022-08-02
lp:~edugomez/ubuntu-release-upgrader 2022-06-29
lp:~edugomez/ubuntu-release-upgrader/+git/ubuntu-release-upgrader-1 2022-06-17
lp:~osomon/ubuntu-release-upgrader 2021-09-17
lp:~rbalint/ubuntu-release-upgrader 2021-05-05
lp:~callmepk/ubuntu-release-upgrader 2021-04-27
lp:~brian-murray/ubuntu-release-upgrader 2021-04-12
lp:~ghoust88/ubuntu-release-upgrader 2021-04-06
lp:~jawn-smith/ubuntu-release-upgrader 2021-02-25
lp:~chad.smith/ubuntu-release-upgrader 2020-10-01
lp:~kyrofa/ubuntu-release-upgrader 2020-08-14
lp:~slyon/ubuntu-release-upgrader 2020-07-17
lp:~xnox/ubuntu-release-upgrader 2020-04-26
lp:~marcustomlinson/ubuntu-release-upgrader 2020-04-15
lp:~jibel/ubuntu-release-upgrader 2019-12-20
137 of 37 results
You can't create new repositories for Release Upgrader.