new koji already shows system/HW info

f41
David Tardon 8 years ago
parent 7c55e95e8a
commit fc958274d1

@ -960,7 +960,6 @@ git commit -q -a -m 'temporarily disable failing tests'
mv .git .git-rpm
%build
echo build start time is `date`, diskspace: `df -h . | tail -n 1`
echo building localizations: %{langpack_langs}
# path to external tarballs
EXTSRCDIR=`dirname %{SOURCE0}`
@ -1078,8 +1077,6 @@ cp -pr $WORKDIR/CustomTarget/sysui/share/output/girepository-1.0/LOKDocView-%{gi
rm -rf $WORKDIR/CxxObject $WORKDIR/GenCxxObject $WORKDIR/HelpTarget $WORKDIR/LinkTarget/CppunitTest
%endif
echo build end time is `date`, diskspace: `df -h . | tail -n 1`
%install
# TODO investigate use of make distro-pack-install

Loading…
Cancel
Save