summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/localizing/shipping.rst
diff options
context:
space:
mode:
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 -`