From: martin f. krafft Date: Sun, 18 May 2008 13:23:36 +0000 (+0100) Subject: skip offlineimap-id altogether if it does not exist X-Git-Url: https://git.madduck.net/etc/myrepos.git/commitdiff_plain/1e2cc8643e62f67ae4ab27aa162fa14ad40ba3fc?hp=3e2a000afbbc3f16ac6e79426f4a552a67e2526b skip offlineimap-id altogether if it does not exist --- diff --git a/.mr/roles/offlineimap b/.mr/roles/offlineimap index 64eae09..2f60547 100644 --- a/.mr/roles/offlineimap +++ b/.mr/roles/offlineimap @@ -5,4 +5,4 @@ checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/offlineim checkout = echo not checking out deleted repo. update = chmod -R u+w $MR_REPO && rm -r $MR_REPO status = echo deleted. -skip = test -d $MR_REPO/offlineimap-id.git +skip = ! test -d $MR_REPO/offlineimap-id.git