mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit fe763694bff7cfe1ff2b7593cd875907a73bf373
parent 04c2917d6c983ec4467600899a271e239f993f82
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  3 Jan 2020 18:37:45 +0100

+set -e

Diffstat:
svn-poll | 2++
svn-poll-myrepos | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/svn-poll b/svn-poll @@ -5,6 +5,8 @@ # once a log has been shown, svn-poll will shut up until $USER commits # or svn-poll-drop is called +set -e + # after this many lines of failure, complain MAX_ERRORS="100" DIFF_MAX="1000" diff --git a/svn-poll-myrepos b/svn-poll-myrepos @@ -2,6 +2,8 @@ # mail about changes to all repos registered in myrepos configuration +set -e + LOCKDIR="$HOME/temp/lock" mkdir -p "$LOCKDIR"