Hi, I am expecting to find entries for source RPMs in my repo configuration file. But I can't find them. For example, /etc/yum.repos.d/CentOS-Base.repo contains: [base] name=CentOS-$releasever - Base baseurl=http://mirror.centos.org/altarch/$releasever/os/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
#released updates [updates] name=CentOS-$releasever - Updates baseurl=http://mirror.centos.org/altarch/$releasever/updates/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
#additional packages that may be useful [extras] name=CentOS-$releasever - Extras baseurl=http://mirror.centos.org/altarch/$releasever/extras/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
but no 'source' repo... Any suggestions? best regards,Richard
On 09/16/2016 02:43 PM, Richard Henwood wrote:
Hi,
I am expecting to find entries for source RPMs in my repo configuration file. But I can't find them. For example, /etc/yum.repos.d/CentOS-Base.repo contains:
[base] name=CentOS-$releasever - Base baseurl=http://mirror.centos.org/altarch/$releasever/os/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
#released updates [updates] name=CentOS-$releasever - Updates baseurl=http://mirror.centos.org/altarch/$releasever/updates/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
#additional packages that may be useful [extras] name=CentOS-$releasever - Extras baseurl=http://mirror.centos.org/altarch/$releasever/extras/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
but no 'source' repo... Any suggestions?
For 99% of the packages, they're the same as the x86_64 builds, so http://vault.centos.org/7.2.1511/os/Source/SPackages/ etc.
For the packages I've updated or had to modify, they're at http://vault.centos.org/altarch/7.2.1511/updates/Source/aarch64/Source/SPack...
I'll see about adding the source repo definitions when we start doing the 7.3.x prep. Does that seem reasonable?
________________________________ From: Jim Perrin jperrin@centos.org
<snip> >
but no 'source' repo... Any suggestions?
For 99% of the packages, they're the same as the x86_64 builds, so
http://vault.centos.org/7.2.1511/os/Source/SPackages/ etc.
For the packages I've updated or had to modify, they're at http://vault.centos.org/altarch/7.2.1511/updates/Source/aarch64/Source/SPack...
I'll see about adding the source repo definitions when we start doing the 7.3.x prep. Does that seem reasonable?
This seems eminently reasonable to me - and from a personal point of view, your explaination of where things are now is very helpful!
thanks Jim! richard