X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/32e2e9fd5f9c46126d09f4d3ef4ce601bd56d470..ed9aa4b974f78cf0029bd3c27489acae687faa81:/mrconfig diff --git a/mrconfig b/mrconfig index 28a68b0..b7394d4 100644 --- a/mrconfig +++ b/mrconfig @@ -8,12 +8,16 @@ cleanup = if [ -d "$MR_REPO"/.svn ]; then svn cleanup ; fi # large) # - mylaptop only succeeds if it's on my main development laptop, which # gets lots of extra cruft +# - kite only succeeds on kite lib = \ wantsrc() { \ test "$(whoami)" = joey; \ }; \ mylaptop() { \ test "$(hostname)" = kodama; \ + }; \ + kite() { \ + test "$(hostname)" = wren; \ } [src/mr] @@ -45,7 +49,7 @@ checkout = \ # and only rarely update = echo "skipping cvs update (too slow)" status = echo "skipping cvs status (too ugly)" -skip = ! wantsrc +skip = ! mylaptop || ! wantsrc # My home directory, which I keep in svn. []