Index: locker/sbin/commit-zephyr
===================================================================
--- locker/sbin/commit-zephyr	(revision 747)
+++ locker/sbin/commit-zephyr	(revision 748)
@@ -2,5 +2,5 @@
 
 CLASS=scripts
-INSTANCE=commits.testing
+INSTANCE=@
 FULL=0
 
@@ -20,4 +20,8 @@
 REV=$2
 
+if [ "$INSTANCE" = "${INSTANCE%@}@" ]; then
+    INSTANCE=${INSTANCE%@}r$REV
+fi
+
 dirs=$(svnlook dirs-changed "$REPOS" -r "$REV")
 svnlook info "$REPOS" -r "$REV" | (
