Add debian to build commands for Install Guide

Change-Id: I13d2eccb0e9c5b85a7d63f04afa0033891e6afd7
This commit is contained in:
Andreas Jaeger 2013-10-10 19:45:19 +02:00
parent ec2b31554b
commit cb4ee7bc16
1 changed files with 2 additions and 2 deletions

View File

@ -450,7 +450,7 @@ def build_book(book):
output = subprocess.check_output(
["mvn", "generate-sources", "-B",
"-Doperating.system=yum",
"-Dprofile.os='centos;fedora;rhel'"],
"-Dprofile.os=centos;fedora;rhel"],
stderr=subprocess.STDOUT
)
# Build openSUSE
@ -464,7 +464,7 @@ def build_book(book):
base_book = "install-guide (for Ubuntu)"
output = subprocess.check_output(
["mvn", "generate-sources", "-B",
"-Doperating.system=apt", "-Dprofile.os=ubuntu"],
"-Doperating.system=apt", "-Dprofile.os=ubuntu;debian"],
stderr=subprocess.STDOUT
)
# Success