From: Virginia King Date: Thu, 29 Jan 2015 19:22:45 +0000 (+0000) Subject: Fixed MORE code block formatting X-Git-Tag: release/2.6.0~239 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=3a714456074c9dde2ef8300ea5c80f6a114c3ea8 Fixed MORE code block formatting --- diff --git a/README.md b/README.md index 673072d..d5644c1 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ If you can't use the `.deb`, do the following: cd mkdir version spool -3. Retrieve a partial database of bugs for testing +3. Optional - Retrieve a partial database of bugs for testing - Optional - It is useful to have some bugs in the database for testing our new Debbugs instance. + It's useful to have some bugs in the database for testing our new Debbugs instance. 1. Get a list of rsync targets from Debbugs @@ -66,9 +66,9 @@ If you can't use the `.deb`, do the following: cd spool/db-h; rsync -av rsync://bugs-mirror.debian.org/bts-spool-db/00 .; -4. Retrieve bts-versions directory for testing purposes +4. Optional - Retrieve bts-versions directory for testing purposes - Optional - Required for testing using test database retrieved at 3. + Required for testing using test database retrieved at 3. 1. Pull versions directory @@ -96,21 +96,21 @@ If you can't use the `.deb`, do the following: * $gWebDir * $gDocDir - 70,72c70,72 - < $gConfigDir = "/org/bugs.debian.org/etc"; # directory where this file is - < $gSpoolDir = "/org/bugs.debian.org/spool"; # working directory - < $gIndicesDir = "/org/bugs.debian.org/indices"; # directory where the indices are - --- - > $gConfigDir = "/etc/debbugs"; # directory where this file is - > $gSpoolDir = "/home/opw/spool"; # working directory - > $gIndicesDir = "/home/opw/spool/indices"; # directory where the indices are - - 74,75c74,75 - < $gWebDir = "/org/bugs.debian.org/www"; # base location of web pages - < $gDocDir = "/org/ftp.debian.org/ftp/doc"; # location of text doc files - --- - > $gWebDir = "/home/opw/debbugs/html"; # base location of web pages - > $gDocDir = "/home/opw/debbugs/doc"; # location of text doc files + 70,72c70,72 + < $gConfigDir = "/org/bugs.debian.org/etc"; # directory where this file is + < $gSpoolDir = "/org/bugs.debian.org/spool"; # working directory + < $gIndicesDir = "/org/bugs.debian.org/indices"; # directory where the indices are + --- + > $gConfigDir = "/etc/debbugs"; # directory where this file is + > $gSpoolDir = "/home/opw/spool"; # working directory + > $gIndicesDir = "/home/opw/spool/indices"; # directory where the indices are + + 74,75c74,75 + < $gWebDir = "/org/bugs.debian.org/www"; # base location of web pages + < $gDocDir = "/org/ftp.debian.org/ftp/doc"; # location of text doc files + --- + > $gWebDir = "/home/opw/debbugs/html"; # base location of web pages + > $gDocDir = "/home/opw/debbugs/doc"; # location of text doc files 6. Configure Webserver