Merge lp:~jelmer/brz-builder/rename into lp:brz-builder

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 189
Merged at revision: 189
Proposed branch: lp:~jelmer/brz-builder/rename
Merge into: lp:brz-builder
Diff against target: 12 lines (+1/-1)
1 file modified
setup.py (+1/-1)
To merge this branch: bzr merge lp:~jelmer/brz-builder/rename
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+428654@code.launchpad.net

Commit message

Rename package to brz-builder.

Description of the change

Rename package to brz-builder.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2021-11-23 15:36:48 +0000
3+++ setup.py 2022-08-19 17:51:41 +0000
4@@ -5,7 +5,7 @@
5 version = (0, 7, 4, 'dev', 0)
6 version_string = ".".join([str(x) for x in version])
7
8-setup(name="brz-build-recipe",
9+setup(name="brz-builder",
10 version=version_string,
11 description="Turn a recipe in to a bzr branch",
12 author="James Westby",

Subscribers

People subscribed via source and target branches

to all changes: