From e1b96860bfac2366592a019734e53d7c45fb941c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Apr 2014 19:43:12 -0400 Subject: cron locking --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 172ca7ae..e7654a07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ propellor (0.3.1) UNRELEASED; urgency=medium * Properties can now be satisfied differently on different operating systems. * Standard apt configuration for stable now includes backports. + * Cron jobs generated by propellor use flock(1) to avoid multiple + instances running at a time. -- Joey Hess Fri, 11 Apr 2014 15:00:11 -0400 -- cgit v1.2.3 From d934c95b96ce5c770acf3482ab64383266cbb997 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Apr 2014 20:05:21 -0400 Subject: add back prevention from building debian package from joeyconfig branch --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index dafe10f6..fa44abab 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ -#!/usr/bin/make -f +#!/bin/false -f # Avoid using cabal, as it writes to $HOME export CABAL=./Setup -- cgit v1.2.3