(ran this command:

  git request-pull -p origin/master https://github.com/lsimons/cloudstack

which results in this:)

The following changes since commit 1d01ee3a60259b2113d14c2890306d7f2e56fbff:

  CLOUDSTACK-7615: Update log msg to print error msg rather than exception 
(2014-09-29 17:15:42 +0530)

are available in the git repository at:

  https://github.com/lsimons/cloudstack 

for you to fetch changes up to a93f8ae19ff2448af5e5e51c2db8c425ce677ec8:

  Note downloading of source releases exists. (2014-09-29 16:24:42 +0200)

----------------------------------------------------------------
Leo Simons (1):
      Note downloading of source releases exists.

 INSTALL.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/INSTALL.md b/INSTALL.md
index 9924ba9..3c2a338 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -40,12 +40,21 @@ Start the MySQL service:
 
 ## Getting the Source Code
 
-You may get the source code from the repository hosted on Apache:
+Links to source code for official cloudstack releases can be retrieved from 
the cloudstack website at:
+
+    http://cloudstack.apache.org/downloads.html
+
+Alternatively, you may get the source code from the repository hosted on 
Apache:
 
     $ git clone https://git-wip-us.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)
 
+To checkout the source code corresponding to a specific release, for example 
4.4.1, do:
+
+    $ git fetch origin
+    $ git checkout 4.4.1
+
 To checkout a specific branch, for example 4.4, do:
 
     $ git fetch origin

Reply via email to