[DRE-commits] r5765 - in trunk/chef/debian: . etc/chef patches po source

Joshua Timberman jtimberman-guest at alioth.debian.org
Tue Aug 10 07:45:49 UTC 2010


Author: jtimberman-guest
Date: 2010-08-10 07:45:47 +0000 (Tue, 10 Aug 2010)
New Revision: 5765

Added:
   trunk/chef/debian/patches/chef_server_load_path-2.patch
   trunk/chef/debian/patches/require_ostruct.patch
   trunk/chef/debian/po/es.po
Modified:
   trunk/chef/debian/NEWS
   trunk/chef/debian/changelog
   trunk/chef/debian/chef-server-api.chef-server.init
   trunk/chef/debian/chef-server-api.manpages
   trunk/chef/debian/chef-server-webui.chef-server-webui.init
   trunk/chef/debian/chef-solr.manpages
   trunk/chef/debian/chef.manpages
   trunk/chef/debian/control
   trunk/chef/debian/etc/chef/client.rb
   trunk/chef/debian/patches/series
   trunk/chef/debian/po/de.po
   trunk/chef/debian/source/format
Log:
Chef 0.9.8

Modified: trunk/chef/debian/NEWS
===================================================================
--- trunk/chef/debian/NEWS	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/NEWS	2010-08-10 07:45:47 UTC (rev 5765)
@@ -1,3 +1,18 @@
+chef (0.9.8+dfsg-1) unstable; urgency=low
+
+  Important changes in 0.9.8:
+
+    * chef-server and chef-server-webui processes will be named accordingly in
+      ps output.
+    * Chef can now be configured to use an http/https proxy with the
+      `http_proxy` and `https_proxy` variables.
+    * Chef now saves expanded run list and role list to the `recipes` and
+      `roles` attributes on the node object.
+    * Chef's REPL, `shef` now supports its own configuration file. See:
+      - http://wiki.opscode.com/display/chef/Shef
+
+ -- Joshua Timberman <joshua at opscode.com>  Mon, 09 Aug 2010 23:10:46 -0600
+
 chef (0.9.6+dfsg-3) unstable; urgency=low
 
   When upgrading from Chef 0.8.x to 0.9.x, be aware of a couple important changes.

