From 80e7707deb7d92fb0d14d18cf9ce062f375e4bb1 Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Mon, 1 Oct 2018 10:17:38 +0100 Subject: [PATCH 1/2] Replace master with singularity --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95f631e..2666037 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Build Status](https://travis-ci.org/ibm-messaging/mq-container.svg?branch=master)](https://travis-ci.org/ibm-messaging/mq-container) -**Note**: The `master` branch may be in an *unstable or even broken state* during development. -To get a stable version, please use the correct [branch](https://github.com/ibm-messaging/mq-container/branches) for your MQ version, instead of the `master` branch. +**Note**: The `singularity` branch may be in an *unstable or even broken state* during development. +To get a stable version, please use the correct [branch](https://github.com/ibm-messaging/mq-container/branches) for your MQ version, instead of the `singularity` branch. IBM MQ logo From 0e567ccea7aba5ef36d0b0754a10b6dbf15051ca Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Mon, 1 Oct 2018 10:18:49 +0100 Subject: [PATCH 2/2] Remove dynamic Prometheus files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8d8334b..8ca3f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ build coverage downloads incubating/mqipt/ms81* +vendor/github.com/prometheus/client_model/bin/ +vendor/github.com/prometheus/client_model/.classpath +vendor/github.com/prometheus/client_model/.project +vendor/github.com/prometheus/client_model/.settings*