Merge ~chad.smith/curtin:release-18.1 into curtin:master

Proposed by Chad Smith
Status: Merged
Merged at revision: ad8bccacd0c9b608c13f33ea7693823ce2410ff1
Proposed branch: ~chad.smith/curtin:release-18.1
Merge into: curtin:master
Diff against target: 12 lines (+1/-1)
1 file modified
curtin/__init__.py (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Scott Moser (community) Approve
Ryan Harper (community) Needs Fixing
Review via email: mp+342211@code.launchpad.net

Commit message

Release curtin version 18.1.

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ryan Harper (raharper) wrote :

The previous version bump also modified debian/changelog.trunk

see git hash 6fa50287352caca26f9e47f5d4012873dcb7b207

review: Needs Fixing
Revision history for this message
Scott Moser (smoser) wrote :

change to debian/changelog.trunk is no longer needed. in the transition to git we did this:

-curtin (17.1~bzrREVNO-0ubuntu1) UNRELEASED; urgency=low
+curtin (UPSTREAM_VER-0ubuntu1) UNRELEASED; urgency=low

and then corresponding change in tools/build-deb to replace UPSTREAM_VER with the output of
 git describe --long --abbrev=8 "--match=[0-9][0-9]*" "$ref"

review: Approve
Revision history for this message
Scott Moser (smoser) wrote :

We decided to pull the zfs branch in
 https://code.launchpad.net/~raharper/curtin/+git/curtin/+merge/341687
so this one will need re-basing.
not sure how the lander will handle the tags anad such. but either way, lets hold this for now.

Revision history for this message
Scott Moser (smoser) wrote :

I started a jenkins run of trunk at
https://jenkins.ubuntu.com/server/view/curtin/job/curtin-vmtest-devel-amd64/347/
the previous took just under 4 hours, so expect ~ 16:30 Eastern we can grab this.

Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/curtin/__init__.py b/curtin/__init__.py
2index 478ab78..002454b 100644
3--- a/curtin/__init__.py
4+++ b/curtin/__init__.py
5@@ -28,6 +28,6 @@ FEATURES = [
6 'HAS_VERSION_MODULE',
7 ]
8
9-__version__ = "17.1"
10+__version__ = "18.1"
11
12 # vi: ts=4 expandtab syntax=python

Subscribers

People subscribed via source and target branches