uriel: update gitolite test stuff
This commit is contained in:
parent
6cf8d443b4
commit
678b52c7aa
@ -55,9 +55,11 @@
|
|||||||
RW+ = lass
|
RW+ = lass
|
||||||
R = tv
|
R = tv
|
||||||
R = makefu
|
R = makefu
|
||||||
|
option hook.post-receive = irc-announce
|
||||||
|
|
||||||
repo brain
|
repo brain
|
||||||
RW+ = lass
|
RW+ = uriel
|
||||||
|
R = lass
|
||||||
R = tv
|
R = tv
|
||||||
R = makefu
|
R = makefu
|
||||||
option hook.post-receive = irc-announce
|
option hook.post-receive = irc-announce
|
||||||
@ -83,6 +85,10 @@
|
|||||||
RW+ = lass
|
RW+ = lass
|
||||||
RW+ = uriel
|
RW+ = uriel
|
||||||
option hook.post-receive = irc-announce
|
option hook.post-receive = irc-announce
|
||||||
|
|
||||||
|
repo teeest
|
||||||
|
RW+ = lass
|
||||||
|
option hook.post-receive = irc-announce
|
||||||
'';
|
'';
|
||||||
|
|
||||||
rc = ''
|
rc = ''
|
||||||
@ -140,8 +146,10 @@
|
|||||||
|
|
||||||
# CAVEAT beware of real TABs in grep pattern!
|
# CAVEAT beware of real TABs in grep pattern!
|
||||||
# CAVEAT there will never be more than 42 relevant log entries!
|
# CAVEAT there will never be more than 42 relevant log entries!
|
||||||
log="$(tail -n 42 "$GL_LOGFILE" | grep "^[^ ]* $GL_TID ")"
|
tab=$(printf '\x09')
|
||||||
update_log="$(echo "$log" | grep "^[^ ]* $GL_TID update")"
|
log="$(tail -n 42 "$GL_LOGFILE" | grep "^[^$tab]*$tab$GL_TID$tab" || :)"
|
||||||
|
|
||||||
|
update_log="$(echo "$log" | grep "^[^$tab]*$tab$GL_TID''${tab}update")"
|
||||||
|
|
||||||
# (debug output)
|
# (debug output)
|
||||||
env | sed 's/^/env: /'
|
env | sed 's/^/env: /'
|
||||||
|
Loading…
Reference in New Issue
Block a user