summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@saimaa>2010-05-21 17:10:11 +1200
committerLars Wirzenius <liw@saimaa>2010-05-21 17:10:11 +1200
commita6905489d2601a83c60559ce1a817c536c860dcc (patch)
tree04990b0b9a204a9cb67573ea5382c73e1d5ba14b
parent5e66001ec0470fb0b4ea1c1eb5ff9c499ba4af74 (diff)
parent7bff191cca52730846080b358199f86fbc23ec80 (diff)
downloadliw-automation-a6905489d2601a83c60559ce1a817c536c860dcc.tar.gz
Merged from upstream.
-rw-r--r--debian/changelog19
-rwxr-xr-x[-rw-r--r--]journal-note2
-rwxr-xr-xsync-to-pieni2
3 files changed, 21 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d970592..d3d0faa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+liw-automation (8) squeeze; urgency=low
+
+ * Add liw-vm-clone.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 18 May 2010 19:07:11 +1200
+
+liw-automation (7) squeeze; urgency=low
+
+ * Add ~/Templates to sync-to-pieni.
+
+ -- Lars Wirzenius <liw@liw.fi> 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.
+ This is important if there is a crash.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 28 Apr 2010 19:20:25 +1200
+
liw-automation (5.0.1) squeeze; urgency=low
* Add liw-vm-clone.
diff --git a/journal-note b/journal-note
index eeed7a3..f91a07b 100644..100755
--- 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"]]
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"
(