openhab / openhab-linuxpkg

Repo for Linux packages
Eclipse Public License 2.0
18 stars 33 forks source link

Added bintray task to gradle #9

Closed BClark09 closed 7 years ago

BClark09 commented 7 years ago

As a result, the upload is also included in buildSnapshot. Currently places into separate openhab2-online/openhab2-offline packages into separate apt-beta and apt-snapshot repos on bintray. These repos need to be added first.

I'm hosting an example on a trial version of bintray: https://bintray.com/benclark to show you what this is doing right now.

Signed-off-by: Ben Clark ben@benjyc.uk

BClark09 commented 7 years ago

Note: The build expects BINTRAY_USER, BINTRAY_API_KEY and BINTRAY_ORGANISATION to be set as environment variables (e.g. "bclark09", "deadbeefcafef00d", and "openhab" respectively) on the system.

BClark09 commented 7 years ago

Suggested change: apt-beta to apt-stable? Just so we don't have to edit things as these releases move forward.

Also, should we keep to one package and upload multiple .deb files as the same version? Seems pretty clean this current but alternative way. @kaikreuzer, @theoweiss is there a specific setup/layout we should follow for bintray? Are there any limitations or other things that I should be aware of before I develop this further?