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 CA60B17DEE for ; Wed, 5 Nov 2014 03:11:36 +0000 (UTC) Received: (qmail 41471 invoked by uid 500); 5 Nov 2014 03:11:36 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 41429 invoked by uid 500); 5 Nov 2014 03:11:36 -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 41415 invoked by uid 99); 5 Nov 2014 03:11:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 03:11:35 +0000 X-ASF-Spam-Status: No, hits=-1998.4 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,MANY_SPAN_IN_TEXT,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; Wed, 05 Nov 2014 03:11:11 +0000 Received: (qmail 40006 invoked by uid 99); 5 Nov 2014 03:09:54 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 03:09:54 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 3812D1DFB87; Wed, 5 Nov 2014 03:09:58 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4399236147692097066==" MIME-Version: 1.0 Subject: Re: Review Request 27591: Remove --bind-var for cron deschedule. From: "Aurora ReviewBot" To: "Bill Farner" Cc: "Aurora ReviewBot" , "Aurora" , "Zameer Manji" Date: Wed, 05 Nov 2014 03:09:58 -0000 Message-ID: <20141105030958.10455.17771@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Aurora ReviewBot" X-ReviewGroup: Aurora X-ReviewRequest-URL: https://reviews.apache.org/r/27591/ X-Sender: "Aurora ReviewBot" References: <20141105025207.10454.83197@reviews.apache.org> In-Reply-To: <20141105025207.10454.83197@reviews.apache.org> Reply-To: "Aurora ReviewBot" X-ReviewRequest-Repository: aurora X-Virus-Checked: Checked by ClamAV on apache.org --===============4399236147692097066== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27591/#review59923 ----------------------------------------------------------- Master (9847b7b) is red with this patch. ./build-support/jenkins/build.sh pants build (options) [spec] (build args) pants build (options) [spec]... -- (build args) Options: --version show program's version number and exit --no-pantsrc Specifies that pantsrc files should be ignored. --log-exit Log an exit message on success or failure. -t CONN_TIMEOUT, --timeout=CONN_TIMEOUT Number of seconds to wait for http connections. -i INTERPRETERS, --interpreter=INTERPRETERS Constrain what Python interpreters to use. Uses Requirement format from pkg_resources, e.g. 'CPython>=2.6,<3' or 'PyPy'. By default, no constraints are used. Multiple constraints may be added. They will be ORed together. -v, --verbose Show verbose output. -f, --fast Run tests in a single chroot. Builds the specified Python target(s). Use ./pants goal for JVM and other targets. - Aurora ReviewBot On Nov. 5, 2014, 2:52 a.m., Zameer Manji wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/27591/ > ----------------------------------------------------------- > > (Updated Nov. 5, 2014, 2:52 a.m.) > > > Review request for Aurora and Bill Farner. > > > Bugs: AURORA-854 > https://issues.apache.org/jira/browse/AURORA-854 > > > Repository: aurora > > > Description > ------- > > Remove --bind-var for cron deschedule. > > > Diffs > ----- > > src/main/python/apache/aurora/client/cli/cron.py 3416c8e1932056725880f2007b60d77112759428 > > Diff: https://reviews.apache.org/r/27591/diff/ > > > Testing > ------- > > ```` > [tw-mbp-zmanji aurora (fix-cron-help)]$ ./pants ./src/main/python/apache/aurora/client/cli:aurora2 > Build operating on top level addresses: set([BuildFileAddress(/Users/zmanji/workspace/aurora/src/main/python/apache/aurora/client/cli/BUILD, aurora2)]) > Building PythonBinary PythonBinary(BuildFileAddress(/Users/zmanji/workspace/aurora/src/main/python/apache/aurora/client/cli/BUILD, aurora2)): > Wrote /Users/zmanji/workspace/aurora/dist/aurora2.pex > [tw-mbp-zmanji aurora (fix-cron-help)]$ ./dist/aurora2.pex cron deschedule --help > usage: aurora2.pex cron deschedule [-h] [--verbose-logging] > [--logging-level numeric_level] > [--error-log-dir ERROR_LOG_DIR] > [--skip-hooks hook,hook,...] > CLUSTER/ROLE/ENV/NAME > > positional arguments: > CLUSTER/ROLE/ENV/NAME > Fully specified job key, in CLUSTER/ROLE/ENV/NAME > format > > optional arguments: > -h, --help show this help message and exit > --verbose-logging, -v > Show verbose logging, including all logs up to level > INFO (equivalent to --logging-level=20) > --logging-level numeric_level > Set logging to a specific numeric level, using the > standard python log-levels. > --error-log-dir ERROR_LOG_DIR > Directory location where error files containing stack > traces should be written. If the directory doesn't > exist, it will be created > --skip-hooks hook,hook,... > A comma-separated list of command hook names that > should be skipped. If the hooks cannot be skipped, > then the command will be aborted > ```` > > > Thanks, > > Zameer Manji > > --===============4399236147692097066==--