GithubHelp home page GithubHelp logo

isabella232 / keyple-ops Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eclipse-keyple/keyple-ops

0.0 0.0 0.0 211 KB

Eclipse Keyple™ Project: Ops settings

Home Page: https://keyple.org/

Dockerfile 9.45% Shell 6.27% Groovy 26.69% Kotlin 57.59%

keyple-ops's Introduction

Keyple OPS

This is the repository for the Ops settings of the 'Eclipse Keyple' project.

java-builder

This is a Docker container used to build all Keyple java-based modules.

To build locally, use: docker build -t eclipsekeyple/java-builder:2.0 .

Usage

To simulate Eclipse's usage when using Jenkins containers, use this command: docker run -it --rm -u $((1000100000 + RANDOM % 100000)):0 eclipsekeyple/java-builder:2.0 bash

cpp-builder

This is a Docker container used to build all Keyple cpp-based modules.

To build locally, use: docker build -t eclipsekeyple/cpp-builder:7.0 .

Usage

To simulate Eclipse's usage when using Jenkins containers, use this command: docker run -it --rm -u $((1000100000 + RANDOM % 100000)):0 eclipsekeyple/cpp-builder:7.0 bash

Release process java

Create a patch branch

Artifacts : keyple-java-core, keyple-java-calypso, keyple-java-plugin-stub, keyple-java-plugin-pcsc, keyple-java-plugin-remotese, keyple-android-plugin-nfc, keyple-android-plugin-omapi

  • create branch:release_X.Y.Z+1 from branch:release_X.Y.Z with :
    • Change all artifacts version to X.Y.Z+1
    • make keyple-java-example, android examples apk point to version "X.Y.Z+1"
    • edit readme.md
    • edit release note
    • set release flag to false

Add code fix then follow Release process

Release process

Artifacts : keyple-java-core, keyple-java-calypso, keyple-java-plugin-stub, keyple-java-plugin-pcsc, keyple-java-plugin-remotese, keyple-android-plugin-nfc, keyple-android-plugin-omapi

  • create branch:release_X.Y.Z from branch:develop with :
    • make keyple-java-example, android examples apk point to version "X.Y.Z"
    • edit readme.md
    • edit release note
    • set release flag to true
  • tag source code with tag : "vX.Y.Z" and push to repo
  • merge branch:release_X.Y.Z into branch:master
  • generate artifacts with release version "X.Y.Z" with jenkins pipeline
  • artifacts are uploaded to oss.sonatype.org staging repository with. Promote artifacts as release in sonatype to publish them into Maven Central
  • create a github release and upload artifacts manually.
  • modify link in download.eclipse.com/releases to point to release in github
  • create branch:init_new_version from branch:master with:
    • increment artifacts version
    • make keyple-java-example point to "+"
    • set release flag to false
    • add a new section for new_version in release note
  • merge branch:init_new_version into branch:develop

keyple-ops's People

Contributors

brice-ruppen avatar odelcroi avatar jvagnet avatar pterr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.