From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [PATCH] kvm-kmod: Various compat fixes for older kernels Date: Tue, 26 May 2009 11:22:04 +0200 Message-ID: <4A1BB4BC.8030307@siemens.com> References: <4A1A4377.7090903@web.de> <4A1B9F0F.6050102@redhat.com> <4A1BAFDE.802@web.de> <4A1BB246.30603@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: kvm-devel To: Avi Kivity Return-path: Received: from lizzard.sbs.de ([194.138.37.39]:18371 "EHLO lizzard.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753910AbZEZJWV (ORCPT ); Tue, 26 May 2009 05:22:21 -0400 In-Reply-To: <4A1BB246.30603@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > Jan Kiszka wrote: > > > >>> Maybe I need to have a script >>> push my master branch somewhere, so you don't duplicate my work >>> needlessly. >>> >>> >> >> That would be highly appreciated. >> > > I'm thinking how to do it. pushing requires an ssh key, and I don't > want to leave one around without a passphrase, which would be required > by a cron job. > > Any ideas? > Local commit hook that triggers the push (and ask you for the phrase interactively)? But that also depends on how frequent you would like to publish the tree. Jan