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 D89414986 for ; Tue, 31 May 2011 10:44:43 +0000 (UTC) Received: (qmail 18284 invoked by uid 500); 31 May 2011 10:44:43 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 18260 invoked by uid 500); 31 May 2011 10:44: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 18252 invoked by uid 99); 31 May 2011 10:44:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 10:44: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 marios@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; Tue, 31 May 2011 10:44:37 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4VAiFwn010023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 31 May 2011 06:44:15 -0400 Received: from marios.redhat.com (vpn1-4-209.ams2.redhat.com [10.36.4.209]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p4VAiE8N022580 for ; Tue, 31 May 2011 06:44:15 -0400 From: marios@redhat.com To: deltacloud-dev@incubator.apache.org Subject: Andre Dietisheim updated java client Date: Tue, 31 May 2011 13:44:10 +0300 Message-Id: <1306838651-13194-1-git-send-email-marios@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Ok, since theres been a lot of minor nits/updates/squishes/rebases/edits etc I need to get a final ACK from Andre on this before I can push. From here all of this compiles clean so *should* be ok but I'd be happier with a final check from the author. Andre can you please do the following to check: 1. make a 'clean' deltacloud local repo: mkdir TEMP; cd TEMP; git clone git://git.apache.org/deltacloud.git 2. make a working branch for the patch: cd deltacloud; git checkout -b java_client 3. apply the patch. First save the patch email somewhere. If you are using a client like thunderbird, you can right_click/save-as and save it in 'eml' format. Alternatively, save it as .txt in text format Applying '.eml' format: git am /path/to/saved/patch.eml OR Applying '.txt. format: cat /path/to/saved/patch.txt | git apply apart from any messages from git apply or git am, you can check this has all been ok by the presence of your ./clients/java directory 4. check, compile, run, etc, etc. IF all is in order, then just ack this patch and I will push. thanks, marios