Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-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 0AF1A1186E for ; Tue, 23 Sep 2014 22:17:26 +0000 (UTC) Received: (qmail 1926 invoked by uid 500); 23 Sep 2014 22:17:25 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 1889 invoked by uid 500); 23 Sep 2014 22:17:25 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 1880 invoked by uid 99); 23 Sep 2014 22:17:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 22:17:25 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,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; Tue, 23 Sep 2014 22:17:03 +0000 Received: (qmail 1774 invoked by uid 99); 23 Sep 2014 22:17:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 22:17:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8951E938B50; Tue, 23 Sep 2014 22:17:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dmclaughlin@apache.org To: commits@aurora.incubator.apache.org Message-Id: <54f4fb3271f44e7d8aee3db7608e8082@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Enable beta updater in example cluster. Date: Tue, 23 Sep 2014 22:17:01 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-aurora Updated Branches: refs/heads/master 727528001 -> 24bcbdc53 Enable beta updater in example cluster. Reviewed at https://reviews.apache.org/r/25958/ Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/24bcbdc5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/24bcbdc5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/24bcbdc5 Branch: refs/heads/master Commit: 24bcbdc53e4ce6921994406e68d0ca828f171911 Parents: 7275280 Author: David McLaughlin Authored: Tue Sep 23 15:16:47 2014 -0700 Committer: David McLaughlin Committed: Tue Sep 23 15:16:47 2014 -0700 ---------------------------------------------------------------------- examples/vagrant/upstart/aurora-scheduler.conf | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/24bcbdc5/examples/vagrant/upstart/aurora-scheduler.conf ---------------------------------------------------------------------- diff --git a/examples/vagrant/upstart/aurora-scheduler.conf b/examples/vagrant/upstart/aurora-scheduler.conf index 7e2b3f0..788ec25 100644 --- a/examples/vagrant/upstart/aurora-scheduler.conf +++ b/examples/vagrant/upstart/aurora-scheduler.conf @@ -37,5 +37,6 @@ exec $DIST_DIR/install/aurora-scheduler/bin/aurora-scheduler \ -backup_dir=$AURORA_HOME/scheduler/backups \ -thermos_executor_path=$DIST_DIR/thermos_executor.sh \ -gc_executor_path=$DIST_DIR/gc_executor.pex \ + -enable_beta_updater=true \ -vlog=INFO \ -logtostderr