Add sles for os profiling

Change-Id: I77c412d3171e42594d74c03188526ca403e75916
This commit is contained in:
Andreas Jaeger 2013-10-16 10:53:55 +02:00
parent 24e3d0b1f5
commit 3a4f9f9f55
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
>Installation Guide for >Installation Guide for
openSUSE</a><br/> openSUSE</a><br/>
Note: build locally with "mvn Note: build locally with "mvn
generate-sources -Doperating.system=zypper -Dprofile.os=opensuse". generate-sources -Doperating.system=zypper -Dprofile.os='opensuse;sles'".
</dd> </dd>
</dl> </dl>
<h4 class="special">Configure and run an OpenStack cloud</h4> <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)" base_book = "install-guide (for openSUSE)"
output = subprocess.check_output( output = subprocess.check_output(
["mvn", "generate-sources", "-B", ["mvn", "generate-sources", "-B",
"-Doperating.system=zypper", "-Dprofile.os=opensuse"], "-Doperating.system=zypper", "-Dprofile.os=opensuse;sles"],
stderr=subprocess.STDOUT stderr=subprocess.STDOUT
) )
# Build Ubuntu # Build Ubuntu