Currently, the previous method that we used to handle RPMs into the core will not scale to the outside world (mainly due to the horrible aspects of putting binaries in Git).
...
build/ yum_data/ README.md myrepos/ # also up here SIMP4.2_Centos6.6_x86_64/ myrepos/ # optional, not checked in, but if it exists repos will be used repos/ packages/ # The download location for stuff in packages.yaml packages.yaml --- 'exact-package-name-for-this-exact-release-1.0.1-1': source: 'http://the.last.place/yum-downloader/sourced-me.from' # Setting source to something without a URI will just ensure that the file is in place # and will be used as the basis for the documentation. This is to account for things like the Red Hat private repos