This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new 0e8fbdb install: Fix URL error from installation instructions (#2564)
0e8fbdb is described below
commit 0e8fbdb35f366e73766b8970b0f08a2bea761ad0
Author: Jorge Maldonado Ventura <[email protected]>
AuthorDate: Thu Apr 12 10:21:00 2018 +0200
install: Fix URL error from installation instructions (#2564)
---
INSTALL.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/INSTALL.md b/INSTALL.md
index 626df91..8a87c8a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -59,7 +59,7 @@ Following these steps, jenv and pyenv will use .java-version
and .python-version
You may get the source code from the repository hosted on Apache:
- $ git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
+ $ git clone https://gitbox.apache.org/repos/asf/cloudstack.git
Or, you may fork the repository from the official Apache CloudStack mirror on
[Github](https://github.com/apache/cloudstack)
@@ -97,13 +97,13 @@ field should be left blank which is defaulted to the ROOT
domain.
## Building with non-redistributable plugins
-CloudStack supports several plugins that depend on libraries with distribution
restrictions.
-Because of this they are not included in the default build. Enable these
additional plugins
+CloudStack supports several plugins that depend on libraries with distribution
restrictions.
+Because of this they are not included in the default build. Enable these
additional plugins
activate their respective profiles. For convenience adding -Dnoredist will
enable all plugins
-that depend on libraries with distribution restrictions. The build procedure
expects that the
-required libraries are present in the maven repository.
+that depend on libraries with distribution restrictions. The build procedure
expects that the
+required libraries are present in the maven repository.
-The following procedure can be used to add the libraries to the local maven
repository. Details
+The following procedure can be used to add the libraries to the local maven
repository. Details
on obtaining the required libraries can be found in this file. Note that this
will vary between
releases of CloudStack
--
To stop receiving notification emails like this one, please contact
[email protected].