summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-26 10:11:55 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-03-26 10:11:55 -0400
commit613a0ccaa3a9627f999aaf608af89d545d1b0c85 (patch)
tree5216881da675fa2f769b1f16ee8eeeb921032bf2 /repo
parent58023246309affea6837dab173791c31a92ea516 (diff)
downloadgpsd-613a0ccaa3a9627f999aaf608af89d545d1b0c85.tar.gz
Find out what it looks like when we send CIA the revision.
Diffstat (limited to 'repo')
-rwxr-xr-xrepo/hooks/ciabot.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh
index 393c277b..8755e0dc 100755
--- a/repo/hooks/ciabot.sh
+++ b/repo/hooks/ciabot.sh
@@ -75,7 +75,7 @@ logmessage=$(echo "$rawcommit" | sed -e '1,/^$/d' | head -n 1)
logmessage=$(echo "$logmessage" | sed 's/\&/&amp\;/g; s/</&lt\;/g; s/>/&gt\;/g')
ts=$(echo "$rawcommit" | sed -n -e '/^author .*> \([0-9]\+\).*$/s--\1-p')
-# <revision>${rev}</revision>
+#
#
# <files>
# $(git diff-tree -r --name-only ${merged} |
@@ -97,6 +97,7 @@ out="
<body>
<commit>
<author>${author}</author>
+ <revision>${rev}</revision>
<log>${logmessage} ${url}</log>
<url>${url}</url>
</commit>