From 1e2cc8643e62f67ae4ab27aa162fa14ad40ba3fc Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 18 May 2008 14:23:36 +0100 Subject: [PATCH 1/1] skip offlineimap-id altogether if it does not exist --- .mr/roles/offlineimap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2