You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2021/08/09 09:04:29 UTC

[cloudstack-documentation] branch 4.15 updated: Fix for custom repository URL (#235)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.15
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.15 by this push:
     new 8966e71  Fix for custom repository URL (#235)
8966e71 is described below

commit 8966e717499ba4e6632449422490a7a439766306
Author: Nicolas Vazquez <ni...@gmail.com>
AuthorDate: Mon Aug 9 06:04:21 2021 -0300

    Fix for custom repository URL (#235)
    
    * Fix for custom repository URL
    
    * Update source/installguide/building_from_source.rst
    
    Co-authored-by: dahn <da...@gmail.com>
    
    * Update source/installguide/building_from_source.rst
    
    Co-authored-by: dahn <da...@gmail.com>
    
    * Update source/installguide/building_from_source.rst
    
    Co-authored-by: dahn <da...@gmail.com>
    
    Co-authored-by: Rohit Yadav <ro...@gmail.com>
    Co-authored-by: dahn <da...@gmail.com>
---
 source/installguide/building_from_source.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/source/installguide/building_from_source.rst b/source/installguide/building_from_source.rst
index 1566d61..99c105c 100644
--- a/source/installguide/building_from_source.rst
+++ b/source/installguide/building_from_source.rst
@@ -383,14 +383,17 @@ line:
 
 .. parsed-literal::
 
-   deb http://server.url/cloudstack/repo/binary ./
+   deb http://<server.url>/cloudstack/repo/binary ./
 
 If you signed your Release file with GnuPG, import the signing key
 on your target system first.
 
 .. parsed-literal::
 
-   $ wget -q -O - http://server.url/cloudstack/repo/binary/KEY.gpg | sudo apt-key add -
+   $ wget -q -O - http://<server.url>/cloudstack/repo/binary/KEY.gpg | sudo apt-key add -
+
+.. note::
+   In the previous lines the variable <server.url> must be replaced with the address of the repository
 
 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.