Add release notes for rbintegrations 0.5 beta 2.

Review Request #9248 — Created Oct. 4, 2017 and submitted

Information

rbintegrations
master
69a076a...

Reviewers

This covers the new Travis CI and CircleCI integration, along with some
basics on configuration (given the current absence of configuration
documentation).

Built the docs without any errors. Verified the rendered contents.

Checked for spelling errors.

Description From Last Updated

In the reviewboard job, the steps need to apply the patch: reviewboard: ... steps: - checkout - run: name: Apply …

daviddavid

typo: builu

daviddavid

Yes, this needs a webhook configured. The URL is https://server/rbintegrations/circle-ci/webhook/

daviddavid
david
  1. 
      
  2. docs/releasenotes/0.5-beta-2.rst (Diff revision 1)
     
     
     
     
     
     
    Show all issues

    In the reviewboard job, the steps need to apply the patch:

    reviewboard:
      ...
      steps:
        - checkout
        - run:
            name: Apply patch
            command: |
              sudo pip install rbtools
              rbt patch --api-token "$REVIEWBOARD_API_TOKEN" --server "$REVIEWBOARD_SERVER" --diff-revision "$REVIEWBOARD_DIFF_REVISION" "$REVIEWBOARD_REVIEW_REQUEST"
        - run:
            ...
    
  3. docs/releasenotes/0.5-beta-2.rst (Diff revision 1)
     
     
     
    Show all issues

    Yes, this needs a webhook configured. The URL is https://server/rbintegrations/circle-ci/webhook/

    1. Any other details around that? Where should that be configured and how? I want to add enough info to these to let someone jump in and get started.

    2. It's part of the .circleci/config.yml file:

      notify:
        webhooks:
          - url: http://reviewboard.example.com/rbintegrations/circle-ci/webhook/
      
  4. 
      
chipx86
david
  1. 
      
  2. docs/releasenotes/0.5-beta-2.rst (Diff revisions 1 - 2)
     
     
    Show all issues

    typo: builu

  3. 
      
chipx86
brennie
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (02f6a40)
Loading...