summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/localizing/shipping.rst
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2015-09-30 10:03:22 +0200
committerGervase Markham <gerv@gerv.net>2015-09-30 10:05:22 +0200
commit7321534b42aab3ab2064c73b6326d52f395f023c (patch)
tree4db6d7422ac22c7917d00ac16b109dbac9637f3c /docs/en/rst/localizing/shipping.rst
parentb8a1ef47857a0217ab92ac1d4206f48383f08f55 (diff)
downloadbugzilla-7321534b42aab3ab2064c73b6326d52f395f023c.tar.gz
bugzilla-7321534b42aab3ab2064c73b6326d52f395f023c.tar.xz
Bug 1156785 - add new Localization Guide for in-place review.
Diffstat (limited to 'docs/en/rst/localizing/shipping.rst')
-rw-r--r--docs/en/rst/localizing/shipping.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/en/rst/localizing/shipping.rst b/docs/en/rst/localizing/shipping.rst
new file mode 100644
index 000000000..556d88114
--- /dev/null
+++ b/docs/en/rst/localizing/shipping.rst
@@ -0,0 +1,13 @@
+.. _localizing-templates:
+
+Shipping
+########
+
+Once you have localized everything, you will want to ship it. The best way
+of doing this is still to create a tarball of all your files, which the
+Bugzilla administrator will untar in their ``$BUGZILLA_HOME`` directory.
+
+This command will find all of the files you've localized and put them into
+an appropriate tarball. Don't forget to replace both instances of ``ab-CD``:
+
+:command:`find -name "ab-CD" -print0 -o -path "./data" -prune | tar -cjvf ../bugzilla-ab-CD.tar.bz2 --null -T -`