-
Task
-
Resolution: Done
-
Major
-
devstudio 10.3
-
None
-
Documentation (Ref Guide, User Guide, etc.)
The devstudio 10.2 installation guide will need to remove unneeded repo configuration parameters, enable gpg check and also add step describing how to add signing key.
So, please in chapter "6. Installing JBoss Developer Studio Using RPM":
- Remove these parameters form rh-eclipse46-devstudio-stable-10_x.repo:
sslverify=0
includepkgs=rh-eclipse*
skip_if_unavailable=1 - Change gpgcheck=0 to gpgcheck=1
- And add this step before "yum install":
Install product signing (GPG) key
rpm --import "http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x08B871E6A5787476"
- documents
-
JBDS-4211 Change yum repository configuration
- Closed