From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH] crontabs: Provide way to install crontabs, with a safety catch Date: Mon, 28 Sep 2015 11:24:27 +0100 Message-ID: <1443435867.25250.248.camel@citrix.com> References: <1443435331-22407-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZgVbp-0000hE-3n for xen-devel@lists.xenproject.org; Mon, 28 Sep 2015 10:24:37 +0000 In-Reply-To: <1443435331-22407-1-git-send-email-ian.jackson@eu.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: Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-09-28 at 11:15 +0100, Ian Jackson wrote: > With this setup you can say > ./mg-crontab-install CRONTAB > or even > ./crontab > ./crontab-cambridge > > And you can't accidentally install the intended crontab on the wrong > host, etc. (As I did recently!) > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell