diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-11 14:18:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-11 14:22:19 +0000 |
commit | 00127a3526819854d4ed4b755e397b0ecd6a1660 (patch) | |
tree | fbbc7be4cef5cbfb9b31560cfe5008fd9b860b24 | |
parent | Updating all directory paths for new upstream version. (diff) | |
download | open-infrastructure-compute-tools-00127a3526819854d4ed4b755e397b0ecd6a1660.tar.xz open-infrastructure-compute-tools-00127a3526819854d4ed4b755e397b0ecd6a1660.zip |
Excluding directory paths in debconf template from translation.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/open-infrastructure-container-tools.templates | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/open-infrastructure-container-tools.templates b/debian/open-infrastructure-container-tools.templates index a10de0a..6ecea08 100644 --- a/debian/open-infrastructure-container-tools.templates +++ b/debian/open-infrastructure-container-tools.templates @@ -4,7 +4,7 @@ _Description: container-tools: Setup Template: open-infrastructure-container-tools/machines Type: string -_Default: /var/lib/machines +Default: /var/lib/machines _Description: machines directory: Please specify the directory that will be used to store the containers. . @@ -13,7 +13,7 @@ _Description: machines directory: Template: open-infrastructure-container-tools/config Type: string -_Default: /etc/compute-tools/config +Default: /etc/compute-tools/config _Description: config directory: Please specify the directory that will be used to store the container configuration files. @@ -23,7 +23,7 @@ _Description: config directory: Template: open-infrastructure-container-tools/debconf Type: string -_Default: /etc/compute-tools/debconf +Default: /etc/compute-tools/debconf _Description: debconf directory: Please specify the directory that will be used to store the container preseed files. @@ -33,7 +33,7 @@ _Description: debconf directory: Template: open-infrastructure-container-tools/hooks Type: string -_Default: /etc/compute-tools/hooks +Default: /etc/compute-tools/hooks _Description: debconf directory: Please specify the directory that will be used to store the container hooks. @@ -43,7 +43,7 @@ _Description: debconf directory: Template: open-infrastructure-container-tools/keys Type: string -_Default: /etc/compute-tools/keys +Default: /etc/compute-tools/keys _Description: debconf directory: Please specify the directory that will be used to store the container keys for verifying container image downloads. @@ -53,7 +53,7 @@ _Description: debconf directory: Template: open-infrastructure-container-tools/cache Type: string -_Default: /var/cache/container +Default: /var/cache/container _Description: cache directory: Please specify the directory that will be used to cache files during creation of containers. @@ -73,7 +73,7 @@ _Description: create script: Template: open-infrastructure-container-tools/irc Type: string -_Default: +Default: _Description: IRC notifications: The container command can send IRC notifications via irker to one or more (whitespace separated) IRC channels. |