Update with suggestions from 60434 42/60542/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 18 Jul 2017 16:27:51 +0000 (12:27 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 18 Jul 2017 16:28:25 +0000 (12:28 -0400)
Suggestions from I224153876e0749eb7a917244edbd5189495f5999

Change-Id: Ic86ca868b761166eaf8acbb1d9c47eb769e4e24a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.coafile
docs/jenkins.rst
packer/README.markdown

index 7d7ad6867ccf25b1ebdfd312a822ca0d81513e77..c295a7cbb3628c9aa1f5f3c9a85d16d5ff3876d7 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -3,9 +3,9 @@ ignore = .**
 
 [all.Documentation]
 bears = WriteGoodLintBear
-files = **/*.markdown,
-    **/*.md,
-    **/*.rst
+files = **.markdown,
+    **.md,
+    **.rst
 allow_so_beginning = False
 allow_there_is = False
 allow_cliche_phrases = False
@@ -20,14 +20,14 @@ ignore_length_regex = Signed-off-by,
 
 [all.JSON]
 bears = JSONFormatBear
-files = **/*.json
-ignore = .*/**
+files = **.json
+ignore = .**
 indent_size = 2
 
 [all.ShellCheck]
 bears = ShellCheckBear,
     SpaceConsistencyBear
-files = **/*.sh
+files = **.sh
 ignore = .git/**,
     .tox/**,
     jenkins-scripts/*-local-env.sh,
index f690d305e868094666e5885c3626acb998bfcba6..276288d11fe84f136a8eaa4d9c9f0c3e4f4db9b1 100644 (file)
@@ -383,7 +383,8 @@ installs, we recommend using `Python Virtual Environments <python-virtualenv_>`_
 to manage JJB and its
 Python dependencies. The `python-virtualenvwrapper`_ tool can help you do so.
 
-Documentation is available for installing `python-virtualenvwrapper`_. On Linux systems with pip (typical), they amount to:
+Documentation is available for installing `python-virtualenvwrapper`_. On Linux
+systems with pip (typical), they amount to:
 
 .. code-block:: bash
 
index 499e0bcce04a586cd7cc06192236a2f8ab408ca4..95ed62f07c610197cc17b45674b391cc13f76924 100644 (file)
@@ -19,8 +19,7 @@ packer build -var-file=vars/cloud-env.json -var-file=vars/centos.json templates/
 ```
 
 **NOTE:** vars/cloud-env.json is a gitignored file as it contains private
-information. A vars/cloud-env.json.example file that may be used as a
-base for creating the one needed.
+information. A vars/cloud-env.json.example file is provided as an example.
 
 This would build bootable image in two different OpenStack clouds. In specific,
 Rackspace's Public cloud and a private OpenStack cloud.