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 96A8D10FFB for ; Wed, 26 Feb 2014 18:24:43 +0000 (UTC) Received: (qmail 46461 invoked by uid 500); 26 Feb 2014 18:24:43 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 46421 invoked by uid 500); 26 Feb 2014 18:24:42 -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 46413 invoked by uid 99); 26 Feb 2014 18:24:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Feb 2014 18:24:42 +0000 X-ASF-Spam-Status: No, hits=-2000.5 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; Wed, 26 Feb 2014 18:24:41 +0000 Received: (qmail 46389 invoked by uid 99); 26 Feb 2014 18:24:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Feb 2014 18:24:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 26C4489F3A0; Wed, 26 Feb 2014 18:24:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wfarner@apache.org To: commits@aurora.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Remove rogue apostrophes. Date: Wed, 26 Feb 2014 18:24:21 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-aurora Updated Branches: refs/heads/master c4b5887b9 -> 105b600ec Remove rogue apostrophes. Reviewed at https://reviews.apache.org/r/18523/ Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/105b600e Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/105b600e Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/105b600e Branch: refs/heads/master Commit: 105b600ecf96669dec55f9ff09d068467eb6df7e Parents: c4b5887 Author: Bill Farner Authored: Wed Feb 26 10:24:01 2014 -0800 Committer: Bill Farner Committed: Wed Feb 26 10:24:01 2014 -0800 ---------------------------------------------------------------------- docs/configurationreference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/105b600e/docs/configurationreference.md ---------------------------------------------------------------------- diff --git a/docs/configurationreference.md b/docs/configurationreference.md index 6fb6b20..3c76d59 100644 --- a/docs/configurationreference.md +++ b/docs/configurationreference.md @@ -660,7 +660,7 @@ These are provided to give a basic understanding of simple Aurora jobs. ### `hello_world.aurora` Put the following in a file named `hello_world.aurora`, substituting your own values -for values such as `cluster`'s. +for values such as `cluster`s. import os hello_world_process = Process(name = 'hello_world', cmdline = 'echo hello world') @@ -687,7 +687,7 @@ Then issue the following commands to create and kill the job, using your own val ### `hello_world_productionized.aurora` Put the following in a file named `hello_world_productionized.aurora`, substituting your own values -for values such as `cluster`'s. +for values such as `cluster`s. include('hello_world.aurora')