This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
forked from rodjek/puppet-logrotate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
53 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
script: ./script/cibuild | ||
rvm: 1.8.7 | ||
branches: | ||
only: | ||
- master | ||
notifications: | ||
email: | ||
- [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Thanks for contributing to puppet-logrotate! A couple of notes to help you out: | ||
|
||
* Please don't bump the module version number. | ||
* Make sure your changes have tests. | ||
* Keep your pull requests on topic. Pull requests with a bunch of unrelated | ||
changes won't get merged. Feel free to open seperate pull requests for the | ||
other changes though. | ||
* Yes, I commit vendored gem files into my repositories. No, this is not | ||
a mistake. Please don't "fix" this in your pull request :) | ||
|
||
Before starting, you can prepare your development environment by running: | ||
|
||
``` | ||
script/bootstap | ||
``` | ||
|
||
This will install all the dependencies required to run the test suite. | ||
|
||
Although TravisCI will automatically run the test suite against your branch | ||
when you push, you can (and should) run them locally as you're working. You can | ||
run the test suite by running: | ||
|
||
``` | ||
script/cibuild | ||
``` | ||
|
||
This will run all the rspec-puppet tests followed by puppet-lint to catch any | ||
style issues. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env sh | ||
|
||
bundle install --path vendor/gems --local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env sh | ||
|
||
set -e | ||
|
||
[ -z "${PUPPET_VERSION}" ] && script/bootstrap | ||
|
||
bundle exec rspec | ||
|
||
bundle exec puppet-lint --with-filename --fail-on-warnings manifests |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.