breezy uses lp: insteadOf from git config when project uses Bazaar
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
Wishlist
|
Jelmer Vernooij | ||
breezy (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When I run a 'bzr branch' command on lunar like 'bzr branch lp:lptools' it fails with an error message that says 'brz: ERROR: Not a branch: "git+ssh://<email address hidden>/lptools": Repository 'lptools' not found..'. This is strange and unexpected because the error message mentions not being able to find a git repository while I am trying to branch a bzr repository.
ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: brz 3.3.2-2ubuntu1
ProcVersionSign
Uname: Linux 6.2.0-20-generic x86_64
NonfreeKernelMo
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
CasperMD5CheckR
CurrentDesktop: KDE
Date: Thu Jun 15 18:52:05 2023
InstallationDate: Installed on 2023-05-20 (26 days ago)
InstallationMedia: Kubuntu 23.04 "Lunar Lobster" - Release amd64 (20230414.1)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: breezy
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Jelmer Vernooij: Approve
-
Diff: 529 lines (+83/-355)6 files modifiedCargo.toml (+1/-1)
breezy/git/__init__.py (+19/-2)
breezy/plugins/launchpad/lp_api.py (+0/-18)
breezy/plugins/launchpad/lp_directory.py (+61/-81)
breezy/plugins/launchpad/test_lp_directory.py (+1/-252)
lib-rio/Cargo.toml (+1/-1)
summary: |
- 'bzr branch' command is broken on lunar when using Launchpad - repositories using the lp: shortform + breezy uses lp: insteadOf from git config when project uses Bazaar |
Changed in brz: | |
status: | Fix Committed → Fix Released |
`lp+bzr:lptools` is a workaround: https:/ /lists. ubuntu. com/archives/ ubuntu- devel/2023- June/042619. html