From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Mishin Date: Fri, 10 Dec 2010 12:37:05 +0300 Subject: [Cluster-devel] [PATCH 0/8] ccs_tool enhancement In-Reply-To: <4D01EF04.4050208@redhat.com> References: <1291971613-13076-1-git-send-email-dim@parallels.com> <4D01EF04.4050208@redhat.com> Message-ID: <201012101237.05609.dim@parallels.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit dim at dim-nb:~/src/cluster> cat .git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = git://git.fedorahosted.org/cluster.git [branch "master"] remote = origin merge = refs/heads/master dim at dim-nb:~/src/cluster> cat .git/ORIG_HEAD 536b9582b9bda33576fe78f6645562acc540f1f4 On Friday 10 December 2010 12:12:36 Fabio M. Di Nitto wrote: > On 12/10/2010 10:00 AM, Dmitry Mishin wrote: > > This patchset enhances ccs_tool allowing to create basic cluster configs > > entirely via this tool. > > > > Thanks, > > Dmitry. > > Wow... against what branch is this patch set? > > Thanks > Fabio -- Thanks, Dmitry.