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:
9b2eb27
)
Merge openembedded@openembedded.bkbits.net:packages-devel
author
Chris Larson
<clarson@kergoth.com>
Thu, 28 Oct 2004 18:31:26 +0000
(18:31 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Thu, 28 Oct 2004 18:31:26 +0000
(18:31 +0000)
into handhelds.org:/home/kergoth/code/packages
2004/10/28 13:26:55-05:00 handhelds.org!kergoth
Working on the triggers.
BKrev: 41813afewAXJ1nWWU29fGi8QwADijw
BitKeeper/triggers/post-outgoing.ciabot
patch
|
blob
|
history
diff --git
a/BitKeeper/triggers/post-outgoing.ciabot
b/BitKeeper/triggers/post-outgoing.ciabot
index
75f2151
..
83a92e4
100644
(file)
--- a/
BitKeeper/triggers/post-outgoing.ciabot
+++ b/
BitKeeper/triggers/post-outgoing.ciabot
@@
-33,7
+33,8
@@
check_sanity () {
# is on bkbits.net and b) we are the client.
# Is parent a public BitKeeper repository at bkbits.net?
- if !(echo $BKD_HOST|grep -q bitkeeper.com); then
+ if !(echo $BKD_HOST|grep -qE '(bitkeeper.com|bitmover.com|bkbits.net)'); then
+ echo "BKD_HOST is $BKD_HOST"
return 1
fi