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

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 186
Merged at revision: 186
Proposed branch: lp:~jelmer/brz-builder/releaser
Merge into: lp:brz-builder
Diff against target: 25 lines (+8/-2)
2 files modified
brzbuildrecipe/__init__.py (+0/-2)
releaser.conf (+8/-0)
To merge this branch: bzr merge lp:~jelmer/brz-builder/releaser
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+428651@code.launchpad.net

Commit message

Add releaser configuration.

Description of the change

Add releaser configuration.

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
=== modified file 'brzbuildrecipe/__init__.py'
--- brzbuildrecipe/__init__.py 2020-02-22 01:55:36 +0000
+++ brzbuildrecipe/__init__.py 2022-08-19 17:27:17 +0000
@@ -166,8 +166,6 @@
166 resulting tree166 resulting tree
167"""167"""
168168
169from __future__ import absolute_import
170
171169
172def test_suite():170def test_suite():
173 from unittest import TestSuite171 from unittest import TestSuite
174172
=== added file 'releaser.conf'
--- releaser.conf 1970-01-01 00:00:00 +0000
+++ releaser.conf 2022-08-19 17:27:17 +0000
@@ -0,0 +1,8 @@
1# See https://github.com/jelmer/releaser
2timeout_days: 5
3tag_name: "$VERSION"
4verify_command: "flake8 && BRZ_PLUGINS_AT=loom@`pwd` brz selftest -s bp.builder"
5update_version {
6 path: "setup.py"
7 new_line: "version = $TUPLED_STATUS_VERSION"
8}

Subscribers

People subscribed via source and target branches

to all changes: