chef 11.6.0 → 11.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. checksums.yaml +6 -14
  2. data/Rakefile +12 -4
  3. data/distro/common/html/chef-client.8.html +4 -4
  4. data/distro/common/html/chef-expander.8.html +4 -4
  5. data/distro/common/html/chef-expanderctl.8.html +4 -4
  6. data/distro/common/html/chef-server-webui.8.html +4 -4
  7. data/distro/common/html/chef-server.8.html +4 -4
  8. data/distro/common/html/chef-shell.1.html +4 -4
  9. data/distro/common/html/chef-solo.8.html +4 -4
  10. data/distro/common/html/chef-solr.8.html +5 -5
  11. data/distro/common/html/knife-bootstrap.1.html +4 -4
  12. data/distro/common/html/knife-client.1.html +4 -4
  13. data/distro/common/html/knife-configure.1.html +4 -4
  14. data/distro/common/html/knife-cookbook-site.1.html +4 -4
  15. data/distro/common/html/knife-cookbook.1.html +4 -4
  16. data/distro/common/html/knife-data-bag.1.html +4 -4
  17. data/distro/common/html/knife-environment.1.html +4 -4
  18. data/distro/common/html/knife-exec.1.html +4 -4
  19. data/distro/common/html/knife-index.1.html +4 -4
  20. data/distro/common/html/knife-node.1.html +4 -4
  21. data/distro/common/html/knife-role.1.html +4 -4
  22. data/distro/common/html/knife-search.1.html +4 -4
  23. data/distro/common/html/knife-ssh.1.html +4 -4
  24. data/distro/common/html/knife-status.1.html +4 -4
  25. data/distro/common/html/knife-tag.1.html +4 -4
  26. data/distro/common/html/knife.1.html +4 -4
  27. data/distro/common/man/man1/chef-shell.1 +1 -1
  28. data/distro/common/man/man1/knife-bootstrap.1 +1 -1
  29. data/distro/common/man/man1/knife-client.1 +0 -99
  30. data/distro/common/man/man1/knife-configure.1 +1 -1
  31. data/distro/common/man/man1/knife-cookbook-site.1 +1 -1
  32. data/distro/common/man/man1/knife-cookbook.1 +1 -1
  33. data/distro/common/man/man1/knife-data-bag.1 +1 -1
  34. data/distro/common/man/man1/knife-environment.1 +0 -168
  35. data/distro/common/man/man1/knife-exec.1 +1 -1
  36. data/distro/common/man/man1/knife-index.1 +1 -1
  37. data/distro/common/man/man1/knife-node.1 +1 -1
  38. data/distro/common/man/man1/knife-role.1 +1 -1
  39. data/distro/common/man/man1/knife-search.1 +1 -1
  40. data/distro/common/man/man1/knife-ssh.1 +1 -1
  41. data/distro/common/man/man1/knife-status.1 +1 -1
  42. data/distro/common/man/man1/knife-tag.1 +1 -1
  43. data/distro/common/man/man1/knife.1 +1 -1
  44. data/distro/common/man/man8/chef-client.8 +1 -1
  45. data/distro/common/man/man8/chef-expander.8 +1 -1
  46. data/distro/common/man/man8/chef-expanderctl.8 +1 -1
  47. data/distro/common/man/man8/chef-server-webui.8 +1 -1
  48. data/distro/common/man/man8/chef-server.8 +1 -1
  49. data/distro/common/man/man8/chef-solo.8 +1 -1
  50. data/distro/common/man/man8/chef-solr.8 +1 -1
  51. data/lib/chef/deprecation/provider/template.rb +1 -1
  52. data/lib/chef/provider/remote_file/cache_control_data.rb +4 -1
  53. data/lib/chef/version.rb +3 -3
  54. data/lib/chef/win32/api/file.rb +7 -0
  55. data/spec/data/apt/chef-integration-test-1.0/debian/changelog +5 -0
  56. data/spec/data/apt/chef-integration-test-1.0/debian/compat +1 -0
  57. data/spec/data/apt/chef-integration-test-1.0/debian/control +13 -0
  58. data/spec/data/apt/chef-integration-test-1.0/debian/copyright +34 -0
  59. data/spec/data/apt/chef-integration-test-1.0/debian/files +1 -0
  60. data/spec/data/apt/chef-integration-test-1.0/debian/rules +13 -0
  61. data/spec/data/apt/chef-integration-test-1.0/debian/source/format +1 -0
  62. data/spec/data/apt/chef-integration-test-1.1/debian/changelog +11 -0
  63. data/spec/data/apt/chef-integration-test-1.1/debian/compat +1 -0
  64. data/spec/data/apt/chef-integration-test-1.1/debian/control +13 -0
  65. data/spec/data/apt/chef-integration-test-1.1/debian/copyright +34 -0
  66. data/spec/data/apt/chef-integration-test-1.1/debian/files +1 -0
  67. data/spec/data/apt/chef-integration-test-1.1/debian/rules +13 -0
  68. data/spec/data/apt/chef-integration-test-1.1/debian/source/format +1 -0
  69. data/spec/data/apt/chef-integration-test_1.0-1_amd64.changes +22 -0
  70. data/spec/data/apt/chef-integration-test_1.0-1_amd64.deb +0 -0
  71. data/spec/data/apt/chef-integration-test_1.0.orig.tar.gz +0 -0
  72. data/spec/data/apt/chef-integration-test_1.1-1_amd64.changes +22 -0
  73. data/spec/data/apt/chef-integration-test_1.1-1_amd64.deb +0 -0
  74. data/spec/data/apt/chef-integration-test_1.1.orig.tar.gz +0 -0
  75. data/spec/data/apt/var/www/apt/conf/distributions +7 -0
  76. data/spec/data/apt/var/www/apt/conf/incoming +4 -0
  77. data/spec/data/apt/var/www/apt/conf/pulls +3 -0
  78. data/spec/data/apt/var/www/apt/db/checksums.db +0 -0
  79. data/spec/data/apt/var/www/apt/db/contents.cache.db +0 -0
  80. data/spec/data/apt/var/www/apt/db/packages.db +0 -0
  81. data/spec/data/apt/var/www/apt/db/references.db +0 -0
  82. data/spec/data/apt/var/www/apt/db/release.caches.db +0 -0
  83. data/spec/data/apt/var/www/apt/db/version +4 -0
  84. data/spec/data/apt/var/www/apt/dists/sid/Release +19 -0
  85. data/spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Packages +16 -0
  86. data/spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Packages.gz +0 -0
  87. data/spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Release +5 -0
  88. data/spec/data/apt/var/www/apt/dists/sid/main/binary-i386/Packages +0 -0
  89. data/spec/data/apt/var/www/apt/pool/main/c/chef-integration-test/chef-integration-test_1.0-1_amd64.deb +0 -0
  90. data/spec/data/apt/var/www/apt/pool/main/c/chef-integration-test/chef-integration-test_1.1-1_amd64.deb +0 -0
  91. data/spec/data/cookbooks/preseed/files/default/preseed-file.seed +1 -0
  92. data/spec/data/cookbooks/preseed/templates/default/preseed-template.seed +1 -0
  93. data/spec/functional/provider/remote_file/cache_control_data_spec.rb +101 -0
  94. data/spec/functional/resource/package_spec.rb +297 -0
  95. data/spec/functional/resource/user_spec.rb +6 -14
  96. data/spec/spec_helper.rb +29 -0
  97. data/spec/support/shared/functional/file_resource.rb +37 -0
  98. data/spec/unit/provider/package/rubygems_spec.rb +1 -1
  99. data/spec/unit/provider/remote_file/cache_control_data_spec.rb +41 -0
  100. metadata +101 -43
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "KNIFE\-EXEC" "1" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "KNIFE\-EXEC" "1" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-exec\fR \- Run user scripts using the Chef API DSL
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "KNIFE\-INDEX" "1" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "KNIFE\-INDEX" "1" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-index\fR \- Rebuild the search index on a Chef Server
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "KNIFE\-NODE" "1" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "KNIFE\-NODE" "1" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-node\fR \- Manage the hosts in your infrastructure
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "KNIFE\-ROLE" "1" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "KNIFE\-ROLE" "1" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-role\fR \- Group common configuration settings
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "KNIFE\-SEARCH" "1" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "KNIFE\-SEARCH" "1" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-search\fR \- Find objects on a Chef Server by query
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "KNIFE\-SSH" "1" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "KNIFE\-SSH" "1" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-ssh\fR \- Run a command or interactive session on multiple remote hosts
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "KNIFE\-STATUS" "1" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "KNIFE\-STATUS" "1" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-status\fR \- Display status information for the nodes in your infrastructure
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "KNIFE\-TAG" "1" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "KNIFE\-TAG" "1" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\-tag\fR \- Apply tags to nodes on a Chef Server
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "KNIFE" "1" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "KNIFE" "1" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBknife\fR \- Chef Server API client utility
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "CHEF\-CLIENT" "8" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "CHEF\-CLIENT" "8" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBchef\-client\fR \- Runs a client node connecting to a chef\-server\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "CHEF\-EXPANDER" "8" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "CHEF\-EXPANDER" "8" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBchef\-expander\fR \- fetches messages from RabbitMQ, processes, and loads into chef\-solr
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "CHEF\-EXPANDERCTL" "8" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "CHEF\-EXPANDERCTL" "8" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBchef\-expanderctl\fR \- management program for chef\-expander
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "CHEF\-SERVER\-WEBUI" "8" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "CHEF\-SERVER\-WEBUI" "8" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBchef\-server\-webui\fR \- Start the Chef Server merb application slice providing Web User Interface (Management Console)\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "CHEF\-SERVER" "8" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "CHEF\-SERVER" "8" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBchef\-server\fR \- Start the Chef Server merb application slice\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "CHEF\-SOLO" "8" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "CHEF\-SOLO" "8" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBchef\-solo\fR \- Runs chef in solo mode against a specified cookbook location\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "CHEF\-SOLR" "8" "July 2013" "Chef 11.6.0" "Chef Manual"
4
+ .TH "CHEF\-SOLR" "8" "October 2013" "Chef 11.6.2" "Chef Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBchef\-solr\fR \- Runs as Chef\'s search server
@@ -33,7 +33,7 @@ class Chef
33
33
 
