Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added concrete action items

...

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

Action items

  •  ensure we have the necessary fields
  •  decide whether to use yaml or csv
  •  decide what repo to use (suggestion:  a folder in https://github.com/simp/releng-misc wit the csvs as well as the ruby)
  •  make it happen!
  •