Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 21c7db6

Browse files
Merge pull request #20 from nanliu/pluginsync
Update from Intelsdi-x pluginsync 0.1.7
2 parents 04abaf6 + 289060f commit 21c7db6

File tree

6 files changed

+19
-30
lines changed

6 files changed

+19
-30
lines changed

.pluginsync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
pluginsync_config: '0.1.6'
1+
# File managed by pluginsync
2+
pluginsync_config: '0.1.7'
23
managed_files:
34
- .github
45
- .github/ISSUE_TEMPLATE.md

.sync.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
:global:
2+
build:
3+
matrix:
4+
- GOOS: linux
5+
GOARCH: amd64
6+
- GOOS: darwin
7+
GOARCH: amd64
18
.travis.yml:
29
sudo: true
310
services:

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ deploy:
6565
secure: mDV7GsTMZfPYb9aV4kN8jyHHoyP0aNUEbPDuv+TCtmlptEbsn6pkeEr3IqRpXlDt5TCp0cwGYO5KX75hIaX1+p5pR+sBMnPzPl0PTtYxjgACQl2NQLG2s6AiWeuXLNe63nB3gnMJ4jUTPUYS5BmrK33e9gC0Af5b48KkBPmW3GwBsDh6rD2EgfMoEiRy/dH0NC7vSMGpp2oEcE/BTiM827KBVjAXi/X5YrGaI+UX7ATdjpFzvGZnYwr2Lnc95SycLUnoOGKmGxDbE8D7MZDnWDrx/XLsIo0KmTy1eSzVI2E9Pisjn1WBo9GQlModAElCdu0/MqNn47H/K8BYy1goLCxA0z7ZyOcBtbUM5PbpuCPtaSG1i+ac85P+/XdHKwpqxTkmO/4l4qXuTsTw6pIkq9XFkcOenK8O83V+f0ImcCA0JBccBvizTwKTykbAY1l0w1nvfX9kg6cTkDAVk6VQEsDRZ2sy36hOZZoz9Ua3SMgDHUBSNY+rAn/eXP6+XDeFWHnYeOTIkfnoKnCw3wygM+lFgOJLOcI+gGbOyH/CwKvxSHFouNPn1RqoX/V5Gapze7I/q4l6vxCDSiRrwF+xlJRjfd16rCwPJB4HouEwl1qB1tkIKaiFEHrbo+oDCHG5ITpEUs1i5/eA0oZluWgnOoaT1dVN6kow33fqvNNAKt4=
6666
file:
6767
- release/snap-plugin-publisher-opentsdb_linux_x86_64
68+
- release/snap-plugin-publisher-opentsdb_darwin_x86_64
6869
skip_cleanup: true
6970
on:
7071
repo: intelsdi-x/snap-plugin-publisher-opentsdb

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
3. [Contribute Elsewhere](#contribute-elsewhere)
66
4. [Thank You](#thank-you)
77

8-
This repository has dedicated developers from Intel working on updates. The most helpful way to contribute is by reporting your experience through issues. Issues may not be updated while we review internally, but they're still incredibly appreciated.
8+
This repository is primarily **community supported**. We both appreciate and need your contribution to keep it stable. Thank you for being part of the community! We love you for it.
99

1010
## Contributing Code
1111
**_IMPORTANT_**: We encourage contributions to the project from the community. We ask that you keep the following guidelines in mind when planning your contribution.
@@ -20,19 +20,20 @@ Once you're ready to contribute code back to this repo, start with these steps:
2020
* Clone the fork to `$GOPATH/src/github.com/intelsdi-x/`:
2121

2222
```
23-
$ git clone https://github.com/<yourGithubID>/<project>.git
23+
$ cd "${GOPATH}/src/github.com/intelsdi-x/"
24+
$ git clone https://github.com/intelsdi-x/snap-plugin-publisher-opentsdb.git
2425
```
2526
* Create a topic branch for your change and checkout that branch:
2627
2728
```
28-
$ git checkout -b some-topic-branch
29+
$ git checkout -b some-topic-branch
2930
```
3031
* Make your changes and run the test suite if one is provided.
3132
* Commit your changes and push them to your fork.
3233
* Open a pull request for the appropriate project.
3334
* Contributors will review your pull request, suggest changes, and merge it when it’s ready and/or offer feedback.
3435
35-
If you have questions feel free to contact the [maintainers](https://github.com/intelsdi-x/snap/blob/master/README.md#maintainers) by tagging them: @intelsdi-x/plugin-maintainers.
36+
If you have questions feel free to contact the [maintainers](https://github.com/intelsdi-x/snap/blob/master/README.md#maintainers).
3637
3738
## Contributing Examples
3839
The most immediately helpful way you can benefit this project is by cloning the repository, adding some further examples and submitting a pull request.

LICENSE

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -175,28 +175,3 @@
175175
of your accepting any such warranty or additional liability.
176176

177177
END OF TERMS AND CONDITIONS
178-
179-
APPENDIX: How to apply the Apache License to your work.
180-
181-
To apply the Apache License to your work, attach the following
182-
boilerplate notice, with the fields enclosed by brackets "[]"
183-
replaced with your own identifying information. (Don't include
184-
the brackets!) The text should be enclosed in the appropriate
185-
comment syntax for the file format. We also recommend that a
186-
file or class name and description of purpose be included on the
187-
same "printed page" as the copyright notice for easier
188-
identification within third-party archives.
189-
190-
Copyright [yyyy] [name of copyright owner]
191-
192-
Licensed under the Apache License, Version 2.0 (the "License");
193-
you may not use this file except in compliance with the License.
194-
You may obtain a copy of the License at
195-
196-
http://www.apache.org/licenses/LICENSE-2.0
197-
198-
Unless required by applicable law or agreed to in writing, software
199-
distributed under the License is distributed on an "AS IS" BASIS,
200-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201-
See the License for the specific language governing permissions and
202-
limitations under the License.

scripts/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ export GOOS=linux
4646
export GOARCH=amd64
4747
mkdir -p "${build_dir}/${GOOS}/x86_64"
4848
"${go_build[@]}" -o "${build_dir}/${GOOS}/x86_64/${plugin_name}" . || exit 1
49+
export GOOS=darwin
50+
export GOARCH=amd64
51+
mkdir -p "${build_dir}/${GOOS}/x86_64"
52+
"${go_build[@]}" -o "${build_dir}/${GOOS}/x86_64/${plugin_name}" . || exit 1

0 commit comments

Comments
 (0)