xcat2 / xcat.org

Repository for managing the xcat.org website
2 stars 8 forks source link

Use lowercase file names `xcat-core.repo` and `xcat-dep.repo` in the download page. #85

Closed neo954 closed 6 years ago

neo954 commented 6 years ago

xCAT-core.repo -> xcat-core.repo xCAT-dep.repo -> xcat-dep.repo

whowutwut commented 6 years ago

@neo954 I think we need some changes in the https://github.com/xcat2/xcat.org/blob/master/promote_build.py when it moves the repo files around.. still referencing xCAT-core.repo

[vhu@c910loginx01 xcat.org]$ git grep xCAT-dep.repo
download.html:                <li> Linux Online Repository: <a href="https://xcat.org/files/xcat/repos/yum/xcat-dep">xcat-dep online repo</a>.  From the online repo, select the
[vhu@c910loginx01 xcat.org]$ git grep xCAT-core.repo
download.html:                    <li>Linux Online Repository: <a href="https://xcat.org/files/xcat/repos/yum/2.13/xcat-core/xCAT-core.repo">xCAT-core.repo</a></li>
download.html:                        <a href="https://xcat.org/files/xcat/repos/yum/latest/xcat-core/xCAT-core.repo">xCAT-core.repo</a>
download.html:                    <li>Linux Online Repository: <a href="https://xcat.org/files/xcat/repos/yum/2.13/core-snap/xCAT-core.repo">xCAT-core.repo</a></li>
download.html:                    <li>Linux Online Repository: <a href="https://xcat.org/files/xcat/repos/yum/devel/core-snap/xCAT-core.repo">xCAT-core.repo</a></li>
promote_build.py:            repo_file = "%s/xCAT-core.repo" %(repo_target_dir)
promote_build.py:                    repo_file = "%s/xcat-core/xCAT-core.repo" %(repo_target_dir)
whowutwut commented 6 years ago

May also need to use this PR to address #88

neo954 commented 6 years ago

Hello @vhu,

You are right, we need to update these places after 2.14 GA. This pull request is updated.

hu-weihua commented 6 years ago

It is ok for me, let us merge it to update xcat.org early. thanks @neo954