This is an automated email from the ASF dual-hosted git repository.
paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new ab96867 skip redundant key rpm import (#36)
ab96867 is described below
commit ab96867a5e1534b020c6b0aba205f384903cb891
Author: NuxRo <[email protected]>
AuthorDate: Wed Apr 3 14:47:22 2019 +0100
skip redundant key rpm import (#36)
skip redundant key rpm import, added key in repo file
---
source/installguide/building_from_source.rst | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/source/installguide/building_from_source.rst
b/source/installguide/building_from_source.rst
index b490ee2..f62d82a 100644
--- a/source/installguide/building_from_source.rst
+++ b/source/installguide/building_from_source.rst
@@ -225,15 +225,12 @@ Add a new yum repo ``/etc/yum.repos.d/mysql.repo``:
[mysql-community]
name=MySQL Community connectors
baseurl=http://repo.mysql.com/yum/mysql-connectors-community/el/$releasever/$basearch/
+ gpgkey=http://repo.mysql.com/RPM-GPG-KEY-mysql
enabled=1
gpgcheck=1
-Import GPG public key from MySQL:
-
.. parsed-literal::
- rpm --import http://repo.mysql.com/RPM-GPG-KEY-mysql
-
Install mysql-connector
.. parsed-literal::