Return-Path: X-Original-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 79AC87AA1 for ; Fri, 16 Sep 2011 20:54:43 +0000 (UTC) Received: (qmail 21686 invoked by uid 500); 16 Sep 2011 20:54:43 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 21670 invoked by uid 500); 16 Sep 2011 20:54:43 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 21662 invoked by uid 99); 16 Sep 2011 20:54:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 20:54: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 (athena.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, 16 Sep 2011 20:54:37 +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 p8GKsGVC000687 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 16 Sep 2011 16:54:16 -0400 Received: from [10.3.113.92] (ovpn-113-92.phx2.redhat.com [10.3.113.92]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p8GKsFJZ011035 for ; Fri, 16 Sep 2011 16:54:15 -0400 Subject: Re: Simplify code loading/layout From: David Lutterkort To: deltacloud-dev@incubator.apache.org Date: Fri, 16 Sep 2011 13:54:15 -0700 In-Reply-To: <4892AABA-FE4D-4FE0-8794-0472A2452E62@redhat.com> References: <1316125170-29235-1-git-send-email-lutter@redhat.com> <4892AABA-FE4D-4FE0-8794-0472A2452E62@redhat.com> Organization: Red Hat Inc Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit Message-ID: <1316206455.17880.117.camel@avon.watzmann.net> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 On Fri, 2011-09-16 at 11:27 +0200, Michal Fojtik wrote: > On Sep 16, 2011, at 12:19 AM, lutter@redhat.com wrote: > > > > > These patches shuffle some files around, and change slightly where things > > are required to (a) bring locations of files more in line with common Ruby > > conventions and (b) make sure we don't play with the load path in too many > > places. > > Tested, ACK. Thanks. Pushed. David