Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 2.0.0 release #24

Merged
merged 4 commits into from
Jan 21, 2017
Merged

Prepare 2.0.0 release #24

merged 4 commits into from
Jan 21, 2017

Conversation

BClark09
Copy link
Member

@BClark09 BClark09 commented Jan 21, 2017

@BClark09
Copy link
Member Author

Systemd

  • New install - Working.
  • Upgrade from RC1 - Working.

sysVinit

  • New install - Working.
  • Upgrade from RC1 - Requires reboot of OS, otherwise working.

@ThomDietrich
Copy link
Member

How about "Downgrade from newer snapshot" ? Could be interesting in the next few days...

@BClark09
Copy link
Member Author

BClark09 commented Jan 21, 2017

To change to release, add the stable repo to sources, then:

sudo apt-get update
sudo apt-get install openhab2=2.0.0-1

I'll add a generic "switch versions" to the docs.

@@ -60,6 +60,33 @@ def distributions = [
"version": "2.0.0~b5",
"release": '1'
],
["dist": "openhab2-release",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to call it openhab2-2.0.0 or openhab-2_0_0/openhab-200 if this does not work. So we are prepared for a 2.1.0 release.

@@ -274,6 +303,8 @@ task buildBeta5(dependsOn: tasks.findAll { t -> t.name.endsWith("-b5")})

task buildRC1(dependsOn: tasks.findAll { t -> t.name.endsWith("-rc1")})

task buildRelease(dependsOn: tasks.findAll { t -> t.name.endsWith("-release")})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would prefer naming it buildLatestRelease(dependsOn: tasks.findAll { t -> t.name.endsWith("-2.0.0")}). We could move this target to 2.1.0 easily to always point to the latest release.

"version": "2.0.0",
"release": '1'
],
["dist": "openhab2-addons-release",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also 2.0.0 here.

"version": "2.0.0",
"release": '1'
],
["dist": "openhab2-addons-legacy-release",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also 2.0.0 here.

Signed-off-by: Ben Clark <ben@benjyc.uk>
@theoweiss
Copy link
Member

Lgtm. Are we ready to merge?

@BClark09
Copy link
Member Author

BClark09 commented Jan 21, 2017

Done, thanks @theoweiss, "2.0.0" builds and installs fine. Although not sure on why sysVinit requires that restart.

@theoweiss
Copy link
Member

Ok. I'll merge this PR and check if I can find a solution for the sysVinit issue.

@BClark09
Copy link
Member Author

I think we're good to merge. To do after the nightly build has been triggered, change snapshot 2.0.0 to 2.1.0

@theoweiss theoweiss merged commit 1434ca9 into openhab:master Jan 21, 2017
@BClark09 BClark09 deleted the 2-0-0-release branch January 21, 2017 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants