You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2015/03/04 11:06:02 UTC

[18/50] [abbrv] git commit: updated refs/heads/reporter to 178a938

Add distribution fedora21 in packaging/package.sh


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b6d9163a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b6d9163a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b6d9163a

Branch: refs/heads/reporter
Commit: b6d9163ae2c1eb255bb4012b1a676193a0a227b5
Parents: d8e1bf1
Author: ghxandsky <gh...@gmail.com>
Authored: Thu Feb 26 22:54:04 2015 +0800
Committer: ghxandsky <gh...@gmail.com>
Committed: Thu Feb 26 22:54:04 2015 +0800

----------------------------------------------------------------------
 packaging/package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b6d9163a/packaging/package.sh
----------------------------------------------------------------------
diff --git a/packaging/package.sh b/packaging/package.sh
index 3abbaf2..5e7304a 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|fedora20  To build a package for a distribution"
+    echo "-d centos7|centos63|fedora20|fedora21  To build a package for a distribution"
     echo "-s simulator|SIMULATOR        To build for Simulator"
     echo ""
     echo "Examples: ./package.sh -p|--pack oss|OSS"