You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/08/07 03:10:14 UTC

[GitHub] [cloudstack-documentation] nvazquez opened a new pull request #235: Fix for custom repository URL

nvazquez opened a new pull request #235:
URL: https://github.com/apache/cloudstack-documentation/pull/235


   Fixes: https://github.com/apache/cloudstack/issues/5188
   
   Explicitly add a variable URL to indicate the lines refer to a custom repository


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] DaanHoogland commented on a change in pull request #235: Fix for custom repository URL

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on a change in pull request #235:
URL: https://github.com/apache/cloudstack-documentation/pull/235#discussion_r684819850



##########
File path: 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 ./

Review comment:
       ```suggestion
      deb http://<server.url>/cloudstack/repo/binary ./
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #235: Fix for custom repository URL

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #235:
URL: https://github.com/apache/cloudstack-documentation/pull/235#issuecomment-894596608


   @nvazquez a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #235: Fix for custom repository URL

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #235:
URL: https://github.com/apache/cloudstack-documentation/pull/235#issuecomment-894596697


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/235. (SL-JID 127)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] nvazquez commented on pull request #235: Fix for custom repository URL

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #235:
URL: https://github.com/apache/cloudstack-documentation/pull/235#issuecomment-894596551


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] rhtyd merged pull request #235: Fix for custom repository URL

Posted by GitBox <gi...@apache.org>.
rhtyd merged pull request #235:
URL: https://github.com/apache/cloudstack-documentation/pull/235


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] DaanHoogland commented on a change in pull request #235: Fix for custom repository URL

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on a change in pull request #235:
URL: https://github.com/apache/cloudstack-documentation/pull/235#discussion_r684819891



##########
File path: 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 -

Review comment:
       ```suggestion
      $ wget -q -O - http://<server.url>/cloudstack/repo/binary/KEY.gpg | sudo apt-key add -
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-documentation] DaanHoogland commented on a change in pull request #235: Fix for custom repository URL

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on a change in pull request #235:
URL: https://github.com/apache/cloudstack-documentation/pull/235#discussion_r684820007



##########
File path: 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 <http://server.url> must be replaced with the URL of the repository

Review comment:
       ```suggestion
      In the previous lines the variable <server.url> must be replaced with the address of the repository
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org