[Pulp-list] feed for redhat software collections (RHSCL)

Kodiak Firesmith kfiresmith at gmail.com
Tue Jan 31 20:16:40 UTC 2017


Hi Elizabeth!

You'll want to extract the feed URL from an entitlement certificate with
'rct cat-cert'.

Here's a one-liner from my history:

# rct cat-cert /path/to/entitlement/cert.pem  | egrep
'Name:|Label:|URL:'  | grep -v "Brand"  | sed 's;URL:
/;https://cdn.redhat.com/;g' | sed
's;/6/$releasever/$basearch;/6/6Server/x86_64;g' | sed
's;/7/$releasever/$basearch;/7/7Server/x86_64;g' | sed
's;$basearch;x86_64;g' | sed 's;/5/$releasever;/5/5Server;g' >
/tmp/list-of-channels.txt


The SCL I believe doesn't pin repo urls to versions of SCL, but rather
has a single repo per OS major release like so:

$grep rhscl /tmp/list-of-channels.txt  | grep Server
        https://cdn.redhat.com/content/beta/rhel/server/6/6Server/x86_64/rhscl/1/iso
        https://cdn.redhat.com/content/beta/rhel/server/6/6Server/x86_64/rhscl/1/source/iso
        https://cdn.redhat.com/content/dist/rhel/server/6/6Server/x86_64/rhscl/1/iso
        https://cdn.redhat.com/content/dist/rhel/server/6/6Server/x86_64/rhscl/1/source/iso
        https://cdn.redhat.com/content/dist/rhel/workstation/6/6Server/x86_64/rhscl/1/iso
        https://cdn.redhat.com/content/dist/rhel/workstation/6/6Server/x86_64/rhscl/1/source/iso
        https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/iso
        https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/source/iso
        https://cdn.redhat.com/content/dist/rhel/workstation/7/7Server/x86_64/rhscl/1/iso
        https://cdn.redhat.com/content/dist/rhel/workstation/7/7Server/x86_64/rhscl/1/source/iso
        https://cdn.redhat.com/content/beta/rhel/server/6/6Server/x86_64/rhscl/1/debug
        https://cdn.redhat.com/content/beta/rhel/server/6/6Server/x86_64/rhscl/1/os
        https://cdn.redhat.com/content/beta/rhel/server/6/6Server/x86_64/rhscl/1/source/SRPMS
        https://cdn.redhat.com/content/dist/rhel/server/6/6Server/x86_64/rhscl/1/debug
        https://cdn.redhat.com/content/eus/rhel/server/6/6Server/x86_64/rhscl/1/debug
        https://cdn.redhat.com/content/eus/rhel/server/6/6Server/x86_64/rhscl/1/os
        https://cdn.redhat.com/content/eus/rhel/server/6/6Server/x86_64/rhscl/1/source/SRPMS
        https://cdn.redhat.com/content/dist/rhel/server/6/6Server/x86_64/rhscl/1/os
        https://cdn.redhat.com/content/dist/rhel/server/6/6Server/x86_64/rhscl/1/source/SRPMS
        https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/containers
        https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/debug
        https://cdn.redhat.com/content/eus/rhel/server/7/7Server/x86_64/rhscl/1/debug
        https://cdn.redhat.com/content/eus/rhel/server/7/7Server/x86_64/rhscl/1/os
        https://cdn.redhat.com/content/eus/rhel/server/7/7Server/x86_64/rhscl/1/source/SRPMS
        https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os
        https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/source/SRPMS
        https://cdn.redhat.com/content/dist/rhel/workstation/6/6Server/x86_64/rhscl/1/debug
        https://cdn.redhat.com/content/dist/rhel/workstation/6/6Server/x86_64/rhscl/1/os
        https://cdn.redhat.com/content/dist/rhel/workstation/6/6Server/x86_64/rhscl/1/source/SRPMS
        https://cdn.redhat.com/content/dist/rhel/workstation/7/7Server/x86_64/rhscl/1/debug
        https://cdn.redhat.com/content/dist/rhel/workstation/7/7Server/x86_64/rhscl/1/os
        https://cdn.redhat.com/content/dist/rhel/workstation/7/7Server/x86_64/rhscl/1/source/SRPMS


Hope this helps!


 - Kodiak


On Tue, Jan 31, 2017 at 2:37 PM, Elizabeth Jones <oogiejonz at yahoo.com>
wrote:

> Does anyone know what the url is for redhat software collections (RHSCL)
> v2.3?  I can enable the repo for it in my pulp server but no idea on the
> url.
>
> thanks!
>
> _______________________________________________
> Pulp-list mailing list
> Pulp-list at redhat.com
> https://www.redhat.com/mailman/listinfo/pulp-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pulp-list/attachments/20170131/a026813f/attachment.htm>


More information about the Pulp-list mailing list