Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384085 - app-portage/layman-2.0.0_rc3 uses command "bzr get" deprecated by >=dev-vcs/bzr-2.4.0
Summary: app-portage/layman-2.0.0_rc3 uses command "bzr get" deprecated by >=dev-vcs/b...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 375789
  Show dependency tree
 
Reported: 2011-09-22 14:29 UTC by Martin von Gagern
Modified: 2012-11-19 01:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2011-09-22 14:29:45 UTC
Executing "layman --add" for an overlay stored using bzr (layman -L | grep Bzr) will print the following message:

The command 'bzr get' has been deprecated in bzr 2.4.
Please use 'bzr branch' instead.

Seeing that layman is aiming for a new release soon, and assuming that the released version might stay around for quite a while, I guess it would be a good idea to include this fix in the release.

The "branch" subcommand has been around for quite a while, with get as one of its aliases. So changing the code to call branch instead should not cause any regressions.
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2011-09-22 15:18:08 UTC
Thank you, I'll push the change to the repo soon.  I have some other changes to finish with and test before I can push them.  I think I will have a rc4 soon with compatibility for python 3. 

It will be in commit 31bcdc6b7d0d6d9334f65a60ebac476bf865b9a5, once pushed.
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2012-10-08 00:07:40 UTC
cleaning up finally for an rc4 release.  Although python 3 support won't be included.  Probably in 2.0.1
Comment 3 Brian Dolbec (RETIRED) gentoo-dev 2012-11-19 01:55:20 UTC
released in layman-2.0.0_rc4 and rc5.