summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-07-23 08:40:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-07-23 08:40:31 +0000
commitea95b4825ecea5ea9e12028ff277d902ec584b2e (patch)
tree4f8f5baaf5eb485c56f2f082de5e125336ee2ed1
parentUsing lzip tarball in watch file. (diff)
downloadopen-infrastructure-compute-tools-ea95b4825ecea5ea9e12028ff277d902ec584b2e.tar.xz
open-infrastructure-compute-tools-ea95b4825ecea5ea9e12028ff277d902ec584b2e.zip
Adding debconf handling for /etc/container-tools/keys.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/open-infrastructure-container-tools.config4
-rwxr-xr-xdebian/open-infrastructure-container-tools.postinst4
-rwxr-xr-xdebian/open-infrastructure-container-tools.postrm1
-rw-r--r--debian/open-infrastructure-container-tools.templates10
-rw-r--r--debian/po/fr.po77
-rw-r--r--debian/po/nl.po84
-rw-r--r--debian/po/pt.po75
-rw-r--r--debian/po/pt_BR.po75
-rw-r--r--debian/po/templates.pot51
9 files changed, 278 insertions, 103 deletions
diff --git a/debian/open-infrastructure-container-tools.config b/debian/open-infrastructure-container-tools.config
index 9aaeb83..5cc0771 100644
--- a/debian/open-infrastructure-container-tools.config
+++ b/debian/open-infrastructure-container-tools.config
@@ -23,6 +23,10 @@ db_input low open-infrastructure-container-tools/hooks || true
db_go
db_settitle open-infrastructure-container-tools/title
+db_input low open-infrastructure-container-tools/keys || true
+db_go
+
+db_settitle open-infrastructure-container-tools/title
db_input low open-infrastructure-container-tools/cache || true
db_go
diff --git a/debian/open-infrastructure-container-tools.postinst b/debian/open-infrastructure-container-tools.postinst
index 63530b2..7a04ebf 100755
--- a/debian/open-infrastructure-container-tools.postinst
+++ b/debian/open-infrastructure-container-tools.postinst
@@ -59,6 +59,9 @@ case "${1}" in
db_get open-infrastructure-container-tools/hooks
HOOKS="${RET:-/etc/container-tools/hooks}" # string (w/o empty)
+ db_get open-infrastructure-container-tools/keys
+ KEYS="${RET:-/etc/container-tools/keys}" # string (w/o empty)
+
db_get open-infrastructure-container-tools/cache
CACHE="${RET:-/var/cache/container-tools}" # string (w/o empty)
@@ -74,6 +77,7 @@ case "${1}" in
Install "/etc/container-tools/config" "${CONFIG}"
Install "/etc/container-tools/debconf" "${DEBCONF}"
Install "/etc/container-tools/hooks" "${HOOKS}"
+ Install "/etc/container-tools/keys" "${KEYS}"
Install "/var/cache/container-tools" "${CACHE}"
update-alternatives --quiet --set container-tools_script "/usr/share/container-tools/scripts/${SCRIPT}"
diff --git a/debian/open-infrastructure-container-tools.postrm b/debian/open-infrastructure-container-tools.postrm
index 71c969f..196899e 100755
--- a/debian/open-infrastructure-container-tools.postrm
+++ b/debian/open-infrastructure-container-tools.postrm
@@ -33,6 +33,7 @@ case "${1}" in
Remove /etc/container-tools/debconf
Remove /etc/container-tools/config
Remove /etc/container-tools/hooks
+ Remove /etc/container-tools/keys
Remove /var/lib/machines
;;
diff --git a/debian/open-infrastructure-container-tools.templates b/debian/open-infrastructure-container-tools.templates
index 13df6d0..c4fc677 100644
--- a/debian/open-infrastructure-container-tools.templates
+++ b/debian/open-infrastructure-container-tools.templates
@@ -41,6 +41,16 @@ _Description: debconf directory:
If unsure, use /etc/container-tools/hooks (default) or
/srv/container/hooks when using shared storage.
+Template: open-infrastructure-container-tools/keys
+Type: string
+_Default: /etc/container-tools/keys
+_Description: debconf directory:
+ Please specify the directory that will be used to store the container
+ keys for verifying container image downloads.
+ .
+ If unsure, use /etc/container-tools/keys (default) or
+ /srv/container/keys when using shared storage.
+
Template: open-infrastructure-container-tools/cache
Type: string
_Default: /var/cache/container-tools
diff --git a/debian/po/fr.po b/debian/po/fr.po
index 6161785..39c594e 100644
--- a/debian/po/fr.po
+++ b/debian/po/fr.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: open-infrastructure-container-tools\n"
"Report-Msgid-Bugs-To: open-infrastructure-container-tools@packages.debian."
"org\n"
-"POT-Creation-Date: 2016-12-30 20:10+0100\n"
+"POT-Creation-Date: 2017-07-23 10:37+0200\n"
"PO-Revision-Date: 2016-08-09 15:23+0100\n"
"Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -46,8 +46,8 @@ msgstr ""
#. Description
#: ../open-infrastructure-container-tools.templates:2002
msgid ""
-"If unsure, use /var/lib/machines (default) or /srv/container/system when using "
-"shared storage."
+"If unsure, use /var/lib/machines (default) or /srv/container/system when "
+"using shared storage."
msgstr ""
"En cas de doute, utilisez /var/lib/machines (répertoire par défaut) ou /srv/"
"container/system si vous utilisez un stockage partagé."
@@ -82,8 +82,7 @@ msgid ""
"config when using shared storage."
msgstr ""
"En cas de doute, utilisez /etc/container-tools/config (répertoire par "
-"défaut) ou /srv/container/config si vous utilisez un "
-"stockage partagé."
+"défaut) ou /srv/container/config si vous utilisez un stockage partagé."
#. Type: string
#. Default
@@ -95,8 +94,11 @@ msgstr "/etc/container-tools/debconf"
#. Description
#. Type: string
#. Description
+#. Type: string
+#. Description
#: ../open-infrastructure-container-tools.templates:4002
#: ../open-infrastructure-container-tools.templates:5002
+#: ../open-infrastructure-container-tools.templates:6002
msgid "debconf directory:"
msgstr "Répertoire de la configuration Debian :"
@@ -118,8 +120,7 @@ msgid ""
"debconf when using shared storage."
msgstr ""
"En cas de doute, utilisez /etc/container-tools/debconf (répertoire par "
-"défaut) ou /srv/container/debconf si vous utilisez un "
-"stockage partagé."
+"défaut) ou /srv/container/debconf si vous utilisez un stockage partagé."
#. Type: string
#. Default
@@ -138,25 +139,55 @@ msgstr ""
#. Description
#: ../open-infrastructure-container-tools.templates:5002
msgid ""
-"If unsure, use /etc/container-tools/hooks (default) or /srv/container/"
-"hooks when using shared storage."
+"If unsure, use /etc/container-tools/hooks (default) or /srv/container/hooks "
+"when using shared storage."
msgstr ""
#. Type: string
#. Default
#: ../open-infrastructure-container-tools.templates:6001
+msgid "/etc/container-tools/keys"
+msgstr "/etc/container-tools/keys"
+
+#. Type: string
+#. Description
+#: ../open-infrastructure-container-tools.templates:6002
+#, fuzzy
+#| msgid ""
+#| "Please specify the directory that will be used to store the container "
+#| "configuration files."
+msgid ""
+"Please specify the directory that will be used to store the container keys "
+"for verifying container image downloads."
+msgstr ""
+"Veuillez indiquer le répertoire qui sera utilisé pour stocker les fichiers "
+"de configuration du conteneur."
+
+#. Type: string
+#. Description
+#: ../open-infrastructure-container-tools.templates:6002
+msgid ""
+"If unsure, use /etc/container-tools/keys (default) or /srv/container/keys "
+"when using shared storage."
+msgstr ""
+"En cas de doute, utilisez /etc/container-tools/keys (répertoire par "
+"défaut) ou /srv/container/keys si vous utilisez un stockage partagé."
+
+#. Type: string
+#. Default
+#: ../open-infrastructure-container-tools.templates:7001
msgid "/var/cache/container-tools"
msgstr "/var/cache/container-tools"
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid "cache directory:"
msgstr "Répertoire cache :"
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid ""
"Please specify the directory that will be used to cache files during "
"creation of containers."
@@ -166,29 +197,29 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid ""
-"If unsure, use /var/cache/container-tools (default) or /srv/container/"
-"cache when using shared storage."
+"If unsure, use /var/cache/container-tools (default) or /srv/container/cache "
+"when using shared storage."
msgstr ""
"En cas de doute, utilisez /var/cache/container-tools (répertoire par défaut) "
"ou /srv/container/cache si vous utilisez un stockage partagé."
#. Type: select
#. Choices
-#: ../open-infrastructure-container-tools.templates:7001
+#: ../open-infrastructure-container-tools.templates:8001
msgid "${SCRIPT_CHOICES}"
msgstr "${SCRIPT_CHOICES}"
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid "create script:"
msgstr "Créez un script :"
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid ""
"Please select the script that will be used by default to create containers."
msgstr ""
@@ -197,19 +228,19 @@ msgstr ""
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid "If unsure, use debian (default)."
msgstr "En cas de doute, utilisez debian (par défaut)."
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid "IRC notifications:"
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid ""
"The container command can send IRC notifications via irker to one or more "
"(whitespace separated) IRC channels."
@@ -217,7 +248,7 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid ""
"The following example will send IRC notifications to the open-infrastructure "
"channel on irc.oftc.net:"
@@ -225,12 +256,12 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid " irc://irc.oftc.net:6668/open-infrastructure"
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid "If unsure, leave empty (default)."
msgstr ""
diff --git a/debian/po/nl.po b/debian/po/nl.po
index b20dfb7..66f91b4 100644
--- a/debian/po/nl.po
+++ b/debian/po/nl.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: open-infrastructure-container-tools\n"
"Report-Msgid-Bugs-To: open-infrastructure-container-tools@packages.debian."
"org\n"
-"POT-Creation-Date: 2016-12-30 20:10+0100\n"
+"POT-Creation-Date: 2017-07-23 10:37+0200\n"
"PO-Revision-Date: 2016-08-02 21:35+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -46,8 +46,8 @@ msgstr ""
#. Description
#: ../open-infrastructure-container-tools.templates:2002
msgid ""
-"If unsure, use /var/lib/machines (default) or /srv/container/system when using "
-"shared storage."
+"If unsure, use /var/lib/machines (default) or /srv/container/system when "
+"using shared storage."
msgstr ""
"Indien u twijfelt, gebruik dan /var/lib/machines (standaard) of /srv/"
"container/system in het geval er gebruik gemaakt wordt van gedeelde opslag."
@@ -82,8 +82,8 @@ msgid ""
"config when using shared storage."
msgstr ""
"Indien u twijfelt, gebruik dan /etc/container-tools/config (standaard) of /"
-"srv/container/config in het geval er gebruik gemaakt wordt "
-"van gedeelde opslag."
+"srv/container/config in het geval er gebruik gemaakt wordt van gedeelde "
+"opslag."
#. Type: string
#. Default
@@ -95,8 +95,11 @@ msgstr "/etc/container-tools/debconf"
#. Description
#. Type: string
#. Description
+#. Type: string
+#. Description
#: ../open-infrastructure-container-tools.templates:4002
#: ../open-infrastructure-container-tools.templates:5002
+#: ../open-infrastructure-container-tools.templates:6002
msgid "debconf directory:"
msgstr "debconf-map:"
@@ -118,8 +121,8 @@ msgid ""
"debconf when using shared storage."
msgstr ""
"Indien u twijfelt, gebruik dan /etc/container-tools/debconf (standaard) of /"
-"srv/container/debconf in het geval er gebruik gemaakt wordt "
-"van gedeelde opslag."
+"srv/container/debconf in het geval er gebruik gemaakt wordt van gedeelde "
+"opslag."
#. Type: string
#. Default
@@ -138,25 +141,56 @@ msgstr ""
#. Description
#: ../open-infrastructure-container-tools.templates:5002
msgid ""
-"If unsure, use /etc/container-tools/hooks (default) or /srv/container/"
-"hooks when using shared storage."
+"If unsure, use /etc/container-tools/hooks (default) or /srv/container/hooks "
+"when using shared storage."
msgstr ""
#. Type: string
#. Default
#: ../open-infrastructure-container-tools.templates:6001
+msgid "/etc/container-tools/keys"
+msgstr "/etc/container-tools/keys"
+
+#. Type: string
+#. Description
+#: ../open-infrastructure-container-tools.templates:6002
+#, fuzzy
+#| msgid ""
+#| "Please specify the directory that will be used to store the container "
+#| "configuration files."
+msgid ""
+"Please specify the directory that will be used to store the container keys "
+"for verifying container image downloads."
+msgstr ""
+"Geef op welke map gebruikt zal worden om de configuratiebestanden van de "
+"containers in op te slaan."
+
+#. Type: string
+#. Description
+#: ../open-infrastructure-container-tools.templates:6002
+msgid ""
+"If unsure, use /etc/container-tools/keys (default) or /srv/container/keys "
+"when using shared storage."
+msgstr ""
+"Indien u twijfelt, gebruik dan /etc/container-tools/keys (standaard) of /"
+"srv/container/keys in het geval er gebruik gemaakt wordt van gedeelde "
+"opslag."
+
+#. Type: string
+#. Default
+#: ../open-infrastructure-container-tools.templates:7001
msgid "/var/cache/container-tools"
msgstr "/var/cache/container-tools"
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid "cache directory:"
msgstr "cache-map:"
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid ""
"Please specify the directory that will be used to cache files during "
"creation of containers."
@@ -166,30 +200,30 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid ""
-"If unsure, use /var/cache/container-tools (default) or /srv/container/"
-"cache when using shared storage."
+"If unsure, use /var/cache/container-tools (default) or /srv/container/cache "
+"when using shared storage."
msgstr ""
"Indien u twijfelt, gebruik dan /var/cache/container-tools (standaard) of /"
-"srv/container/cache in het geval er gebruik gemaakt wordt "
-"van gedeelde opslag."
+"srv/container/cache in het geval er gebruik gemaakt wordt van gedeelde "
+"opslag."
#. Type: select
#. Choices
-#: ../open-infrastructure-container-tools.templates:7001
+#: ../open-infrastructure-container-tools.templates:8001
msgid "${SCRIPT_CHOICES}"
msgstr "${SCRIPT_CHOICES}"
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid "create script:"
msgstr "aanmaakscript:"
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid ""
"Please select the script that will be used by default to create containers."
msgstr ""
@@ -197,19 +231,19 @@ msgstr ""
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid "If unsure, use debian (default)."
msgstr "Indien u twijfelt, gebruik dan debian (standaard)."
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid "IRC notifications:"
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid ""
"The container command can send IRC notifications via irker to one or more "
"(whitespace separated) IRC channels."
@@ -217,7 +251,7 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid ""
"The following example will send IRC notifications to the open-infrastructure "
"channel on irc.oftc.net:"
@@ -225,12 +259,12 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid " irc://irc.oftc.net:6668/open-infrastructure"
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid "If unsure, leave empty (default)."
msgstr ""
diff --git a/debian/po/pt.po b/debian/po/pt.po
index bacb764..9d744bb 100644
--- a/debian/po/pt.po
+++ b/debian/po/pt.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: open-infrastructure-container-tools 20161101-lts2-2\n"
"Report-Msgid-Bugs-To: open-infrastructure-container-tools@packages.debian."
"org\n"
-"POT-Creation-Date: 2016-12-30 20:10+0100\n"
+"POT-Creation-Date: 2017-07-23 10:37+0200\n"
"PO-Revision-Date: 2017-03-30 22:06+0000\n"
"Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -47,11 +47,11 @@ msgstr ""
#. Description
#: ../open-infrastructure-container-tools.templates:2002
msgid ""
-"If unsure, use /var/lib/machines (default) or /srv/container/system when using "
-"shared storage."
+"If unsure, use /var/lib/machines (default) or /srv/container/system when "
+"using shared storage."
msgstr ""
-"Em caso de dúvida utilize /var/lib/machines (predefinido) ou /srv/container/system "
-"quando utilizar armazenamento partilhado."
+"Em caso de dúvida utilize /var/lib/machines (predefinido) ou /srv/container/"
+"system quando utilizar armazenamento partilhado."
#. Type: string
#. Default
@@ -95,8 +95,11 @@ msgstr "/etc/container-tools/debconf"
#. Description
#. Type: string
#. Description
+#. Type: string
+#. Description
#: ../open-infrastructure-container-tools.templates:4002
#: ../open-infrastructure-container-tools.templates:5002
+#: ../open-infrastructure-container-tools.templates:6002
msgid "debconf directory:"
msgstr "Directório do debconf:"
@@ -137,8 +140,8 @@ msgstr ""
#. Description
#: ../open-infrastructure-container-tools.templates:5002
msgid ""
-"If unsure, use /etc/container-tools/hooks (default) or /srv/container/"
-"hooks when using shared storage."
+"If unsure, use /etc/container-tools/hooks (default) or /srv/container/hooks "
+"when using shared storage."
msgstr ""
"Em caso de dúvida utilize /etc/container-tools/hooks (predefinido) ou /srv/"
"container/hooks quando utilizar armazenamento partilhado."
@@ -146,18 +149,48 @@ msgstr ""
#. Type: string
#. Default
#: ../open-infrastructure-container-tools.templates:6001
+msgid "/etc/container-tools/keys"
+msgstr "/etc/container-tools/keys"
+
+#. Type: string
+#. Description
+#: ../open-infrastructure-container-tools.templates:6002
+#, fuzzy
+#| msgid ""
+#| "Please specify the directory that will be used to store the container "
+#| "configuration files."
+msgid ""
+"Please specify the directory that will be used to store the container keys "
+"for verifying container image downloads."
+msgstr ""
+"Por favor especifique um directório que será usado para guardar os ficheiros "
+"de configuração do 'container'."
+
+#. Type: string
+#. Description
+#: ../open-infrastructure-container-tools.templates:6002
+msgid ""
+"If unsure, use /etc/container-tools/keys (default) or /srv/container/keys "
+"when using shared storage."
+msgstr ""
+"Em caso de dúvida utilize /etc/container-tools/keys (predefinido) ou /srv/"
+"container/keys quando utilizar armazenamento partilhado."
+
+#. Type: string
+#. Default
+#: ../open-infrastructure-container-tools.templates:7001
msgid "/var/cache/container-tools"
msgstr "/var/cache/container-tools"
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid "cache directory:"
msgstr "Directório de cache:"
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid ""
"Please specify the directory that will be used to cache files during "
"creation of containers."
@@ -167,29 +200,29 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid ""
-"If unsure, use /var/cache/container-tools (default) or /srv/container/"
-"cache when using shared storage."
+"If unsure, use /var/cache/container-tools (default) or /srv/container/cache "
+"when using shared storage."
msgstr ""
"Em caso de dúvida utilize /var/cache/container-tools (predefinido) ou /srv/"
"container/cache quando utilizar armazenamento partilhado."
#. Type: select
#. Choices
-#: ../open-infrastructure-container-tools.templates:7001
+#: ../open-infrastructure-container-tools.templates:8001
msgid "${SCRIPT_CHOICES}"
msgstr "${SCRIPT_CHOICES}"
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid "create script:"
msgstr "Criar script:"
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid ""
"Please select the script that will be used by default to create containers."
msgstr ""
@@ -198,19 +231,19 @@ msgstr ""
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid "If unsure, use debian (default)."
msgstr "Em caso de dúvida utilize debian (predefinido)."
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid "IRC notifications:"
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid ""
"The container command can send IRC notifications via irker to one or more "
"(whitespace separated) IRC channels."
@@ -218,7 +251,7 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid ""
"The following example will send IRC notifications to the open-infrastructure "
"channel on irc.oftc.net:"
@@ -226,12 +259,12 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid " irc://irc.oftc.net:6668/open-infrastructure"
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid "If unsure, leave empty (default)."
msgstr ""
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
index 5d11120..3f83533 100644
--- a/debian/po/pt_BR.po
+++ b/debian/po/pt_BR.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: open-infrastructure-container-tools\n"
"Report-Msgid-Bugs-To: open-infrastructure-container-tools@packages.debian."
"org\n"
-"POT-Creation-Date: 2016-12-30 20:10+0100\n"
+"POT-Creation-Date: 2017-07-23 10:37+0200\n"
"PO-Revision-Date: 2016-08-25 22:07-0300\n"
"Last-Translator: Adriano Rafael Gomes <adrianorg@debian.org>\n"
"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@ -47,11 +47,11 @@ msgstr ""
#. Description
#: ../open-infrastructure-container-tools.templates:2002
msgid ""
-"If unsure, use /var/lib/machines (default) or /srv/container/system when using "
-"shared storage."
+"If unsure, use /var/lib/machines (default) or /srv/container/system when "
+"using shared storage."
msgstr ""
-"Se não tiver certeza, use /var/lib/machines (padrão) ou /srv/container/system ao "
-"usar armazenamento compartilhado."
+"Se não tiver certeza, use /var/lib/machines (padrão) ou /srv/container/"
+"system ao usar armazenamento compartilhado."
#. Type: string
#. Default
@@ -95,8 +95,11 @@ msgstr "/etc/container-tools/debconf"
#. Description
#. Type: string
#. Description
+#. Type: string
+#. Description
#: ../open-infrastructure-container-tools.templates:4002
#: ../open-infrastructure-container-tools.templates:5002
+#: ../open-infrastructure-container-tools.templates:6002
msgid "debconf directory:"
msgstr "diretório do debconf:"
@@ -137,25 +140,55 @@ msgstr ""
#. Description
#: ../open-infrastructure-container-tools.templates:5002
msgid ""
-"If unsure, use /etc/container-tools/hooks (default) or /srv/container/"
-"hooks when using shared storage."
+"If unsure, use /etc/container-tools/hooks (default) or /srv/container/hooks "
+"when using shared storage."
msgstr ""
#. Type: string
#. Default
#: ../open-infrastructure-container-tools.templates:6001
+msgid "/etc/container-tools/keys"
+msgstr "/etc/container-tools/keys"
+
+#. Type: string
+#. Description
+#: ../open-infrastructure-container-tools.templates:6002
+#, fuzzy
+#| msgid ""
+#| "Please specify the directory that will be used to store the container "
+#| "configuration files."
+msgid ""
+"Please specify the directory that will be used to store the container keys "
+"for verifying container image downloads."
+msgstr ""
+"Por favor, especifique o diretório que será usado para armazenar os arquivos "
+"de configuração de contêiner."
+
+#. Type: string
+#. Description
+#: ../open-infrastructure-container-tools.templates:6002
+msgid ""
+"If unsure, use /etc/container-tools/keys (default) or /srv/container/keys "
+"when using shared storage."
+msgstr ""
+"Se não tiver certeza, use /etc/container-tools/keys (padrão) ou /srv/"
+"container/keys ao usar armazenamento compartilhado."
+
+#. Type: string
+#. Default
+#: ../open-infrastructure-container-tools.templates:7001
msgid "/var/cache/container-tools"
msgstr "/var/cache/container-tools"
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid "cache directory:"
msgstr "diretório de cache:"
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid ""
"Please specify the directory that will be used to cache files during "
"creation of containers."
@@ -165,29 +198,29 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid ""
-"If unsure, use /var/cache/container-tools (default) or /srv/container/"
-"cache when using shared storage."
+"If unsure, use /var/cache/container-tools (default) or /srv/container/cache "
+"when using shared storage."
msgstr ""
"Se não tiver certeza, use /var/cache/container-tools (padrão) ou /srv/"
"container/cache ao usar armazenamento compartilhado."
#. Type: select
#. Choices
-#: ../open-infrastructure-container-tools.templates:7001
+#: ../open-infrastructure-container-tools.templates:8001
msgid "${SCRIPT_CHOICES}"
msgstr "${SCRIPT_CHOICES}"
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid "create script:"
msgstr "script de criação:"
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid ""
"Please select the script that will be used by default to create containers."
msgstr ""
@@ -196,19 +229,19 @@ msgstr ""
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid "If unsure, use debian (default)."
msgstr "Se não tiver certeza, use debian (padrão)."
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid "IRC notifications:"
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid ""
"The container command can send IRC notifications via irker to one or more "
"(whitespace separated) IRC channels."
@@ -216,7 +249,7 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid ""
"The following example will send IRC notifications to the open-infrastructure "
"channel on irc.oftc.net:"
@@ -224,12 +257,12 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid " irc://irc.oftc.net:6668/open-infrastructure"
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid "If unsure, leave empty (default)."
msgstr ""
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
index 9e4a5ce..0873884 100644
--- a/debian/po/templates.pot
+++ b/debian/po/templates.pot
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: open-infrastructure-container-tools\n"
"Report-Msgid-Bugs-To: open-infrastructure-container-tools@packages.debian."
"org\n"
-"POT-Creation-Date: 2017-07-01 13:30+0200\n"
+"POT-Creation-Date: 2017-07-23 10:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -88,8 +88,11 @@ msgstr ""
#. Description
#. Type: string
#. Description
+#. Type: string
+#. Description
#: ../open-infrastructure-container-tools.templates:4002
#: ../open-infrastructure-container-tools.templates:5002
+#: ../open-infrastructure-container-tools.templates:6002
msgid "debconf directory:"
msgstr ""
@@ -133,26 +136,48 @@ msgstr ""
#. Type: string
#. Default
#: ../open-infrastructure-container-tools.templates:6001
-msgid "/var/cache/container-tools"
+msgid "/etc/container-tools/keys"
msgstr ""
#. Type: string
#. Description
#: ../open-infrastructure-container-tools.templates:6002
-msgid "cache directory:"
+msgid ""
+"Please specify the directory that will be used to store the container keys "
+"for verifying container image downloads."
msgstr ""
#. Type: string
#. Description
#: ../open-infrastructure-container-tools.templates:6002
msgid ""
+"If unsure, use /etc/container-tools/keys (default) or /srv/container/keys "
+"when using shared storage."
+msgstr ""
+
+#. Type: string
+#. Default
+#: ../open-infrastructure-container-tools.templates:7001
+msgid "/var/cache/container-tools"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../open-infrastructure-container-tools.templates:7002
+msgid "cache directory:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../open-infrastructure-container-tools.templates:7002
+msgid ""
"Please specify the directory that will be used to cache files during "
"creation of containers."
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:6002
+#: ../open-infrastructure-container-tools.templates:7002
msgid ""
"If unsure, use /var/cache/container-tools (default) or /srv/container/cache "
"when using shared storage."
@@ -160,38 +185,38 @@ msgstr ""
#. Type: select
#. Choices
-#: ../open-infrastructure-container-tools.templates:7001
+#: ../open-infrastructure-container-tools.templates:8001
msgid "${SCRIPT_CHOICES}"
msgstr ""
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid "create script:"
msgstr ""
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid ""
"Please select the script that will be used by default to create containers."
msgstr ""
#. Type: select
#. Description
-#: ../open-infrastructure-container-tools.templates:7002
+#: ../open-infrastructure-container-tools.templates:8002
msgid "If unsure, use debian (default)."
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid "IRC notifications:"
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid ""
"The container command can send IRC notifications via irker to one or more "
"(whitespace separated) IRC channels."
@@ -199,7 +224,7 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid ""
"The following example will send IRC notifications to the open-infrastructure "
"channel on irc.oftc.net:"
@@ -207,12 +232,12 @@ msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid " irc://irc.oftc.net:6668/open-infrastructure"
msgstr ""
#. Type: string
#. Description
-#: ../open-infrastructure-container-tools.templates:8002
+#: ../open-infrastructure-container-tools.templates:9002
msgid "If unsure, leave empty (default)."
msgstr ""