Skip to content

Commit

Permalink
Update cookbooks url and ownership
Browse files Browse the repository at this point in the history
Update metadata.rb to change maintainer's info and urls.
Update urls from README.md, LICENSE.md & CONTRIBUTING.md.
  • Loading branch information
Annih committed Apr 27, 2017
1 parent 2611a1f commit fbc0b0d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Expand Up @@ -5,14 +5,14 @@ New contributors are always welcome, when it doubt please ask questions. We stri
### Coding

* Pick a task:
* Offer feedback on open [pull requests](https://github.com/dhoer/chef-nexus3/pulls).
* Review open [issues](https://github.com/dhoer/chef-nexus3/issues) for things to help on.
* [Create an issue](https://github.com/dhoer/chef-nexus3/issues/new) to start a discussion on additions or features.
* Offer feedback on open [pull requests](https://github.com/criteo-cookbooks/nexus3/pulls).
* Review open [issues](https://github.com/criteo-cookbooks/nexus3/issues) for things to help on.
* [Create an issue](https://github.com/criteo-cookbooks/nexus3/issues/new) to start a discussion on additions or features.
* Fork the project, add your changes and tests to cover them in a topic branch.
* Commit your changes and rebase against `dhoer/chef-nexus3` to ensure everything is up to date.
* [Submit a pull request](https://github.com/dhoer/chef-nexus3/compare/).
* Commit your changes and rebase against `criteo-cookbooks/nexus3` to ensure everything is up to date.
* [Submit a pull request](https://github.com/criteo-cookbooks/nexus3/compare/).

### Non-Coding

* Offer feedback on open [issues](https://github.com/dhoer/chef-nexus3/issues).
* Offer feedback on open [issues](https://github.com/criteo-cookbooks/nexus3/issues).
* Organize or volunteer at events.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2017 [CONTRIBUTORS](https://github.com/dhoer/chef-nexus3/graphs/contributors)
Copyright (c) 2016-2017 [CONTRIBUTORS](https://github.com/criteo-cookbooks/nexus3/graphs/contributors)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
28 changes: 14 additions & 14 deletions README.md
@@ -1,24 +1,22 @@
# Nexus3 Cookbook

[![Cookbook Version](http://img.shields.io/cookbook/v/nexus3.svg?style=flat-square)][cookbook]
[![linux](http://img.shields.io/travis/dhoer/chef-nexus3/master.svg?label=linux&style=flat-square)][linux]
[![win](https://img.shields.io/appveyor/ci/dhoer/chef-nexus3/master.svg?label=windows&style=flat-square)][win]
[![Cookbook Version][cookbook_version]][cookbook]
[![Build Status][build_status]][build_status]

[cookbook]: https://supermarket.chef.io/cookbooks/nexus3
[linux]: https://travis-ci.org/dhoer/chef-nexus3
[win]: https://ci.appveyor.com/project/dhoer/chef-nexus3

[cookbook_version]: https://img.shields.io/cookbook/v/nexus3.svg
[build_status]: https://api.travis-ci.org/criteo-cookbooks/nexus3.svg?branch=master

This cookbook installs and configures Sonatype Nexus 3 Repository
Manager OSS according to
https://books.sonatype.com/nexus-book/reference3/install.html

# Usage

Include [default](https://github.com/dhoer/chef-nexus3#default) recipe or use
[nexus3](https://github.com/dhoer/chef-nexus3#nexus3) resource to download and install
Include [default](https://github.com/criteo-cookbooks/nexus3#default) recipe or use
[nexus3](https://github.com/criteo-cookbooks/nexus3#nexus3) resource to download and install
the latest Nexus 3 Repository Manager OSS.
Use [nexus3_api](https://github.com/dhoer/chef-nexus3#nexus3_api) resource to configure Nexus 3 Repository Manager.
Use [nexus3_api](https://github.com/criteo-cookbooks/nexus3#nexus3_api) resource to configure Nexus 3 Repository Manager.

## Requirements
* Chef 12+
Expand Down Expand Up @@ -202,7 +200,7 @@ Default `node['nexus3']['api']['live_stream']`.

### Examples

See [api_examples](https://github.com/dhoer/chef-nexus3/tree/master/api_examples) for more examples of using
See [api_examples](https://github.com/criteo-cookbooks/nexus3/tree/master/api_examples) for more examples of using
*nexus3_api* resource to configure Nexus Repository Manager. Pull Requests improving or adding additional
API Examples are welcome and encouraged.

Expand Down Expand Up @@ -242,12 +240,14 @@ Nexus3 Cookbook Matchers
## Getting Help

- Ask specific questions on [Stack Overflow](http://stackoverflow.com/questions/tagged/nexus3).
- Report bugs and discuss potential features in [Github issues](https://github.com/dhoer/chef-nexus3/issues).
- Report bugs and discuss potential features in [Github issues](https://github.com/criteo-cookbooks/nexus3/issues).

## Contributing

Please refer to [CONTRIBUTING](https://github.com/dhoer/chef-nexus3/blob/master/CONTRIBUTING.md).
Please refer to [CONTRIBUTING](https://github.com/criteo-cookbooks/nexus3/blob/master/CONTRIBUTING.md).

## License and Authors

## License
Authors: [Denis Hoer](https://github.com/dhoer) (<dennis.hoer@gmail.com>)

MIT - see the accompanying [LICENSE](https://github.com/dhoer/chef-nexus3/blob/master/LICENSE.md) file for details.
License: MIT - see the accompanying [LICENSE](https://github.com/criteo-cookbooks/nexus3/blob/master/LICENSE.md) file for details.
8 changes: 4 additions & 4 deletions metadata.rb
@@ -1,11 +1,11 @@
name 'nexus3'
maintainer 'Dennis Hoer'
maintainer_email 'dennis.hoer@gmail.com'
maintainer 'Criteo'
maintainer_email 'sre-core-infra@criteo.com'
license 'MIT'
description 'Installs/Configures Sonatype Nexus 3 Repository Manager'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
source_url 'https://github.com/dhoer/chef-nexus3' if respond_to?(:source_url)
issues_url 'https://github.com/dhoer/chef-nexus3/issues' if respond_to?(:issues_url)
source_url 'https://github.com/criteo-cookbooks/chef-nexus3' if respond_to?(:source_url)
issues_url 'https://github.com/criteo-cookbooks/chef-nexus3/issues' if respond_to?(:issues_url)
version '2.1.0'

chef_version '>= 12.0'
Expand Down

0 comments on commit fbc0b0d

Please sign in to comment.