LoginSignup
0
0

More than 5 years have passed since last update.

INSTALLファイルの通りにやっても動作しないぜ

Posted at

https://github.com/os-autoinst/os-autoinst/blob/master/INSTALL.asciidoc を見て、作業した。1年ぐらい前はサクッと動いた記憶があるが、環境がもうない。openSUSEプロダクトなのでopenSUSEだと動くのかなーとVMに入れてみたが、やっぱりダメであった。

sudo zypper in openQA

まず、openQAのリポジトリの登録しておかないとインストール出来ないでしょ。

git clone YOUR-WRITEABLE-COPY-OF/os-autoinst.git
cd os-autoinst

git も zypper in git しとかないとダメでしょ

autoreconf -f -i
./configure
make

makeも zypper in make しとかないとダメでしょ

create a minimal "vars.json" config file

cat <<EOF >vars.json
{
    "DISTRI":  "sle",
    "CASEDIR": "/space/SVN/os-autoinst-distri-opensuse/",
    "BACKEND": "s390x"
}
EOF

この設定例はどうなんだろう?distriもcasedirもbackendも不適切な気がするんだけど…。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0