Displaying 5 results from an estimated 5 matches for "packagecloud".
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
...o. But when I try to install a package from that
(passenger) repository manually, yum wants my confirmation:
# curl --fail -sSLo /etc/yum.repos.d/passenger.repo
https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo
# grep gpgkey /etc/yum.repos.d/passenger.repo
gpgkey=https://packagecloud.io/gpg.key
gpgkey=https://packagecloud.io/gpg.key
# rpm --import 'https://packagecloud.io/gpg.key'
# yum install passenger
Loaded plugins: fastestmirror
passenger/7/x86_64/signature
| 836 B 00:00:00
Retrieving key from https://packagecloud.io/gpg.key
Importing GPG key 0xD59097AB...
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
Hi,
Sorry for asking it again. I just thought I asked the question the
wrong way. Too much unnecessary details. And therefore, got no
replies.
I'm configuring a server from, say, a script (automatically). I need
it to be done without user saying, "Yes, it's okay to import the key."
I was told to run the following command:
yum makecache -y --disablerepo=*
2017 Mar 12
0
How do I confirm importing repo key without user intervention?
...ckage from that
> (passenger) repository manually, yum wants my confirmation:
>
> # curl --fail -sSLo /etc/yum.repos.d/passenger.repo
> https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo
>
> # grep gpgkey /etc/yum.repos.d/passenger.repo
> gpgkey=https://packagecloud.io/gpg.key
> gpgkey=https://packagecloud.io/gpg.key
>
>
> # rpm --import 'https://packagecloud.io/gpg.key'
>
> # yum install passenger
> Loaded plugins: fastestmirror
> passenger/7/x86_64/signature
> | 836 B 00:00:00
> Retrieving key from https://packa...
2017 Mar 05
1
How to automatically confirm importing repo key?
...passenger.com/yum/definitions/el-passenger.repo
name: passenger
description: Passenger repository
baseurl:
https://oss-binaries.phusionpassenger.com/yum/passenger/el/$releasever/$basearch
repo_gpgcheck: 1
gpgcheck: 0
enabled: 1
gpgkey: https://packagecloud.io/gpg.key
sslverify: 1
sslcacert: /etc/pki/tls/certs/ca-bundle.crt
# http://docs.ansible.com/ansible/command_module.html
- name: (1) Add repository key (shell command)
command: rpm --import https://packagecloud.io/gpg.key
# # http://docs.ansible.com/ansible/rpm_...
2017 Jul 12
1
Distribution of Commercial RPM
Apologies if this is the wrong place to ask this.
Is there a location to upload paid for RPM for distrubution, ie a store
for CentOS?
Is there a discription of how to create your own RPM repository for
distrubution?
What about updates of these RPM?