Skip to content

Commit fb35778

Browse files
author
Sean OMeara
committed
opscode2chef
1 parent 04ac97e commit fb35778

File tree

10 files changed

+43
-43
lines changed

10 files changed

+43
-43
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file is used to list changes made in each version of the webpi cookbook.
66
v1.2.8 (2014-02-14)
77
-------------------
88
### Bug
9-
- **[COOK-3832](https://tickets.opscode.com/browse/COOK-3832)** - install-msi recipe should leverage chef cache
9+
- **[COOK-3832](https://tickets.chef.io/browse/COOK-3832)** - install-msi recipe should leverage chef cache
1010

1111

1212
v1.2.6
@@ -17,7 +17,7 @@ v1.2.6
1717
v1.2.4
1818
------
1919
### Improvement
20-
- **[COOK-3474](https://tickets.opscode.com/browse/COOK-3474)** - Upgrade WebPI (4.5 no longer exists)
20+
- **[COOK-3474](https://tickets.chef.io/browse/COOK-3474)** - Upgrade WebPI (4.5 no longer exists)
2121

2222

2323
v1.2.2

CONTRIBUTING.md

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# Contributing to Opscode Cookbooks
1+
# Contributing to Chef Software Cookbooks
22

3-
We are glad you want to contribute to Opscode Cookbooks! The first
3+
We are glad you want to contribute to Chef Software Cookbooks! The first
44
step is the desire to improve the project.
55

66
You can find the answers to additional frequently asked questions
7-
[on the wiki](http://wiki.opscode.com/display/chef/How+to+Contribute).
7+
[on the wiki](http://wiki.chef.io/display/chef/How+to+Contribute).
88

99
You can find additional information about
10-
[contributing to cookbooks](http://wiki.opscode.com/display/chef/How+to+Contribute+to+Opscode+Cookbooks)
10+
[contributing to cookbooks](http://wiki.chef.io/display/chef/How+to+Contribute+to+Chef+Cookbooks)
1111
on the wiki as well.
1212

1313
## Quick-contribute
1414

15-
* Create an account on our [bug tracker](http://tickets.opscode.com)
15+
* Create an account on our [bug tracker](http://tickets.chef.io)
1616
* Sign our contributor agreement (CLA)
1717
[ online](https://secure.echosign.com/public/hostedForm?formid=PJIF5694K6L)
1818
(keep reading if you're contributing on behalf of your employer)
1919
* Create a ticket for your change on the
20-
[bug tracker](http://tickets.opscode.com)
20+
[bug tracker](http://tickets.chef.io)
2121
* Link to your patch as a rebased git branch or pull request from the
2222
ticket
2323
* Resolve the ticket as fixed
@@ -39,7 +39,7 @@ understands what rights they are licensing and agrees to them.
3939
Sometimes the copyright holder isn't the contributor, most often when
4040
the contributor is doing work for a company.
4141

42-
To make a good faith effort to ensure these criteria are met, Opscode
42+
To make a good faith effort to ensure these criteria are met, Chef
4343
requires a Contributor License Agreement (CLA) or a Corporate
4444
Contributor License Agreement (CCLA) for all contributions. This is
4545
without exception due to some matters not being related to copyright
@@ -58,7 +58,7 @@ instead.
5858

5959
## Ticket Tracker (JIRA)
6060

61-
The [ticket tracker](http://tickets.opscode.com) is the most important
61+
The [ticket tracker](http://tickets.chef.io) is the most important
6262
documentation for the code base. It provides significant historical
6363
information, such as:
6464

@@ -72,7 +72,7 @@ Each ticket should aim to fix one bug or add one feature.
7272

7373
You can get a quick copy of the repository for this cookbook by
7474
running `git clone
75-
git://github.com/opscode-coobkooks/COOKBOOKNAME.git`.
75+
git://github.com/chef-coobkooks/COOKBOOKNAME.git`.
7676

7777
For collaboration purposes, it is best if you create a Github account
7878
and fork the repository to your own account. Once you do this you will
@@ -109,8 +109,8 @@ to them.
109109

110110
### Github and Pull Requests
111111

112-
All of Opscode's open source cookbook projects are available on
113-
[Github](http://www.github.com/opscode-cookbooks).
112+
All of Chef's open source cookbook projects are available on
113+
[Github](http://www.github.com/chef-cookbooks).
114114

115115
We don't require you to use Github, and we will even take patch diffs
116116
attached to tickets on the tracker. However Github has a lot of
@@ -127,18 +127,18 @@ reply from the author for various reasons.
127127
### More information
128128

129129
Additional help with git is available on the
130-
[Working with Git](http://wiki.opscode.com/display/chef/Working+with+Git)
130+
[Working with Git](http://wiki.chef.io/display/chef/Working+with+Git)
131131
wiki page.
132132

133133
## Functional and Unit Tests
134134

135135
This cookbook is set up to run tests under
136-
[Opscode's test-kitchen](https://github.com/opscode/test-kitchen). It
136+
[Chef's test-kitchen](https://github.com/chef/test-kitchen). It
137137
uses minitest-chef to run integration tests after the node has been
138138
converged to verify that the state of the node.
139139

140140
Test kitchen should run completely without exception using the default
141-
[baseboxes provided by Opscode](https://github.com/opscode/bento).
141+
[baseboxes provided by Chef](https://github.com/chef/bento).
142142
Because Test Kitchen creates VirtualBox machines and runs through
143143
every configuration in the Kitchenfile, it may take some time for
144144
these tests to complete.
@@ -168,7 +168,7 @@ mailing list, or the #chef-hacking IRC channel.
168168

169169
## Code Review
170170

171-
Opscode regularly reviews code contributions and provides suggestions
171+
Chef Software regularly reviews code contributions and provides suggestions
172172
for improvement in the code itself or the implementation.
173173

174174
We find contributions by searching the ticket tracker for _resolved_
@@ -183,7 +183,7 @@ or two, depending on the current release cycle.
183183

184184
## Release Cycle
185185

186-
The versioning for Opscode Cookbook projects is X.Y.Z.
186+
The versioning for Chef Software Cookbook projects is X.Y.Z.
187187

188188
* X is a major release, which may not be fully compatible with prior
189189
major releases
@@ -196,31 +196,31 @@ cookbook begins, the "Z" patch number is incremented to the next odd
196196
number, however the next release of the cookbook may be a major or
197197
minor incrementing version.
198198

199-
Releases of Opscode's cookbooks are usually announced on the Chef user
199+
Releases of Chef's cookbooks are usually announced on the Chef user
200200
mailing list. Releases of several cookbooks may be batched together
201-
and announced on the [Opscode Blog](http://www.opscode.com/blog).
201+
and announced on the [Chef Software Blog](http://www.chef.io/blog).
202202

203203
## Working with the community
204204

205205
These resources will help you learn more about Chef and connect to
206206
other members of the Chef community:
207207

208-
* [chef](http://lists.opscode.com/sympa/info/chef) and
209-
[chef-dev](http://lists.opscode.com/sympa/info/chef-dev) mailing
208+
* [chef](http://lists.chef.io/sympa/info/chef) and
209+
[chef-dev](http://lists.chef.io/sympa/info/chef-dev) mailing
210210
lists
211211
* #chef and #chef-hacking IRC channels on irc.freenode.net
212-
* [Community Cookbook site](http://community.opscode.com)
213-
* [Chef wiki](http://wiki.opscode.com/display/chef)
214-
* Opscode Chef [product page](http://www.opscode.com/chef)
212+
* [Community Cookbook site](http://community.chef.io)
213+
* [Chef wiki](http://wiki.chef.io/display/chef)
214+
* Chef Software Chef [product page](http://www.chef.io/chef)
215215

216216

217217
## Cookbook Contribution Do's and Don't's
218218

219219
Please do include tests for your contribution. If you need help, ask
220220
on the
221-
[chef-dev mailing list](http://lists.opscode.com/sympa/info/chef-dev)
221+
[chef-dev mailing list](http://lists.chef.io/sympa/info/chef-dev)
222222
or the
223-
[#chef-hacking IRC channel](http://community.opscode.com/chat/chef-hacking).
223+
[#chef-hacking IRC channel](http://community.chef.io/chat/chef-hacking).
224224
Not all platforms that a cookbook supports may be supported by Test
225225
Kitchen. Please provide evidence of testing your contribution if it
226226
isn't trivial so we don't have to duplicate effort in testing. Chef
@@ -247,11 +247,11 @@ Please do ensure that your changes do not break or modify behavior for
247247
other platforms supported by the cookbook. For example if your changes
248248
are for Debian, make sure that they do not break on CentOS.
249249

250-
Please do not modify the version number in the metadata.rb, Opscode
250+
Please do not modify the version number in the metadata.rb, Chef
251251
will select the appropriate version based on the release cycle
252252
information above.
253253

254254
Please do not update the CHANGELOG.md for a new version. Not all
255255
changes to a cookbook may be merged and released in the same versions.
256-
Opscode will update the CHANGELOG.md when releasing a new version of
256+
Chef Software will update the CHANGELOG.md when releasing a new version of
257257
the cookbook.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ Downloads and unzips `WebpiCmdLine.exe` to the location specified by `node['webp
6464

6565
License & Authors
6666
-----------------
67-
Author:: Seth Chisamore (<schisamo@opscode.com>)
67+
Author:: Seth Chisamore (<schisamo@chef.io>)
6868

6969
```text
70-
Copyright:: 2011-2013, Opscode, Inc.
70+
Copyright:: 2011-2013, Chef Software, Inc.
7171
7272
Licensed under the Apache License, Version 2.0 (the "License");
7373
you may not use this file except in compliance with the License.

attributes/default.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Author:: Seth Chisamore (<schisamo@opscode.com>)
2+
# Author:: Seth Chisamore (<schisamo@chef.io>)
33
# Cookbook Name:: iis
44
# Attribute:: webpi
55
#
6-
# Copyright:: Copyright (c) 2011 Opscode, Inc.
6+
# Copyright:: Copyright (c) 2011 Chef Software, Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

metadata.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name "webpi"
2-
maintainer "Opscode, Inc."
3-
maintainer_email "cookbooks@opscode.com"
2+
maintainer "Chef Software, Inc."
3+
maintainer_email "cookbooks@chef.io"
44
license "Apache 2.0"
55
description "Installs/Configures the Microsoft Web Platform Installer (WebPI)"
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))

providers/product.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Author:: Seth Chisamore (<schisamo@opscode.com>)
2+
# Author:: Seth Chisamore (<schisamo@chef.io>)
33
# Cookbook Name:: webpi
44
# Provider:: product
55
#
6-
# Copyright:: 2011, Opscode, Inc.
6+
# Copyright:: 2011, Chef Software, Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

recipes/default.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Cookbook Name:: webpi
44
# Recipe:: default
55
#
6-
# Copyright 2011, Opscode, Inc.
6+
# Copyright 2011, Chef Software, Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

recipes/install-msi.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Cookbook Name:: webpi
44
# Recipe:: install-msi
55
#
6-
# Copyright 2011, Opscode, Inc.
6+
# Copyright 2011, Chef Software, Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

recipes/install-zip.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Author:: Seth Chisamore (<schisamo@opscode.com>)
2+
# Author:: Seth Chisamore (<schisamo@chef.io>)
33
# Cookbook Name:: webpi
44
# Recipe:: install-zip
55
#
6-
# Copyright 2011, Opscode, Inc.
6+
# Copyright 2011, Chef Software, Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

resources/product.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Author:: Seth Chisamore (<schisamo@opscode.com>)
2+
# Author:: Seth Chisamore (<schisamo@chef.io>)
33
# Cookbook Name:: webpi
44
# Resource:: product
55
#
6-
# Copyright:: 2011, Opscode, Inc.
6+
# Copyright:: 2011, Chef Software, Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)