Return-Path: X-Original-To: apmail-deltacloud-commits-archive@www.apache.org Delivered-To: apmail-deltacloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9D37DED7 for ; Thu, 7 Mar 2013 11:22:19 +0000 (UTC) Received: (qmail 93659 invoked by uid 500); 7 Mar 2013 11:22:19 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 92941 invoked by uid 500); 7 Mar 2013 11:22:18 -0000 Mailing-List: contact commits-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 commits@deltacloud.apache.org Received: (qmail 92544 invoked by uid 99); 7 Mar 2013 11:22:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 11:22:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A86B183137A; Thu, 7 Mar 2013 11:22:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mfojtik@apache.org To: commits@deltacloud.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [6/8] git commit: * bin/deltacloudd: explicitly pass pattern to rerun Message-Id: <20130307112216.A86B183137A@tyr.zones.apache.org> Date: Thu, 7 Mar 2013 11:22:16 +0000 (UTC) * bin/deltacloudd: explicitly pass pattern to rerun This works around a bug in rerun where the pattern winds up being nil TrackedAt: http://tracker.deltacloud.org/patch/46db74c53c9461839885e72026e7b2a908a2b341 Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/c063da8a Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/c063da8a Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/c063da8a Branch: refs/heads/master Commit: c063da8a8f90755f8d2fea3001236b30fad56912 Parents: 666aa65 Author: David Lutterkort Authored: Wed Mar 6 17:53:53 2013 -0800 Committer: Michal fojtik Committed: Thu Mar 7 12:17:18 2013 +0100 ---------------------------------------------------------------------- server/bin/deltacloudd | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c063da8a/server/bin/deltacloudd ---------------------------------------------------------------------- diff --git a/server/bin/deltacloudd b/server/bin/deltacloudd index 9246058..71e55d3 100755 --- a/server/bin/deltacloudd +++ b/server/bin/deltacloudd @@ -250,7 +250,8 @@ else command = argv_opts.join(" ") Dir::chdir($top_srcdir) rerun = Rerun::Runner.new(command, - :dir => File::join($top_srcdir, "lib")) + :dir => File::join($top_srcdir, "lib"), + :pattern => "**/*") rerun.start rerun.join else