From b88b04ce811a6979ab085c8933558adafc4e9400 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 28 Apr 2010 19:21:05 +1200 Subject: journal-note: Put temporary files in ~/Journal, so they don't get lost. This is important if there is a crash. --- debian/changelog | 7 +++++++ journal-note | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) mode change 100644 => 100755 journal-note diff --git a/debian/changelog b/debian/changelog index 3f8b0db..dde8304 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +liw-automation (6) squeeze; urgency=low + + * journal-note: Put temporary files in ~/Journal, so they don't get lost. + This is important if there is a crash. + + -- Lars Wirzenius Wed, 28 Apr 2010 19:20:25 +1200 + liw-automation (5) squeeze; urgency=low * Add missing-journal-person-create and missing-journal-tag-create. diff --git a/journal-note b/journal-note old mode 100644 new mode 100755 index eeed7a3..f91a07b --- a/journal-note +++ b/journal-note @@ -9,7 +9,7 @@ then fi title="$1" -temp="$(mktemp)" +temp="$(mktemp --tmpdir=$HOME/Journal)" cat << eof > "$temp" [[!meta title="$title"]] -- cgit v1.2.1 From 532ae9f01cb8fce08016742cda857a34b15a256a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 18 May 2010 19:05:49 +1200 Subject: Add ~/Templates to sync-to-pieni. --- debian/changelog | 6 ++++++ sync-to-pieni | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dde8304..31f2857 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +liw-automation (7) squeeze; urgency=low + + * Add ~/Templates to sync-to-pieni. + + -- Lars Wirzenius Mon, 03 May 2010 19:36:49 +1200 + liw-automation (6) squeeze; urgency=low * journal-note: Put temporary files in ~/Journal, so they don't get lost. diff --git a/sync-to-pieni b/sync-to-pieni index cc927ef..84facfa 100755 --- a/sync-to-pieni +++ b/sync-to-pieni @@ -2,7 +2,7 @@ set -e -for dir in $HOME/GTD $HOME/Journal/src $HOME/checklists +for dir in $HOME/GTD $HOME/Journal/src $HOME/checklists $HOME/Templates do echo "$dir" ( -- cgit v1.2.1 From 7bff191cca52730846080b358199f86fbc23ec80 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 18 May 2010 19:07:21 +1200 Subject: Add liw-vm-clone. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 31f2857..a8aed62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +liw-automation (8) squeeze; urgency=low + + * Add liw-vm-clone. + + -- Lars Wirzenius Tue, 18 May 2010 19:07:11 +1200 + liw-automation (7) squeeze; urgency=low * Add ~/Templates to sync-to-pieni. -- cgit v1.2.1