abi-rebuild script updates
This commit is contained in:
parent
3a2d311482
commit
15eb6d494f
@ -3,13 +3,14 @@
|
|||||||
# Trivial script to rebuild drivers for ABI changes in the server
|
# Trivial script to rebuild drivers for ABI changes in the server
|
||||||
# Run me after a new xserver has hit the buildroot
|
# Run me after a new xserver has hit the buildroot
|
||||||
|
|
||||||
mkdir abi-rebuild
|
mkdir -p abi-rebuild
|
||||||
pushd abi-rebuild
|
pushd abi-rebuild
|
||||||
|
|
||||||
repoquery --qf="%{name}" --whatrequires xserver-abi\* | xargs -n 1 fedpkg co
|
repoquery --qf="%{name}" --whatrequires xserver-abi\* | xargs -n 1 fedpkg co
|
||||||
for i in */ ; do
|
for i in */ ; do
|
||||||
|
[ -e $i/dead.package ] && continue
|
||||||
pushd $i
|
pushd $i
|
||||||
rpmdev-bumpspec -c "- ABI rebuild"
|
rpmdev-bumpspec -c "- ABI rebuild" *.spec
|
||||||
fedpkg commit -c -p && fedpkg build --nowait
|
fedpkg commit -c -p && fedpkg build --nowait
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user