Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10F6CD534 for ; Fri, 21 Sep 2012 21:51:44 +0000 (UTC) Received: (qmail 48086 invoked by uid 500); 21 Sep 2012 21:51:43 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 48069 invoked by uid 500); 21 Sep 2012 21:51:43 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 48056 invoked by uid 99); 21 Sep 2012 21:51:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 21:51:43 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lutter@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 21:51:36 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8LLpFFG010927 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Sep 2012 17:51:15 -0400 Received: from avon.watzmann.net (ovpn-112-67.phx2.redhat.com [10.3.112.67]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q8LLp942005210 for ; Fri, 21 Sep 2012 17:51:14 -0400 From: lutter@redhat.com To: dev@deltacloud.apache.org Subject: [PATCH 05/10] * bin/deltacloudd: watch all of lib/ under rerun Date: Fri, 21 Sep 2012 14:51:01 -0700 Message-Id: <1348264266-10444-6-git-send-email-lutter@redhat.com> In-Reply-To: <1348264266-10444-1-git-send-email-lutter@redhat.com> References: <1348264266-10444-1-git-send-email-lutter@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 From: David Lutterkort --- server/bin/deltacloudd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/bin/deltacloudd b/server/bin/deltacloudd index aad2052..08ec5a3 100755 --- a/server/bin/deltacloudd +++ b/server/bin/deltacloudd @@ -240,7 +240,7 @@ else command = argv_opts.join(" ") Dir::chdir($top_srcdir) rerun = Rerun::Runner.new(command, - :dir => File::join($top_srcdir, "lib", "deltacloud")) + :dir => File::join($top_srcdir, "lib")) rerun.start rerun.join else -- 1.7.7.6