From c5bc787f8ec650dfbb0e9b82dc4e82ccbea73110 Mon Sep 17 00:00:00 2001 From: nicolas Date: Sat, 7 Aug 2021 00:07:26 -0300 Subject: [PATCH 1/4] Fix for custom repository URL --- 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 1566d61531..52e07681d5 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 /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 - /cloudstack/repo/binary/KEY.gpg | sudo apt-key add - + +.. note:: + In the previous lines the variable must be replaced with the URL 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. From a6029891265931ba58e0f3329f530ba94c626030 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 9 Aug 2021 14:33:13 +0530 Subject: [PATCH 2/4] Update source/installguide/building_from_source.rst Co-authored-by: dahn --- source/installguide/building_from_source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installguide/building_from_source.rst b/source/installguide/building_from_source.rst index 52e07681d5..c66a4c9f95 100644 --- a/source/installguide/building_from_source.rst +++ b/source/installguide/building_from_source.rst @@ -383,7 +383,7 @@ line: .. parsed-literal:: - deb /cloudstack/repo/binary ./ + deb http:///cloudstack/repo/binary ./ If you signed your Release file with GnuPG, import the signing key on your target system first. From b1015cf6c9056ea41568fba7592fa71f5d3ee8f3 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 9 Aug 2021 14:33:18 +0530 Subject: [PATCH 3/4] Update source/installguide/building_from_source.rst Co-authored-by: dahn --- source/installguide/building_from_source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installguide/building_from_source.rst b/source/installguide/building_from_source.rst index c66a4c9f95..2cdfff6eb4 100644 --- a/source/installguide/building_from_source.rst +++ b/source/installguide/building_from_source.rst @@ -393,7 +393,7 @@ on your target system first. $ wget -q -O - /cloudstack/repo/binary/KEY.gpg | sudo apt-key add - .. note:: - In the previous lines the variable must be replaced with the URL of the repository + In the previous lines the variable 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. From 6e2463407cdcfa95da7c1a52c50059bbfec35f4b Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 9 Aug 2021 14:33:23 +0530 Subject: [PATCH 4/4] Update source/installguide/building_from_source.rst Co-authored-by: dahn --- source/installguide/building_from_source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installguide/building_from_source.rst b/source/installguide/building_from_source.rst index 2cdfff6eb4..99c105c62c 100644 --- a/source/installguide/building_from_source.rst +++ b/source/installguide/building_from_source.rst @@ -390,7 +390,7 @@ on your target system first. .. parsed-literal:: - $ wget -q -O - /cloudstack/repo/binary/KEY.gpg | sudo apt-key add - + $ wget -q -O - http:///cloudstack/repo/binary/KEY.gpg | sudo apt-key add - .. note:: In the previous lines the variable must be replaced with the address of the repository