From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3 0/8] Split off mini-os to a separate tree Date: Fri, 27 Feb 2015 17:07:54 +0000 Message-ID: <1425056874.14641.261.camel@citrix.com> References: <1424863291-4225-1-git-send-email-wei.liu2@citrix.com> <1425055046.14641.248.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1425055046.14641.248.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: samuel.thibault@ens-lyon.org, xen-devel@lists.xen.org, ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-02-27 at 16:37 +0000, Ian Campbell wrote: > On Wed, 2015-02-25 at 11:21 +0000, Wei Liu wrote: > > This is v3 of my mini-os splitting off patch series. > > As xen@xenbits I ran: > $ mkdir ~/git/mini-os.git > $ cd ~/git/mini-os.git > $ git init --bare > Initialized empty Git repository in /home/xen/git/mini-os.git/ > $ chgrp -R xenmaint . > $ find . -type d -exec chmod g+s {} \; > $ git config --add receive.denyNonFastForwards true > $ git config --add receive.unpackLimit 10000 > $ git config --add gc.autopacklimit 25 This omitted setting up the mails to xen-staging@lists.xensource.com on push. Following Ian's advice to look at ~xen/release-checklist on xenbits I have now: xen@xenbits:~/HG/patchbot$ echo 55f7cd7427ef3e7fe3563a3da46d8664a2ed0d6d >> mini-os--master.patchbot-reported-heads edited versions to add: /home/xen/git mini-os.git#master xen-changelog@lists.xensource.com xen-devel@lists.xensource.com and committed that change to the git repo in cwd. Ian.