Thanks for the input. The spec has been posted.... https://review.openstack.org/#/c/618587/1/specs/2019.03/approved/mirror_2003... Scott On 18-11-16 12:06 PM, Dean Troyer wrote:
On Fri, Nov 16, 2018 at 9:47 AM Scott Little <scott.little@windriver.com> wrote:
The spec should be posted soon. Until then... Proposed directory structure:> http://mirror.starlingx.cengn.ca/mirror/starlingx/<path>
<path> = <distro>/<release>/<build-date>/outputs/<output-artifact-type> <distro>/<release>/<build-date>/inputs/<input-artifact-type> My instinct is to do <release>/<distro> because I tend to think in sorting by time more than type...but /me shrugs...
<distro> = 'centos' 'ubuntu' 'clear_linux' The value for Clear Linux should match however the clear community self-identifies... Victor?
/me does research
In DevStack we are using 'clearlinux' while Clear's os-release file uses 'clear-linux-os'. I don't recall why those are different.
<release> = 'master' <release-branch>
<release-branch> = 2018.10 # dropping the 'r/' prefix This maybe should be <release-tag> instead, the tags do not have prefixes, but do have a 'z' component: the actual release is 2018.10.0 and 2018.10.1 would be the next bug-fix release of r/2018.10 if we were to do one, that might be a useful distinction in the future.
dt