Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/KOMETA/kometa-docdir/commit/59142bdd580f8576c5e3df19eb7cb019489b86c6 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Исправление копирования spec

master
Artem Proskurnev 3 years ago
parent 365ab7bbf6
commit 59142bdd58
  1. 2
      build.sh

@ -10,8 +10,8 @@ do
cp -fr $n $d
tar -cvf $d.tar $d
mv -f $d.tar ~/RPM/SOURCES/
cp -f $i ~/RPM/SPECS/
rm -rf $d
fi
cp -f $i ~/RPM/SPECS/
rpm -ba ~/RPM/SPECS/$i
done

Loading…
Cancel
Save