summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-12-16 11:55:57 +0000
committerLars Wirzenius <liw@liw.fi>2010-12-16 11:55:57 +0000
commit3432498ee958fa3b6f69b9e053e1a2df0ce3078b (patch)
tree78e687a3314942f92fc944a4f655525c79161239
parent8af0e599fbcd86cf281c83b1154f288fb8e0cefa (diff)
downloadliw-automation-3432498ee958fa3b6f69b9e053e1a2df0ce3078b.tar.gz
Add sd-publish-all.
-rw-r--r--debian/changelog6
-rwxr-xr-xscripts/sd-publish-all12
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b0f9c91..5d80063 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liw-automation (8.4) squeeze; urgency=low
+
+ * Add sd-publish-all.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 16 Dec 2010 11:55:35 +0000
+
liw-automation (8.3) squeeze; urgency=low
* New journal-note.
diff --git a/scripts/sd-publish-all b/scripts/sd-publish-all
new file mode 100755
index 0000000..9f42ff0
--- /dev/null
+++ b/scripts/sd-publish-all
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+cd $HOME
+while read dirname remote
+do
+ echo "$dirname"
+ SD_REPO="$dirname" sd publish --to "$remote"
+ echo
+done < $HOME/.sd-publish-all.conf
+