CLOUDSTACK-8163: added fedora 20 to the help text of the package script Signed-off-by: Laszlo Hornyak <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7340748b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7340748b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7340748b Branch: refs/heads/master Commit: 7340748b5c21a60ad0bff339092a92bd7dc791c0 Parents: b66bf97 Author: Laszlo Hornyak <[email protected]> Authored: Sun Jan 18 18:16:29 2015 +0100 Committer: Laszlo Hornyak <[email protected]> Committed: Sat Feb 21 18:41:52 2015 +0100 ---------------------------------------------------------------------- packaging/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7340748b/packaging/package.sh ---------------------------------------------------------------------- diff --git a/packaging/package.sh b/packaging/package.sh index 61d70c2..3abbaf2 100755 --- a/packaging/package.sh +++ b/packaging/package.sh @@ -23,7 +23,7 @@ function usage() { echo "The commonly used Arguments are:" echo "-p|--pack oss|OSS To package with only redistributable libraries (default)" echo "-p|--pack noredist|NOREDIST To package with non-redistributable libraries" - echo "-d centos7|centos63 To build a package for a distribution" + echo "-d centos7|centos63|fedora20 To build a package for a distribution" echo "-s simulator|SIMULATOR To build for Simulator" echo "" echo "Examples: ./package.sh -p|--pack oss|OSS"
