From tashi-commits-return-399-apmail-incubator-tashi-commits-archive=incubator.apache.org@incubator.apache.org Thu Feb 23 04:31:35 2012 Return-Path: X-Original-To: apmail-incubator-tashi-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-tashi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF3899A0F for ; Thu, 23 Feb 2012 04:31:34 +0000 (UTC) Received: (qmail 80997 invoked by uid 500); 23 Feb 2012 04:31:34 -0000 Delivered-To: apmail-incubator-tashi-commits-archive@incubator.apache.org Received: (qmail 80979 invoked by uid 500); 23 Feb 2012 04:31:34 -0000 Mailing-List: contact tashi-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tashi-dev@incubator.apache.org Delivered-To: mailing list tashi-commits@incubator.apache.org Received: (qmail 80948 invoked by uid 99); 23 Feb 2012 04:31:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 04:31:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_FRT_STOCK2 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 04:31:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D382223889B8; Thu, 23 Feb 2012 04:31:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1292644 - in /incubator/tashi/branches/stroucki-registration: ./ Makefile Date: Thu, 23 Feb 2012 04:31:09 -0000 To: tashi-commits@incubator.apache.org From: stroucki@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120223043109.D382223889B8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stroucki Date: Thu Feb 23 04:31:09 2012 New Revision: 1292644 URL: http://svn.apache.org/viewvc?rev=1292644&view=rev Log: Makefile: jeez, why did svn not merge this commit in? Modified: incubator/tashi/branches/stroucki-registration/ (props changed) incubator/tashi/branches/stroucki-registration/Makefile Propchange: incubator/tashi/branches/stroucki-registration/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Thu Feb 23 04:31:09 2012 @@ -6,4 +6,4 @@ /incubator/tashi/branches/stroucki-irpbugs:1245857-1292484 /incubator/tashi/branches/stroucki-slotsbug:1244839-1245041 /incubator/tashi/branches/zoni-dev/trunk:1034098-1177646 -/incubator/tashi/trunk:1241775-1292491 +/incubator/tashi/trunk:1241775-1292643 Modified: incubator/tashi/branches/stroucki-registration/Makefile URL: http://svn.apache.org/viewvc/incubator/tashi/branches/stroucki-registration/Makefile?rev=1292644&r1=1292643&r2=1292644&view=diff ============================================================================== --- incubator/tashi/branches/stroucki-registration/Makefile (original) +++ incubator/tashi/branches/stroucki-registration/Makefile Thu Feb 23 04:31:09 2012 @@ -33,7 +33,7 @@ package: src DISCLAIMER INSTALL LICENSE mkdir apache-tashi cp -rp doc etc Makefile src DISCLAIMER INSTALL LICENSE NOTICE README apache-tashi/ find apache-tashi -type d -name ".svn"|xargs rm -rf - chgrp -R incubator apache-tashi + -chgrp -R incubator apache-tashi tar zcf apache-tashi.tar.gz apache-tashi rm -rf apache-tashi @@ -118,7 +118,7 @@ rmdoc: # Zoni bin/zoni-cli: @echo Symlinking in zoni-cli... - (cd bin; ln -s ../src/zoni/client/zoni-cli .) + (cd bin; ln -s ../src/zoni/client/zoni-cli.py .) # why necessarily put this in /usr/local/bin like nothing else? usr/local/bin/zoni: @echo Creating /usr/local/bin/zoni