34
34
  def template_finder
35
35
  @template_finder ||= begin
36
- TemplateFinder.new(run_context, cookbook_name, node)
36
+ Chef::Provider::TemplateFinder.new(run_context, cookbook_name, node)
37
37
  end
38
38
  end
39
39
 
@@ -149,7 +149,10 @@ class Chef
149
149
  end
150
150
 
151
151
  def sanitized_cache_file_basename
152
- scrubbed_uri = uri.gsub(/\W/, '_')
152
+ # Scrub and truncate in accordance with the goals of keeping the name
153
+ # human-readable but within the bounds of local file system
154
+ # path length limits
155
+ scrubbed_uri = uri.gsub(/\W/, '_')[0..63]
153
156
  uri_md5 = Chef::Digester.instance.generate_md5_checksum(StringIO.new(uri))
154
157
  "#{scrubbed_uri}-#{uri_md5}.json"
155
158
  end
@@ -6,9 +6,9 @@
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
8
8
  # You may obtain a copy of the License at
9
- #
9
+ #
10
10
  # http://www.apache.org/licenses/LICENSE-2.0
11
- #
11
+ #
12
12
  # Unless required by applicable law or agreed to in writing, software
13
13
  # distributed under the License is distributed on an "AS IS" BASIS,
14
14
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -17,7 +17,7 @@
17
17
 
