diff options
author | mehlinger333 <mehlinger333@gmail.com> | 2015-09-24 16:32:40 +0200 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-09-24 16:32:40 +0200 |
commit | dbeeacc33b7e25fb3bbf1e8fa49da7937f62fe8f (patch) | |
tree | b8b652a431a6583821cf178d147aea23d1905031 /docs | |
parent | 05f74faf6a98ef8d2ac5d38007e093e6fa1bb1fc (diff) | |
download | bugzilla-dbeeacc33b7e25fb3bbf1e8fa49da7937f62fe8f.tar.gz bugzilla-dbeeacc33b7e25fb3bbf1e8fa49da7937f62fe8f.tar.xz |
Bug 464528: Project names having dashes in them do not work. r=gerv.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/installing/multiple-bugzillas.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/en/rst/installing/multiple-bugzillas.rst b/docs/en/rst/installing/multiple-bugzillas.rst index 1e2d7951f..ac6626823 100644 --- a/docs/en/rst/installing/multiple-bugzillas.rst +++ b/docs/en/rst/installing/multiple-bugzillas.rst @@ -19,7 +19,8 @@ this is :file:`template/en/default` so ``PROJECT``'s templates would be located at :file:`template/en/PROJECT`. To set up an alternate installation, just export ``PROJECT=foo`` before -running :command:`checksetup.pl` for the first time. It will +running :command:`checksetup.pl` for the first time. Project names may +contain only letters, numbers, underscores, and hyphens. It will result in a file called :file:`localconfig.foo` instead of :file:`localconfig`. Edit this file as described above, with reference to a new database, and re-run :command:`checksetup.pl` |