Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D4FF115E5 for ; Wed, 10 Sep 2014 07:45:15 +0000 (UTC) Received: (qmail 34642 invoked by uid 500); 10 Sep 2014 07:45:14 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 34591 invoked by uid 500); 10 Sep 2014 07:45:14 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 34576 invoked by uid 99); 10 Sep 2014 07:45:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 07:45:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of runseb@gmail.com designates 74.125.82.45 as permitted sender) Received: from [74.125.82.45] (HELO mail-wg0-f45.google.com) (74.125.82.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 07:45:07 +0000 Received: by mail-wg0-f45.google.com with SMTP id z12so3679612wgg.4 for ; Wed, 10 Sep 2014 00:44:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=FDQgAFn5bn5EFHadz40b2ROk22Pf7Cv0Y0mvlVwY9eM=; b=TWiV5emgUlQAV5CvTF/B3RPf8q0wnAc0FXqNblDu5RUt+7vjWNKd0NQZwSenk4bUgA QziFgU0g0KUdARcWzWYvAQJBklZR/dAsOQPzCMNE9AAvjLSPNVM51GLfIadOqBVW4vP9 Jn1z8ET9mQ75m1UQ78c90TSsDxAtcEcndkHFq7vuKxEz8QRN83cJTzQO990k+HtZi26C ztj9e/N4m6x5agdKNAHFB4WX/r8qZQXITtFhSwZINTxNArFGZhcbzcF6A/iLdpOR1nAc PVo1eDXb11Kh4aOO9/V5OKJlKQYUjdBcBHSDroMPYagxSU9wGJNQh1uAiK3ovobLJ7sC 8eQw== X-Received: by 10.180.13.83 with SMTP id f19mr34362114wic.80.1410335086663; Wed, 10 Sep 2014 00:44:46 -0700 (PDT) Received: from 172-1-1-165.lightspeed.hstntx.sbcglobal.net (cust.static.84-253-20-21.cybernet.ch. [84.253.20.21]) by mx.google.com with ESMTPSA id pn5sm17536039wjc.4.2014.09.10.00.44.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Sep 2014 00:44:46 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: [DOC] cloudstack-docs-admin git merge strategy From: Sebastien Goasguen In-Reply-To: Date: Wed, 10 Sep 2014 03:44:52 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <397ABCE2-18F7-419C-97A8-0F53C2A99036@gmail.com> References: To: dev@cloudstack.apache.org X-Mailer: Apple Mail (2.1510) X-Virus-Checked: Checked by ClamAV on apache.org On Sep 10, 2014, at 3:04 AM, Rajani Karuturi wrote: > While fixing a doc issue, I added *.po and *.mo files to the merge = ignore > list(see .gitattributes file) and merged from 4.3 to 4.4 to master. >=20 FYI: not sure what you are merging, but the .po and .mo are for the = localization. Since the docs are different for each release the po files have = different strings, so we can't really mix them. the .mo are actually binary files that technically should not be in the = repo but there seems to be a bug in readthedocs and that's the only way = to actually build the japanese and chinese pages. > If we could follow this, it would be really helpful. > Basically, fix in the lowest possible version and merge upwards. The = merges > would be very trivial as they would most likely be your change only. >=20 > Please let me know if you see any issues with this. >=20 > $ git branch --contains fe5b65de1b0eaa7de7dd5ee0f0dcb0e23dc8a618 > 4.3 > 4.4 > * master >=20 > peace :) >=20 >=20 > ~Rajani