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:
2d96c85
)
Attempt to unbork triggers.
author
Chris Larson
<clarson@kergoth.com>
Thu, 23 Sep 2004 17:25:08 +0000
(17:25 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Thu, 23 Sep 2004 17:25:08 +0000
(17:25 +0000)
BKrev: 415306f4plp4rpb83gIUXmUy3H4hNQ
BitKeeper/triggers/post-outgoing.ciabot
patch
|
blob
|
history
diff --git
a/BitKeeper/triggers/post-outgoing.ciabot
b/BitKeeper/triggers/post-outgoing.ciabot
index
3944b23
..
75f2151
100644
(file)
--- a/
BitKeeper/triggers/post-outgoing.ciabot
+++ b/
BitKeeper/triggers/post-outgoing.ciabot
@@
-43,7
+43,7
@@
check_sanity () {
}
check_projects () {
- if [ ! -e ciabot.projects ]; then
+ if [ ! -e
$BK_ROOT/BitKeeper/triggers/
ciabot.projects ]; then
return 1
fi
@@
-53,7
+53,7
@@
check_projects () {
project_name=${_p}
return_address=${_e}
fi
- done < ciabot.projects
+ done <
$BK_ROOT/BitKeeper/triggers/
ciabot.projects
export project_name return_address
return 0
}