libguestfs/bump-and-build.sh

9 lines
147 B
Bash
Raw Normal View History

2010-01-31 09:49:00 +00:00
#!/bin/sh -
set -e
rpmdev-bumpspec -c "- Bump and rebuild." libguestfs.spec
cvs diff -u ||:
cvs ci -m "Bump and rebuild."
make tag && make build