Modified: trunk/chef/debian/changelog
===================================================================
--- trunk/chef/debian/changelog	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/changelog	2010-08-10 07:45:47 UTC (rev 5765)
@@ -1,7 +1,29 @@
+chef (0.9.8+dfsg-1) unstable; urgency=low
+
+  * New upstream release (0.9.8)
+  * debian/control: Chef now requires mixlib-authentication version 1.1.4.
+  * debian/control: Standards version 3.9.0 (no changes).
+  * debian/*manpages: Use upstream manpages.
+  * debian/patches/chef_server_load_path.patch: fork for new chef-server
+    scripts.
+  * debian/source/format: Switch to 3.0 (quilt).
+  * chef-server*init: update for new process output
+  * Add Spanish debconf translation (Closes: #590936).
+  * Add German debconf translation (Closes: #588504).
+
+ -- Joshua Timberman <joshua at opscode.com>  Mon, 09 Aug 2010 22:55:44 -0600
+
+chef (0.9.6+dfsg-5) unstable; urgency=low
+
+  * debian/control: libchef-ruby1.8 should suggest ruby-dev1.8 for installing
+    gems with native extensions.
+
+ -- Joshua Timberman <joshua at opscode.com>  Tue, 27 Jul 2010 12:53:12 -0600
+
 chef (0.9.6+dfsg-4) unstable; urgency=low
 
   * Add NEWS file which will list important changes between versions. 
-  * Add translations for debconf templates. (Closes #586533)
+  * quilt patch: require 'ostruct' at top of chef/resource.rb.
 
  -- Joshua Timberman <joshua at opscode.com>  Sun, 25 Jul 2010 12:24:16 -0600
 

Modified: trunk/chef/debian/chef-server-api.chef-server.init
===================================================================
--- trunk/chef/debian/chef-server-api.chef-server.init	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/chef-server-api.chef-server.init	2010-08-10 07:45:47 UTC (rev 5765)
@@ -39,7 +39,7 @@
   pid=`cat $MAINPID`
   [ -z "$pid" ] && return 1
   [ ! -d /proc/$pid ] && return 1
-  (ps -fp $pid | egrep -q "merb.*(merb : master|worker.*$PORT)") || return 1
+  (ps -fp $pid | egrep -q "merb : chef-server.*api.*$PORT)") || return 1
   return 0
 }
 

Modified: trunk/chef/debian/chef-server-api.manpages
===================================================================
--- trunk/chef/debian/chef-server-api.manpages	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/chef-server-api.manpages	2010-08-10 07:45:47 UTC (rev 5765)
@@ -1,2 +1,2 @@
-debian/chef-server.1
-debian/chef-server-webui.1
+chef/distro/common/man/man1/chef-server.1
+chef/distro/common/man/man1/chef-server-webui.1

Modified: trunk/chef/debian/chef-server-webui.chef-server-webui.init
===================================================================
--- trunk/chef/debian/chef-server-webui.chef-server-webui.init	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/chef-server-webui.chef-server-webui.init	2010-08-10 07:45:47 UTC (rev 5765)
@@ -40,7 +40,7 @@
   name=$WORKER
   [ -z "$pid" ] && return 1
   [ ! -d /proc/$pid ] && return 1
-  (ps -fp $pid | egrep -q "merb.*(merb : master|worker.*$PORT)") || return 1
+  (ps -fp $pid | egrep -q "merb : chef-server-webui.*$PORT)") || return 1
   return 0
 }
 

Modified: trunk/chef/debian/chef-solr.manpages
===================================================================
--- trunk/chef/debian/chef-solr.manpages	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/chef-solr.manpages	2010-08-10 07:45:47 UTC (rev 5765)
@@ -1,3 +1,3 @@
-debian/chef-solr.1
-debian/chef-solr-indexer.1
-debian/chef-solr-rebuild.8
+chef/distro/common/man/man1/chef-solr.1
+chef/distro/common/man/man1/chef-solr-indexer.1
+chef/distro/common/man/man8/chef-solr-rebuild.8

Modified: trunk/chef/debian/chef.manpages
===================================================================
--- trunk/chef/debian/chef.manpages	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/chef.manpages	2010-08-10 07:45:47 UTC (rev 5765)
@@ -1,4 +1,4 @@
-debian/chef-client.8
-debian/chef-solo.8
-debian/knife.8
-debian/shef.8
+chef/distro/common/man/man8/chef-client.8
+chef/distro/common/man/man8/chef-solo.8
+chef/distro/common/man/man8/knife.8
+chef/distro/common/man/man8/shef.8

Modified: trunk/chef/debian/control
===================================================================
--- trunk/chef/debian/control	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/control	2010-08-10 07:45:47 UTC (rev 5765)
@@ -5,12 +5,12 @@
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools (>= 0.14), quilt, po-debconf, libjavascript-minifier-xs-perl
 Build-Depends-Indep: ruby, rake
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Homepage: http://wiki.opscode.com/display/chef/Home
 
 Package: chef
 Architecture: all
-Depends: ${misc:Depends}, ruby1.8, liberubis-ruby1.8, libjson-ruby1.8, libextlib-ruby1.8 (>= 0.9.13), ohai (>= 0.4.0), libchef-ruby1.8 (= ${source:Version}), libopenssl-ruby1.8, libmixlib-authentication-ruby1.8 (>= 1.1.0), ucf, libhighline-ruby1.8
+Depends: ${misc:Depends}, ruby1.8, liberubis-ruby1.8, libjson-ruby1.8, libextlib-ruby1.8 (>= 0.9.13), ohai (>= 0.4.0), libchef-ruby1.8 (= ${source:Version}), libopenssl-ruby1.8, libmixlib-authentication-ruby1.8 (>= 1.1.4), ucf, libhighline-ruby1.8
 Recommends: irb1.8
 Description: System integration framework written in Ruby
  Chef is a systems integration framework and configuration management library
@@ -111,7 +111,7 @@
 
 Package: libchef-ruby1.8
 Architecture: all
-Depends: ${misc:Depends}, ruby1.8, libopenssl-ruby1.8, libmixlib-authentication-ruby1.8 (>= 1.1.0), libmixlib-cli-ruby1.8 (>= 1.1.0), libmixlib-config-ruby1.8 (>= 1.1.0), libmixlib-log-ruby1.8 (>= 1.1.0), libohai-ruby1.8 (>= 0.4.0), libmoneta-ruby1.8, libbunny-ruby1.8, rubygems1.8 | libgems-ruby1.8, librestclient-ruby1.8, libuuidtools-ruby1.8
+Depends: ${misc:Depends}, ruby1.8, libopenssl-ruby1.8, libmixlib-authentication-ruby1.8 (>= 1.1.4), libmixlib-cli-ruby1.8 (>= 1.1.0), libmixlib-config-ruby1.8 (>= 1.1.0), libmixlib-log-ruby1.8 (>= 1.1.0), libohai-ruby1.8 (>= 0.4.0), libmoneta-ruby1.8, libbunny-ruby1.8, rubygems1.8 | libgems-ruby1.8, librestclient-ruby1.8, libuuidtools-ruby1.8
 Recommends: ohai (>= 0.4.0), chef (= ${source:Version})
 Suggests: rake, libshadow-ruby1.8
 Description: Ruby 1.8 libraries for Chef system integration framework

Modified: trunk/chef/debian/etc/chef/client.rb
===================================================================
--- trunk/chef/debian/etc/chef/client.rb	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/etc/chef/client.rb	2010-08-10 07:45:47 UTC (rev 5765)
@@ -50,6 +50,11 @@
 
 file_cache_path    "/var/cache/chef"
 
+# file_backup_path specifies where chef will store backups of replaced files
+# from template, cookbook_file and remote_file resources.
+
+file_backup_path   "/var/lib/chef/backup"
+
 # pid_file specifies the location of where chef-client daemon should keep the pid
 # file.
 # valid value is any filesystem file location.

Added: trunk/chef/debian/patches/chef_server_load_path-2.patch
===================================================================
--- trunk/chef/debian/patches/chef_server_load_path-2.patch	                        (rev 0)
+++ trunk/chef/debian/patches/chef_server_load_path-2.patch	2010-08-10 07:45:47 UTC (rev 5765)
@@ -0,0 +1,59 @@
+# Description: fixes the chef-server daemons to disable Merb's json loading
+# and sets the full path to the libraries for the merb apps for the api and
+# webui. no plans for Upstream to change this.
+Index: chef-0.9.8+dfsg.orig/chef-server-api/bin/chef-server
+===================================================================
+--- chef-0.9.8+dfsg.orig.orig/chef-server-api/bin/chef-server	2010-08-05 13:07:42.000000000 -0600
++++ chef-0.9.8+dfsg.orig/chef-server-api/bin/chef-server	2010-08-10 00:43:45.000000000 -0600
+@@ -22,20 +22,20 @@
+ 
+ require "rubygems"
+ require "merb-core"
+-
++Merb.disable(:json)
+ # Load chef and chef-server-api from source rather than gem, if present
+ $:.unshift(File.expand_path(File.dirname(__FILE__) + '/../../chef/lib/'))
+ $:.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib'))
+ 
+ # Print the version if we have -v or --version
+ if ARGV.any? { |arg| arg =~ /\-v|\-\-version/ }
+-  require 'chef-server-api/version'
++  require '/usr/share/chef-server-api/lib/chef-server-api/version'
+   puts "Chef Server (API) Version: #{ChefServerApi::VERSION}"
+   exit 1
+ end
+ 
+ require 'chef'
+-require 'chef-server-api'
++require '/usr/share/chef-server-api/lib/chef-server-api'
+ 
+ # Ensure the chef gem we load is the same version as the chef server
+ unless defined?(Chef)
+Index: chef-0.9.8+dfsg.orig/chef-server-webui/bin/chef-server-webui
+===================================================================
+--- chef-0.9.8+dfsg.orig.orig/chef-server-webui/bin/chef-server-webui	2010-08-05 13:07:42.000000000 -0600
++++ chef-0.9.8+dfsg.orig/chef-server-webui/bin/chef-server-webui	2010-08-10 00:44:34.000000000 -0600
+@@ -25,20 +25,20 @@
+ 
+ require "rubygems"
+ require "merb-core"
+-
++Merb.disable(:json)
+ # Load chef and chef-server-api from source rather than gem, if present
+ $:.unshift(File.expand_path(File.dirname(__FILE__) + '/../../chef/lib'))
+ $:.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib'))
+ 
+ # Print the version if we have -v or --version
+ if ARGV.any? { |arg| arg =~ /\-v|\-\-version/ }
+-  require 'chef-server-webui/version'
++  require '/usr/share/chef-server-webui/lib/chef-server-webui/version'
+   puts "Chef Server (Web UI) Version: #{ChefServerWebui::VERSION}"
+   exit 1
+ end
+ 
+ require 'chef'
+-require 'chef-server-webui'
++require '/usr/share/chef-server-webui/lib/chef-server-webui'
+ 
+ if ARGV[0] && ARGV[0] =~ /^[^-]/
+   ARGV.push "-H"

Added: trunk/chef/debian/patches/require_ostruct.patch
===================================================================
--- trunk/chef/debian/patches/require_ostruct.patch	                        (rev 0)
+++ trunk/chef/debian/patches/require_ostruct.patch	2010-08-10 07:45:47 UTC (rev 5765)
@@ -0,0 +1,12 @@
+Index: chef-0.9.6+dfsg/chef/lib/chef/resource.rb
+===================================================================
+--- chef-0.9.6+dfsg.orig/chef/lib/chef/resource.rb	2010-07-26 13:33:00.000000000 -0600
++++ chef-0.9.6+dfsg/chef/lib/chef/resource.rb	2010-07-26 13:33:06.000000000 -0600
+@@ -17,6 +17,7 @@
+ # limitations under the License.
+ #
+ 
++require 'ostruct'
+ require 'chef/mixin/params_validate'
+ require 'chef/mixin/check_helper'
+ require 'chef/mixin/language'

Modified: trunk/chef/debian/patches/series
===================================================================
--- trunk/chef/debian/patches/series	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/patches/series	2010-08-10 07:45:47 UTC (rev 5765)
@@ -1,3 +1,3 @@
-chef_server_load_path.patch
+chef_server_load_path-2.patch
 solr_load_path.patch
 jquery_unminified.patch

Modified: trunk/chef/debian/po/de.po
===================================================================
--- trunk/chef/debian/po/de.po	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/po/de.po	2010-08-10 07:45:47 UTC (rev 5765)
@@ -6,116 +6,87 @@
 msgstr ""
 "Project-Id-Version: chef 0.8.16-5\n"
 "Report-Msgid-Bugs-To: chef at packages.debian.org\n"
-"POT-Creation-Date: 2010-05-07 13:28-0600\n"
+"POT-Creation-Date: 2010-06-24 06:01+0200\n"
 "PO-Revision-Date: 2010-07-09 09:10+0200\n"
 "Last-Translator: Martin Eberhard Schauer <Martin.E.Schauer at gmx.de>\n"
 "Language-Team: German <debian-l10n-german at lists.debian.org>\n"
-"Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
 
+#. Type: string
+#. Description
+#: ../chef.templates:2001
+msgid "Chef server URL:"
+msgstr "URL des Chef-Servers:"
+
+#. Type: string
+#. Description
+#: ../chef.templates:2001
+msgid ""
+"Please specify the full URL that clients will use to connect to the Chef "
+"server (for instance \"http://chef.example.com:4000\")."
+msgstr ""
+"Geben Sie bitte die vollständige URL an, die Clients für die Verbindung mit "
+"dem Chef-Server verwenden (beispielsweise »http://chef.example.com:4000«)."
+
 #. Type: password
 #. Description
-#: ../chef-solr.templates:1001
-#, fuzzy
-#| msgid "Password for the AMQP user \"chef\":"
-msgid "New password for the 'chef' AMQP user in the RabbitMQ vhost \"/chef\":"
+#: ../chef-solr.templates:2001
+msgid "Password for the AMQP user \"chef\":"
 msgstr "Passwort für das AMQP-Benutzerkonto »chef«:"
 
 #. Type: password
 #. Description
-#: ../chef-solr.templates:1001
+#: ../chef-solr.templates:2001
 msgid ""
-" Set the password for the chef user in the AMQP server queue. Use\n"
-" RabbitMQ's rabbitmqctl program to set this password. The default user\n"
-" and vhost are assumed (chef and /chef, respectively).\n"
-" .\n"
-" RabbitMQ does not have the capability to read the password from a file, "
-"and\n"
-" this will be passed via \"\" on the command-line. As such, do not use "
-"shell\n"
-" meta-characters that could cause errors such as !.\n"
-" .\n"
-" This will be used in /etc/chef/solr.rb and /etc/chef/server.rb as "
-"'amqp_pass'."
+"Please choose a password for the default user (named \"chef\") in the AMQP "
+"server queue, under the default RabbitMQ vhost (also \"chef\")."
 msgstr ""
+"Bitte wählen Sie ein Passwort für den Standard-Benutzer (»chef«) in der AMQP-"
+"Warteschlange auf dem virtuellen Standard-RabbitMQ-Server (ebenfalls »chef«)."
 
 #. Type: password
 #. Description
-#: ../chef-server-webui.templates:1001
-msgid "New password for the 'admin' user in the Chef Server WebUI:"
+#: ../chef-solr.templates:2001
+msgid ""
+"RabbitMQ's rabbitmqctl program, which will be used to set this password, "
+"cannot read input from a file. Instead it will be passed as a command-line "
+"argument, so the password should not include any shell meta-characters that "
+"could cause errors, such as \"!\"."
 msgstr ""
+"Dieses Passwort wird mit dem Programm rabbitmqctl von RabbitMQ gesetzt. "
+"Rabbitmqctl kann keine Eingaben aus einer Datei lesen. Das Passwort wird als "
+"Befehlszeilenargument übergeben und sollte daher keinerlei Shell-Metazeichen "
+"wie »!« enthalten, weil diese zu Fehlern führen könnten."
 
 #. Type: password
 #. Description
-#: ../chef-server-webui.templates:1001
+#: ../chef-server-webui.templates:2001
+msgid "Temporary password for the Chef server user \"admin\":"
+msgstr "Vorläufiges Passwort für das Chef-Server-Benutzerkonto »admin«:"
+
+#. Type: password
+#. Description
+#: ../chef-server-webui.templates:2001
 msgid ""
-" This sets a temporary first-use password to log into the Chef Server WebUI\n"
-" as the 'admin' user for the first time. Once logged in, the password "
-"should\n"
-" be changed immediately.\n"
-" .\n"
-" Once the chef-server-webui process is running, login using the username\n"
-" 'admin' using the password set here.\n"
-" .\n"
-" If a password is not entered, the webui default password for 'admin' will\n"
-" be used, which is displayed on the webui home page. The password must be\n"
-" at least 6 characters or the webui will not start properly.\n"
-" .\n"
-" This will be used in /etc/chef/webui.rb as "
-"'web_ui_admin_default_password'.\n"
-" ."
+"Please choose a temporary password for the first time the \"admin\" user logs "
+"into the Chef server web interface. It should be changed immediately after "
+"being used."
 msgstr ""
+"Bitte wählen Sie ein vorläufiges Passwort für die erste Anmeldung des "
+"Benutzers »admin« an der Weboberfläche des Chef-Servers. Es sollte sofort "
+"nach Gebrauch geändert werden."
 
-#~ msgid "Chef server URL:"
-#~ msgstr "URL des Chef-Servers:"
-
-#~ msgid ""
-#~ "Please specify the full URL that clients will use to connect to the Chef "
-#~ "server (for instance \"http://chef.example.com:4000\")."
-#~ msgstr ""
-#~ "Geben Sie bitte die vollständige URL an, die Clients für die Verbindung "
-#~ "mit dem Chef-Server verwenden (beispielsweise »http://chef.example."
-#~ "com:4000«)."
-
-#~ msgid ""
-#~ "Please choose a password for the default user (named \"chef\") in the "
-#~ "AMQP server queue, under the default RabbitMQ vhost (also \"chef\")."
-#~ msgstr ""
-#~ "Bitte wählen Sie ein Passwort für den Standard-Benutzer (»chef«) in der "
-#~ "AMQP-Warteschlange auf dem virtuellen Standard-RabbitMQ-Server (ebenfalls "
-#~ "»chef«)."
-
-#~ msgid ""
-#~ "RabbitMQ's rabbitmqctl program, which will be used to set this password, "
-#~ "cannot read input from a file. Instead it will be passed as a command-"
-#~ "line argument, so the password should not include any shell meta-"
-#~ "characters that could cause errors, such as \"!\"."
-#~ msgstr ""
-#~ "Dieses Passwort wird mit dem Programm rabbitmqctl von RabbitMQ gesetzt. "
-#~ "Rabbitmqctl kann keine Eingaben aus einer Datei lesen. Das Passwort wird "
-#~ "als Befehlszeilenargument übergeben und sollte daher keinerlei Shell-"
-#~ "Metazeichen wie »!« enthalten, weil diese zu Fehlern führen könnten."
-
-#~ msgid "Temporary password for the Chef server user \"admin\":"
-#~ msgstr "Vorläufiges Passwort für das Chef-Server-Benutzerkonto »admin«:"
-
-#~ msgid ""
-#~ "Please choose a temporary password for the first time the \"admin\" user "
-#~ "logs into the Chef server web interface. It should be changed immediately "
-#~ "after being used."
-#~ msgstr ""
-#~ "Bitte wählen Sie ein vorläufiges Passwort für die erste Anmeldung des "
-#~ "Benutzers »admin« an der Weboberfläche des Chef-Servers. Es sollte sofort "
-#~ "nach Gebrauch geändert werden."
-
-#~ msgid ""
-#~ "This password must be at least six characters long. If no password is "
-#~ "entered, a default value will be used which is displayed on the Chef "
-#~ "server web interface home page."
-#~ msgstr ""
-#~ "Dieses Kennwort muss mindestens sechs Zeichen lang sein. Wenn kein "
-#~ "Passwort eingegeben wird, wird ein Standardwert verwendet, der auf der "
-#~ "Startseite der Weboberfläche des Chef-Servers angezeigt wird."
+#. Type: password
+#. Description
+#: ../chef-server-webui.templates:2001
+msgid ""
+"This password must be at least six characters long. If no password is "
+"entered, a default value will be used which is displayed on the Chef server "
+"web interface home page."
+msgstr ""
+"Dieses Kennwort muss mindestens sechs Zeichen lang sein. Wenn kein Passwort "
+"eingegeben wird, wird ein Standardwert verwendet, der auf der Startseite der "
+"Weboberfläche des Chef-Servers angezeigt wird."

Added: trunk/chef/debian/po/es.po
===================================================================
--- trunk/chef/debian/po/es.po	                        (rev 0)
+++ trunk/chef/debian/po/es.po	2010-08-10 07:45:47 UTC (rev 5765)
@@ -0,0 +1,90 @@
+# chef po-debconf translation to Spanish
+# Copyright (C) 2010 Software in the Public Interest
+# This file is distributed under the same license as the chef package.
+#
+# Changes:
+# - Initial translation
+# Camaleón <noelamac at gmail.com>, 2010
+#
+# - Updates
+#
+#
+# Traductores, si no conocen el formato PO, merece la pena leer la
+# documentación de gettext, especialmente las secciones dedicadas a este
+# formato, por ejemplo ejecutando:
+# info -n '(gettext)PO Files'
+# info -n '(gettext)Header Entry'
+#
+# Equipo de traducción al español, por favor lean antes de traducir
+# los siguientes documentos:
+#
+# - El proyecto de traducción de Debian al español
+# http://www.debian.org/intl/spanish/
+# especialmente las notas y normas de traducción en
+# http://www.debian.org/intl/spanish/notas
+#
+# - La guía de traducción de po's de debconf:
+# /usr/share/doc/po-debconf/README-trans
+# o http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: chef 0.8.16-5\n"
+"Report-Msgid-Bugs-To: chef at packages.debian.org\n"
+"POT-Creation-Date: 2010-05-07 13:28-0600\n"
+"PO-Revision-Date: 2010-07-17 19:26+0100\n"
+"Last-Translator: Camaleón <noelamac at gmail.com>\n"
+"Language-Team: Debian Spanish <debian-l10n-spanish at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Spanish\n"
+
+#. Type: string
+#. Description
+#: ../chef.templates:2001
+msgid "Chef server URL:"
+msgstr "URL del servidor Chef:"
+
+#. Type: string
+#. Description
+#: ../chef.templates:2001
+msgid "Please specify the full URL that clients will use to connect to the Chef server (for instance \"http://chef.example.com:4000\")."
+msgstr "Por favor, introduzca la dirección URL completa que utilizarán los clientes para conectarse al servidor Chef (p. ej. «http://chef.ejemplo.com:4000»)."
+
+#. Type: password
+#. Description
+#: ../chef-solr.templates:2001
+msgid "Password for the AMQP user \"chef\":"
+msgstr "Contraseña del usuario «chef» de AMQP:"
+
+#. Type: password
+#. Description
+#: ../chef-solr.templates:2001
+msgid "Please choose a password for the default user (named \"chef\") in the AMQP server queue, under the default RabbitMQ vhost (also \"/chef\")."
+msgstr "Por favor, establezca la contraseña del usuario predeterminado («chef») en la cola del servidor AMQP, para el servidor virtual predeterminado de RabbitMQ («/chef»)."
+
+#. Type: password
+#. Description
+#: ../chef-solr.templates:2001
+msgid "RabbitMQ's rabbitmqctl program, which will be used to set this password, cannot read input from a file. Instead it will be passed as a command-line argument, so the password should not include any shell meta-characters that could cause errors, such as \"!\"."
+msgstr "El programa rabbitmqctl de RabbitMQ que se utilizará para establecer esta contraseña no puede leer la entrada de datos desde un archivo. En su lugar, se le pasará como argumento mediante la línea de órdenes, por lo que la contraseña no debe incluir metacaracteres del intérprete de órdenes que puedan causar errores, como «!»."
+
+#. Type: password
+#. Description
+#: ../chef-server-webui.templates:2001
+msgid "Temporary password for the Chef server user \"admin\":"
+msgstr "Contraseña temporal del usuario «admin» del servidor Chef:"
+
+#. Type: password
+#. Description
+#: ../chef-server-webui.templates:2001
+msgid "Please choose a temporary password for the first time the \"admin\" user logs into the Chef server web interface. It should be changed immediately after being used."
+msgstr "Por favor, seleccione una contraseña temporal para el primer inicio de sesión del usuario «admin» en la interfaz web del servidor Chef. Debe cambiarla inmediatamente después de utilizarla."
+
+#. Type: password
+#. Description
+#: ../chef-server-webui.templates:2001
+msgid "This password must be at least six characters long. If no password is entered, a default value will be used which is displayed on the Chef server web interface home page."
+msgstr "La contraseña debe tener al menos 6 caracteres. Si no introduce ninguna contraseña, se utilizará el valor predeterminado que se muestra en la página principal de la interfaz web del servidor Chef."
+

Modified: trunk/chef/debian/source/format
===================================================================
--- trunk/chef/debian/source/format	2010-08-05 21:58:29 UTC (rev 5764)
+++ trunk/chef/debian/source/format	2010-08-10 07:45:47 UTC (rev 5765)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Pkg-ruby-extras-commits mailing list