Don't bother trying to build the unit tests for now
This commit is contained in:
parent
488b3f2f01
commit
f936b2f162
@ -5,10 +5,10 @@
|
||||
|
||||
builddir="abi-rebuild"
|
||||
|
||||
#if [ -e "$builddir" ]; then
|
||||
# echo "Path '$builddir' exists. Move out of the way first"
|
||||
# exit 1
|
||||
#fi
|
||||
if [ -e "$builddir" ]; then
|
||||
echo "Path '$builddir' exists. Move out of the way first"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p $builddir
|
||||
pushd $builddir
|
||||
@ -39,10 +39,10 @@ echo $driverlist $extradrivers | xargs -n1 $pkg co $branch
|
||||
for i in xorg-x11-drv-*/ ; do
|
||||
[ -e $i/dead.package ] && continue
|
||||
pushd $i
|
||||
rpmdev-bumpspec -c "- ABI rebuild" *.spec
|
||||
#$pkg commit -c -p && $pkg build --nowait
|
||||
rpmdev-bumpspec -c "- 1.15RC1 ABI rebuild" *.spec
|
||||
$pkg commit -c -p && $pkg build --nowait
|
||||
#$pkg mockbuild
|
||||
$pkg srpm
|
||||
#$pkg srpm
|
||||
#mockchain -r fedora-20-x86_64 -l $OLDPWD
|
||||
#mockchain -r rhel-7.0-candidate-x86_64 -l $OLDPWD
|
||||
popd
|
||||
|
@ -458,6 +458,7 @@ autoreconf -f -v --install || exit 1
|
||||
--disable-linux-acpi --disable-linux-apm \
|
||||
--enable-xselinux --enable-record \
|
||||
--enable-config-udev \
|
||||
--disable-unit-tests \
|
||||
%{?wayland} \
|
||||
%{dri_flags} %{?bodhi_flags} \
|
||||
${CONFIGURE}
|
||||
@ -646,6 +647,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{xserver_source_dir}
|
||||
|
||||
%changelog
|
||||
* Thu Nov 07 2013 Adam Jackson <ajax@redhat.com
|
||||
- Don't bother trying to build the unit tests for now
|
||||
|
||||
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> 1.14.99.901-1
|
||||
- 1.15RC1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user