summaryrefslogtreecommitdiff
path: root/packaging/pre_checkin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/pre_checkin.sh')
-rw-r--r--packaging/pre_checkin.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/pre_checkin.sh b/packaging/pre_checkin.sh
new file mode 100644
index 000000000..1abb10045
--- /dev/null
+++ b/packaging/pre_checkin.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+cp qemu.changes qemu-testsuite.changes
+
+if [ "$1" != "-q" ]; then
+ echo "Note that the patch queue needs to be regenerated via update_git.sh"
+ echo "before running $0."
+fi