http://frym.jp/?p=999で書いた、HPサーバのアプリのレポジトリ。
CentOSの6.5でコマンドを実行するとエラーになる。
# sh add_repo.sh mcp note : You must read and accept the License Agreement to continue. Press enter to display it ... END USER LICENSE AGREEMENT Do you accept? (yes/no) yes warn : Unable to find relevant deliverables at URL : warn : http://downloads.linux.hp.com/SDR/repo/mcp/CentOS/6.5/x86_64/current note : No repository configurations added.
リポジトリツリーに6.5のディレクトリがないのでエラーになっているので、-rオプションでCentOSのバージョンを指定するとエラーはなくなる。(けどちゃんと使えるかはわからないので自己責任で!)
6.Xはすべて6のディレクトリ以下のエイリアスになっている。
# sh add_repo.sh -r ‘6.4’ mcp
# sh add_repo.sh -r ‘6’ mcp