Bazaar will not push code to new series
Bug #2065549 reported by
Travis Bean
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Invalid
|
Undecided
|
Unassigned | ||
breezy (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When I try to push code to a new series (bzr push lp:~tlbean/linuxsoho/24.04) I receive the following error:
brz: ERROR: Invalid url supplied to transport: "Unknown Launchpad path: lp:~tlbean/linuxsoho/24.04"
I am able to reproduce this error on Ubuntu Server 24.04 running Bazaar version 2.7.0+bzr6622+brz.
I can successfully push code to a new series with Ubuntu Server 22.04 running Bazaar version 2.7.0+bzr6622+brz.
affects: | brz → breezy (Ubuntu) |
Changed in breezy (Ubuntu): | |
status: | New → Confirmed |
To post a comment you must log in.
I'm getting this error when trying to push a local branch to my launchpad account. I'm trying to contribute a bug fix to a project hosted on Launchpad. The steps taken from a somewhat clean Ubuntu 24.04 are:
```
sudo apt install bzr
bzr branch lp:nautilus-compare
cd nautilus-compare
brz launchpad-login MestreLion
bzr whoami "Rodrigo Silva <email address hidden>"
# ... made some changes to fix a bug
bzr commit
bzr push 'lp:~mestrelion/nautilus-compare/nautilus-compare'
```
All commands prior to the last `bzr push` were successful. I was able to authenticate to Launchpad and authorize my desktop, my default SSH key is registered on Launchpad, etc etc.
The last command shows this error:
```
brz: ERROR: Invalid url supplied to transport: "Unknown Launchpad path: lp:~mestrelion/nautilus-compare/nautilus-compare"
```