git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f4171
)
Quiet the CIA trigger a bit.
author
Chris Larson
<clarson@kergoth.com>
Sat, 4 Dec 2004 04:20:58 +0000
(
04:20
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Sat, 4 Dec 2004 04:20:58 +0000
(
04:20
+0000)
BKrev: 41b13b2agovF4x3XZlAZAl44ynm5iQ
BitKeeper/triggers/post-outgoing.ciabot
patch
|
blob
|
history
diff --git
a/BitKeeper/triggers/post-outgoing.ciabot
b/BitKeeper/triggers/post-outgoing.ciabot
index
60c2bb4
..
5937cc6
100644
(file)
--- a/
BitKeeper/triggers/post-outgoing.ciabot
+++ b/
BitKeeper/triggers/post-outgoing.ciabot
@@
-53,7
+53,7
@@
check_projects () {
while read _p _s _e; do
_sshort=`echo $_s|sed -e's,.bkbits.net,,'`
- if (echo $BKD_ROOT|grep "/${_sshort}"); then
+ if (echo $BKD_ROOT|grep
-q
"/${_sshort}"); then
project_name=${_p}
return_address=${_e}
fi