You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/25 10:17:54 UTC

git commit: updated refs/heads/4.4 to 611f247

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 af3b1f529 -> 611f2475c


Fix centos63 rpm packaging

This closes #129

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.4
Commit: 611f2475c734fe3088f0e5fc3ce0f8618b274d99
Parents: af3b1f529
Author: Star Guo <gh...@gmail.com>
Authored: Wed Mar 25 09:19:58 2015 +0800
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Mar 25 14:47:34 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/611f2475/packaging/package.sh
----------------------------------------------------------------------
diff --git a/packaging/package.sh b/packaging/package.sh
old mode 100644
new mode 100755
index 5e7304a..642dbca
--- 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|fedora21  To build a package for a distribution"
+    echo "-d centos7|centos63  To build a package for a distribution"
     echo "-s simulator|SIMULATOR        To build for Simulator"
     echo ""
     echo "Examples: ./package.sh -p|--pack oss|OSS"