Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE066112A8 for ; Mon, 4 Aug 2014 21:00:32 +0000 (UTC) Received: (qmail 81906 invoked by uid 500); 4 Aug 2014 21:00:32 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 81867 invoked by uid 500); 4 Aug 2014 21:00:32 -0000 Mailing-List: contact reviews-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.incubator.apache.org Delivered-To: mailing list reviews@aurora.incubator.apache.org Received: (qmail 81856 invoked by uid 99); 4 Aug 2014 21:00:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 21:00:32 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 04 Aug 2014 21:00:31 +0000 Received: (qmail 79626 invoked by uid 99); 4 Aug 2014 21:00:10 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 21:00:10 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id EA5151D9F11; Mon, 4 Aug 2014 20:59:56 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7289515911902280847==" MIME-Version: 1.0 Subject: Review Request 24261: Add deprecation warnings to other clientv1 commands. From: "Mark Chu-Carroll" To: "Joe Smith" , "David McLaughlin" Cc: "Aurora" , "Mark Chu-Carroll" Date: Mon, 04 Aug 2014 20:59:56 -0000 Message-ID: <20140804205956.1587.38766@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Mark Chu-Carroll" X-ReviewGroup: Aurora X-ReviewRequest-URL: https://reviews.apache.org/r/24261/ X-Sender: "Mark Chu-Carroll" Reply-To: "Mark Chu-Carroll" X-ReviewRequest-Repository: aurora X-Virus-Checked: Checked by ClamAV on apache.org --===============7289515911902280847== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24261/ ----------------------------------------------------------- Review request for Aurora, David McLaughlin and Joe Smith. Repository: aurora Description ------- Add deprecation warnings to other clientv1 commands. Diffs ----- src/main/python/apache/aurora/client/commands/run.py 169327f1846ce5ba571645e019ce6a70f8f205f0 src/main/python/apache/aurora/client/commands/ssh.py 38233382ee19aa587d6ad7e5d2f4d270c9a5d9d6 Diff: https://reviews.apache.org/r/24261/diff/ Testing ------- [sun-wukong incubator-aurora (deprecation2)]$ ./dist/aurora2.pex ssh example/mchucarroll/test/foo 2 ls WARNING: ssh is an aurora clientv1 command which will be deprecated soon To run this command using clientv2, use 'aurora task ssh example/mchucarroll/test/foo/2 --command="ls"' [sun-wukong incubator-aurora (deprecation2)]$ ./dist/aurora2.pex run example/mchucarroll/test/foo ls -la WARNING: ssh is an aurora clientv1 command which will be deprecated soon To run this command using clientv2, use 'aurora task run "ls -la"' Thanks, Mark Chu-Carroll --===============7289515911902280847==--