Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ae142f

Browse files
author
Sean OMeara
committed
opscode2chef
1 parent 01e511b commit 8ae142f

File tree

13 files changed

+29
-29
lines changed

13 files changed

+29
-29
lines changed

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site :opscode
1+
site 'https://supermarket.chef.io'
22

33
metadata
44

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ v1.4.4
2222
v1.4.2
2323
------
2424
### Bug
25-
- **[COOK-3796](https://tickets.opscode.com/browse/COOK-3796)** - Virtualenv can fail
25+
- **[COOK-3796](https://tickets.chef.io/browse/COOK-3796)** - Virtualenv can fail
2626

2727
### Improvement
28-
- **[COOK-3719](https://tickets.opscode.com/browse/COOK-3719)** - Allow alternative install python, update pip location
29-
- **[COOK-3703](https://tickets.opscode.com/browse/COOK-3703)** - Create symlink for source built python [python3 support]
28+
- **[COOK-3719](https://tickets.chef.io/browse/COOK-3719)** - Allow alternative install python, update pip location
29+
- **[COOK-3703](https://tickets.chef.io/browse/COOK-3703)** - Create symlink for source built python [python3 support]
3030

3131

3232
v1.4.0
3333
------
3434
### New Feature
35-
- **[COOK-3248](https://tickets.opscode.com/browse/COOK-3248)** - Improve testing suite
35+
- **[COOK-3248](https://tickets.chef.io/browse/COOK-3248)** - Improve testing suite
3636

3737
### Improvement
38-
- **[COOK-3125](https://tickets.opscode.com/browse/COOK-3125)** - Don't use `normal` attributes
38+
- **[COOK-3125](https://tickets.chef.io/browse/COOK-3125)** - Don't use `normal` attributes
3939

4040
### Bug
41-
- **[COOK-3084](https://tickets.opscode.com/browse/COOK-3084)** - Fix `python_virtualenv` on EL 5
41+
- **[COOK-3084](https://tickets.chef.io/browse/COOK-3084)** - Fix `python_virtualenv` on EL 5
4242

4343
v1.3.6
4444
------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ Installs virtualenv using the `python_pip` resource.
144144

145145
License & Authors
146146
-----------------
147-
- Author:: Seth Chisamore (<schisamo@opscode.com>)
147+
- Author:: Seth Chisamore (<schisamo@chef.io>)
148148

149149
```text
150-
Copyright:: 2011, Opscode, Inc
150+
Copyright:: 2011, Chef Software, Inc
151151
152152
Licensed under the Apache License, Version 2.0 (the "License");
153153
you may not use this file except in compliance with the License.

attributes/default.rb

Lines changed: 2 additions & 2 deletions
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:: python
44
# Attribute:: 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.

providers/pip.rb

Lines changed: 2 additions & 2 deletions
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:: python
44
# Provider:: pip
55
#
6-
# Copyright:: 2011, Opscode, Inc <legal@opscode.com>
6+
# Copyright:: 2011, Chef Software, Inc <legal@chef.io>
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.

providers/virtualenv.rb

Lines changed: 2 additions & 2 deletions
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:: python
44
# Provider:: virtualenv
55
#
6-
# Copyright:: 2011, Opscode, Inc <legal@opscode.com>
6+
# Copyright:: 2011, Chef Software, Inc <legal@chef.io>
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

Lines changed: 2 additions & 2 deletions
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:: python
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/package.rb

Lines changed: 2 additions & 2 deletions
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:: python
44
# Recipe:: package
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/pip.rb

Lines changed: 2 additions & 2 deletions
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:: python
44
# Recipe:: pip
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/source.rb

Lines changed: 2 additions & 2 deletions
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:: python
44
# Recipe:: source
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/virtualenv.rb

Lines changed: 2 additions & 2 deletions
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:: python
44
# Recipe:: virtualenv
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/pip.rb

Lines changed: 2 additions & 2 deletions
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:: python
44
# Resource:: pip
55
#
6-
# Copyright:: 2011, Opscode, Inc <legal@opscode.com>
6+
# Copyright:: 2011, Chef Software, Inc <legal@chef.io>
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/virtualenv.rb

Lines changed: 2 additions & 2 deletions
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:: python
44
# Resource:: virtualenv
55
#
6-
# Copyright:: 2011, Opscode, Inc <legal@opscode.com>
6+
# Copyright:: 2011, Chef Software, Inc <legal@chef.io>
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)