Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/mos-panel-desktop/commit/2657fb2f330f424c36432c72e27dfe06b1e3b7da?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

master
Artem Proskurnev 3 years ago
parent 90bc116988
commit 2657fb2f33
  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