Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D4958F51D for ; Thu, 21 Mar 2013 15:34:32 +0000 (UTC) Received: (qmail 3740 invoked by uid 500); 21 Mar 2013 15:34:32 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 3720 invoked by uid 500); 21 Mar 2013 15:34:32 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 3713 invoked by uid 99); 21 Mar 2013 15:34:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 15:34:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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, 21 Mar 2013 15:34:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 97F8323889BB; Thu, 21 Mar 2013 15:34:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1459362 - in /cloudstack/site/trunk/content/develop: environment.mdtext non-contributors.mdtext Date: Thu, 21 Mar 2013 15:34:08 -0000 To: commits@cloudstack.apache.org From: ke4qqq@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130321153408.97F8323889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ke4qqq Date: Thu Mar 21 15:34:08 2013 New Revision: 1459362 URL: http://svn.apache.org/r1459362 Log: updating non-contributors Modified: cloudstack/site/trunk/content/develop/environment.mdtext cloudstack/site/trunk/content/develop/non-contributors.mdtext Modified: cloudstack/site/trunk/content/develop/environment.mdtext URL: http://svn.apache.org/viewvc/cloudstack/site/trunk/content/develop/environment.mdtext?rev=1459362&r1=1459361&r2=1459362&view=diff ============================================================================== --- cloudstack/site/trunk/content/develop/environment.mdtext (original) +++ cloudstack/site/trunk/content/develop/environment.mdtext Thu Mar 21 15:34:08 2013 @@ -1,4 +1,4 @@ -Title: Setting Up an Apache CloudStack (Incubating) Development Environment +Title: Setting Up an Apache CloudStack Development Environment #Setting Up an Apache CloudStack Development Environment @@ -8,7 +8,7 @@ Want to set up an Apache CloudStack deve CloudStack uses git for source version control, if you know little about git, http://book.git-scm.com/ is a good start. Once you have git setup on your machine, pull source with: - git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git + git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git ##Importing Source into Eclipse Modified: cloudstack/site/trunk/content/develop/non-contributors.mdtext URL: http://svn.apache.org/viewvc/cloudstack/site/trunk/content/develop/non-contributors.mdtext?rev=1459362&r1=1459361&r2=1459362&view=diff ============================================================================== --- cloudstack/site/trunk/content/develop/non-contributors.mdtext (original) +++ cloudstack/site/trunk/content/develop/non-contributors.mdtext Thu Mar 21 15:34:08 2013 @@ -2,7 +2,7 @@ Title: Contributing to Apache CloudStack #Contributing to Apache CloudStack as a Non-Committer -If you're a committer on an Apache project, it means that you can commit directly to the project's repository. For instance, with Apache CloudStack (incubating) committers are allowed to directly push commits into the git repository. +If you're a committer on an Apache project, it means that you can commit directly to the project's repository. For instance, with Apache CloudStack committers are allowed to directly push commits into the git repository. Non-committers, however, have to submit patches for review. Don't worry, it's not an onerous process at all. The first time you submit a patch, it will take a minute or two to create an account on Review Board, but it's a piece of cake from start to finish. @@ -25,7 +25,7 @@ First, lets make sure that you've added You'll grab the CloudStack source with git: -`$ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git` +`$ git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git` If you already have the source, make sure you're working with the most recent version. Do a `git pull` if you cloned the source more than a few hours ago. (Apache CloudStack development can move pretty fast!) @@ -36,7 +36,7 @@ Now that you have an up-to-date copy of This does two things: One, it creates the branch mybranch and two, it changes your working branch to mybranch. Running `git branch` will show you which branch you're working on, with an asterisk next to the active branch, like so:
-[user@localhost incubator-cloudstack]$ git branch
+[user@localhost cloudstack]$ git branch
   master
 * mybranch