It sounds like you're referring to aggregated yum repositories in the style that RedHat typically uses, where the yum repositories for a particular version/os/architecture are in a hierarchy:
http://somerepo.centos.org/5.10/os/x86_64/
http://somerepo.centos.org/5.10/os/x86_32/
These would then be referenced in a yum configuration file using variables:
http://somerepo.centos.org/centos/$releasever/os/$basearch/
Unfortunately these are collections of yum repositories, they aren't yum repositories in and of themselves. So you can't set something like this up in Nexus, since Nexus does not support hierarchical repository structures in yum.
One way I can think of doing this in Nexus as it stands today would be to make separate repositories for each arch/os-version, and encode the variables in the repository ID's:
http://localhost:8081/nexus/content/repositories/somerepo-5.10-x86_64
And in yum configuration use:
http://localhost:8081/nexus/content/repositories/somerepo-$releasever-$basearch
Regards,
Rich
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/CADAtCpAyVOoBkZ23XJ7ayWH7sUc0pUCudqGnEq8mez9h7Kfn-w%40mail.gmail.com.
For more options, visit https://groups.google.com/a/glists.sonatype.com/d/optout.