18
18
  class Chef
19
19
  CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
20
- VERSION = '11.6.0'
20
+ VERSION = '11.6.2'
21
21
  end
22
22
 
23
23
  # NOTE: the Chef::Version class is defined in version_class.rb
@@ -471,6 +471,13 @@ BOOL WINAPI DeviceIoControl(
471
471
  # ensures the handle is closed on exit of the block
472
472
  def file_search_handle(path, &block)
473
473
  begin
474
+ # Workaround for CHEF-4419:
475
+ # Make sure paths starting with "/" has a drive letter
476
+ # assigned from the current working diretory.
477
+ # Note: In chef 11.8 and beyond this issue will be fixed with a
478
+ # broader fix to map all the paths starting with "/" to
479
+ # SYSTEM_DRIVE on windows.
480
+ path = ::File.expand_path(path) if path.start_with? "/"
474
481
  path = encode_path(path)
475
482
  find_data = WIN32_FIND_DATA.new
476
483
  handle = FindFirstFileW(path, find_data)
@@ -0,0 +1,5 @@
1
+ chef-integration-test (1.0-1) unstable; urgency=low
2
+
3
+ * Initial release (Closes: #CHEF-1718)
4
+
5
+ -- Joshua Timberman <joshua@opscode.com> Thu, 30 Sep 2010 09:53:45 -0600
@@ -0,0 +1,13 @@
1
+ Source: chef-integration-test
2
+ Section: ruby
3
+ Priority: extra
4
+ Maintainer: Joshua Timberman <Joshua Timberman <joshua@opscode.com>>
5
+ Build-Depends: debhelper (>= 7.0.50~)
6
+ Standards-Version: 3.8.4
7
+ Homepage: http://tickets.opscode.com
8
+
9
+ Package: chef-integration-test
10
+ Architecture: any
11
+ Depends: ${shlibs:Depends}, ${misc:Depends}
12
+ Description: Chef integration tests for APT in Cucumber
13
+ This package is used for cucumber integration testing in Chef.
@@ -0,0 +1,34 @@
1
+ This work was packaged by:
2
+
3
+ Joshua Timberman <Joshua Timberman <joshua@opscode.com>> on Thu, 30 Sep 2010 09:53:45 -0600
4
+
5
+ Upstream Author(s):
6
+
7
+ Opscode, Inc.
8
+
9
+ Copyright:
10
+
11
+ Copyright (C) 2010 Opscode, Inc
12
+
13
+ License:
14
+
15
+ Licensed under the Apache License, Version 2.0 (the "License");
16
+ you may not use this file except in compliance with the License.
17
+ You may obtain a copy of the License at
18
+
19
+ http://www.apache.org/licenses/LICENSE-2.0
20
+
21
+ Unless required by applicable law or agreed to in writing, software
22
+ distributed under the License is distributed on an "AS IS" BASIS,
23
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24
+ See the License for the specific language governing permissions and
25
+ limitations under the License.
26
+
27
+ The Debian packaging is:
28
+
29
+ Copyright (C) 2010 Opscode, Inc (<legal@opscode.com>)
30
+
31
+
32
+ and is licensed under the Apache 2.0 license.
33
+
34
+ See "/usr/share/common-licenses/Apache-2.0"
@@ -0,0 +1 @@
1
+ chef-integration-test_1.0-1_amd64.deb ruby extra
@@ -0,0 +1,13 @@
1
+ #!/usr/bin/make -f
2
+ # -*- makefile -*-
3
+ # Sample debian/rules that uses debhelper.
4
+ # This file was originally written by Joey Hess and Craig Small.
5
+ # As a special exception, when this file is copied by dh-make into a
6
+ # dh-make output file, you may use that output file without restriction.
7
+ # This special exception was added by Craig Small in version 0.37 of dh-make.
8
+
9
+ # Uncomment this to turn on verbose mode.
10
+ #export DH_VERBOSE=1
11
+
12
+ %:
13
+ dh $@
@@ -0,0 +1,11 @@
1
+ chef-integration-test (1.1-1) unstable; urgency=low
2
+
3
+ * New upstream release (1.1)
4
+
5
+ -- Joshua Timberman <joshua@opscode.com> Thu, 30 Sep 2010 10:09:34 -0600
6
+
7
+ chef-integration-test (1.0-1) unstable; urgency=low
8
+
9
+ * Initial release (Closes: #CHEF-1718)
10
+
11
+ -- Joshua Timberman <joshua@opscode.com> Thu, 30 Sep 2010 09:53:45 -0600
@@ -0,0 +1,13 @@
1
+ Source: chef-integration-test
2
+ Section: ruby
3
+ Priority: extra
4
+ Maintainer: Joshua Timberman <Joshua Timberman <joshua@opscode.com>>
5
+ Build-Depends: debhelper (>= 7.0.50~)
6
+ Standards-Version: 3.8.4
7
+ Homepage: http://tickets.opscode.com
8
+
9
+ Package: chef-integration-test
10
+ Architecture: any
11
+ Depends: ${shlibs:Depends}, ${misc:Depends}
12
+ Description: Chef integration tests for APT in Cucumber
13
+ This package is used for cucumber integration testing in Chef.
@@ -0,0 +1,34 @@
1
+ This work was packaged by:
2
+
3
+ Joshua Timberman <Joshua Timberman <joshua@opscode.com>> on Thu, 30 Sep 2010 09:53:45 -0600
4
+
5
+ Upstream Author(s):
6
+
7
+ Opscode, Inc.
8
+
9
+ Copyright:
10
+
11
+ Copyright (C) 2010 Opscode, Inc
12
+
13
+ License:
14
+
15
+ Licensed under the Apache License, Version 2.0 (the "License");
16
+ you may not use this file except in compliance with the License.
17
+ You may obtain a copy of the License at
18
+
19
+ http://www.apache.org/licenses/LICENSE-2.0
20
+
21
+ Unless required by applicable law or agreed to in writing, software
22
+ distributed under the License is distributed on an "AS IS" BASIS,
23
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24
+ See the License for the specific language governing permissions and
25
+ limitations under the License.
26
+
27
+ The Debian packaging is:
28
+
29
+ Copyright (C) 2010 Opscode, Inc (<legal@opscode.com>)
30
+
31
+
32
+ and is licensed under the Apache 2.0 license.
33
+
34
+ See "/usr/share/common-licenses/Apache-2.0"
@@ -0,0 +1 @@
1
+ chef-integration-test_1.1-1_amd64.deb ruby extra
@@ -0,0 +1,13 @@
1
+ #!/usr/bin/make -f
2
+ # -*- makefile -*-
3
+ # Sample debian/rules that uses debhelper.
4
+ # This file was originally written by Joey Hess and Craig Small.
5
+ # As a special exception, when this file is copied by dh-make into a
6
+ # dh-make output file, you may use that output file without restriction.
7
+ # This special exception was added by Craig Small in version 0.37 of dh-make.
8
+
9
+ # Uncomment this to turn on verbose mode.
10
+ #export DH_VERBOSE=1
11
+
12
+ %:
13
+ dh $@
@@ -0,0 +1,22 @@
1
+ Format: 1.8
2
+ Date: Thu, 30 Sep 2010 09:53:45 -0600
3
+ Source: chef-integration-test
4
+ Binary: chef-integration-test
5
+ Architecture: amd64
6
+ Version: 1.0-1
7
+ Distribution: unstable
8
+ Urgency: low
9
+ Maintainer: Joshua Timberman <Joshua Timberman <joshua@opscode.com>>
10
+ Changed-By: Joshua Timberman <joshua@opscode.com>
11
+ Description:
12
+ chef-integration-test - Chef integration tests for APT in Cucumber
13
+ Changes:
14
+ chef-integration-test (1.0-1) unstable; urgency=low
15
+ .
16
+ * Initial release (Closes: #CHEF-1718)
17
+ Checksums-Sha1:
18
+ b44685ff59626bc94c67e60665f06c4643fe9767 1680 chef-integration-test_1.0-1_amd64.deb
19
+ Checksums-Sha256:
20
+ da176f4405fa21fd7207d4785680c6996d395a1ca132f2d5565a61c5479b1116 1680 chef-integration-test_1.0-1_amd64.deb
21
+ Files:
22
+ 713722480408ecc8e7220aea52bdd76e 1680 ruby extra chef-integration-test_1.0-1_amd64.deb
@@ -0,0 +1,22 @@
1
+ Format: 1.8
2
+ Date: Thu, 30 Sep 2010 10:09:34 -0600
3
+ Source: chef-integration-test
4
+ Binary: chef-integration-test
5
+ Architecture: amd64
6
+ Version: 1.1-1
7
+ Distribution: unstable
8
+ Urgency: low
9
+ Maintainer: Joshua Timberman <Joshua Timberman <joshua@opscode.com>>
10
+ Changed-By: Joshua Timberman <joshua@opscode.com>
11
+ Description:
12
+ chef-integration-test - Chef integration tests for APT in Cucumber
13
+ Changes:
14
+ chef-integration-test (1.1-1) unstable; urgency=low
15
+ .
16
+ * New upstream release (1.1)
17
+ Checksums-Sha1:
18
+ 43c5653a9a5b9419849173a4ec3a9855cf0327a3 1722 chef-integration-test_1.1-1_amd64.deb
19
+ Checksums-Sha256:
20
+ 84e2f087f7e11d1b73743007ecfc6b8b34e03f6917c0993b35c0758ee59702c1 1722 chef-integration-test_1.1-1_amd64.deb
21
+ Files:
22
+ 4b05bace483dbca54efc21f97ee47e1d 1722 ruby extra chef-integration-test_1.1-1_amd64.deb
@@ -0,0 +1,7 @@
1
+ Origin: localhost
2
+ Label: apt repository
3
+ Codename: sid
4
+ Architectures: amd64
5
+ Components: main
6
+ Description: Apt repository
7
+ Pull: sid