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 <[email protected]>
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 <[email protected]>
* Update source/installguide/building_from_source.rst
Co-authored-by: dahn <[email protected]>
* Update source/installguide/building_from_source.rst
Co-authored-by: dahn <[email protected]>
Co-authored-by: Rohit Yadav <[email protected]>
Co-authored-by: dahn <[email protected]>
---
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.