Merge "Add sles for os profiling"

This commit is contained in:
Jenkins 2013-10-16 09:49:21 +00:00 committed by Gerrit Code Review
commit cfdef07334
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
>Installation Guide for
openSUSE</a><br/>
Note: build locally with "mvn
generate-sources -Doperating.system=zypper -Dprofile.os=opensuse".
generate-sources -Doperating.system=zypper -Dprofile.os='opensuse;sles'".
</dd>
</dl>
<h4 class="special">Configure and run an OpenStack cloud</h4>

View File

@ -457,7 +457,7 @@ def build_book(book):
base_book = "install-guide (for openSUSE)"
output = subprocess.check_output(
["mvn", "generate-sources", "-B",
"-Doperating.system=zypper", "-Dprofile.os=opensuse"],
"-Doperating.system=zypper", "-Dprofile.os=opensuse;sles"],
stderr=subprocess.STDOUT
)
# Build Ubuntu