You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2014/06/28 21:16:57 UTC

git commit: fix apt repository setup

Repository: cloudstack-docs-install
Updated Branches:
  refs/heads/master 6a0d42cab -> 909731ccb


fix apt repository setup

Closes #17

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


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

Branch: refs/heads/master
Commit: 909731ccb26c9cdf21434c3eb209dd494d5f12c9
Parents: 6a0d42c
Author: Carlos Reategui <cr...@gmail.com>
Authored: Fri Jun 27 20:32:41 2014 -0700
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Sat Jun 28 21:16:35 2014 +0200

----------------------------------------------------------------------
 source/building_from_source.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/909731cc/source/building_from_source.rst
----------------------------------------------------------------------
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index 29a379f..56f03e4 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -273,7 +273,7 @@ line:
 
 .. sourcecode:: bash
 
-   deb http://server.url/cloudstack/repo binary ./
+   deb http://server.url/cloudstack/repo/binary ./
 
 Now that you have the repository info in place, you'll want to run
 another update so that APT knows where to find the CloudStack packages.